bump: tokio

This commit is contained in:
2026-05-09 19:12:15 -04:00
parent 23fa83b9fc
commit 49efeec59e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ axum-extra = { version = "0.12.6", features = ["cookie"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" }
tower = { version = "0.5.3", features = ["full"] }
tokio = { version = "1.51", features = ["full"] }
tokio = { version = "1.52.3", features = ["full"] }
tokio-util = { version = "0.7.18", features = ["io"] }
tower-http = { version = "0.6.8", features = ["cors", "timeout"] }
tracing-subscriber = "0.3.23"