: tokio
This commit is contained in:
2026-06-14 18:37:33 -04:00
parent 4965740ca0
commit 9f0d4ea4e0
+1 -1
View File
@@ -8,7 +8,7 @@ rust-version = "1.96"
axum = { version = "0.8.9" } axum = { version = "0.8.9" }
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" } serde_json = { version = "1.0.150" }
tokio = { version = "1.52.2", features = ["rt-multi-thread"] } tokio = { version = "1.52.3", features = ["rt-multi-thread"] }
tracing-subscriber = { version = "0.3.23" } tracing-subscriber = { version = "0.3.23" }
tower = { version = "0.5.3", features = ["full"] } tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.6.10", features = ["cors"] } tower-http = { version = "0.6.10", features = ["cors"] }