bump: tokio

This commit is contained in:
2026-05-05 21:11:24 -04:00
parent 1991747712
commit f43e221e2a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
rust-version = "1.95"
[dependencies]
tokio = { version = "1.51", features = ["full"] }
tokio = { version = "1.52.2", features = ["full"] }
futures = { version = "0.3.32" }
reqwest = { version = "0.12.28", features = ["json", "stream", "multipart"] }
serde = { version = "1.0.228", features = ["derive"] }