bump: swoosh and textsender_models

This commit is contained in:
2026-07-06 23:06:26 -04:00
parent b5a01cbdc2
commit d77ad06fde
5 changed files with 621 additions and 25 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ rust-version = "1.96"
serde_json = { version = "1.0.150" }
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.4.0", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.4.0" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.1", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.2" }
[dev-dependencies]
async-std = { version = "1.13.2" }