: tokio
This commit is contained in:
2026-06-14 18:21:58 -04:00
parent f9d721ea1f
commit 9a93175921
+1 -1
View File
@@ -6,7 +6,7 @@ rust-version = "1.96"
[dependencies]
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.2", features = ["full"] }
tokio = { version = "1.52.3", features = ["full"] }
futures = { version = "0.3.32" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.0" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.3.3" }