bump: textsender_models

This commit is contained in:
2026-07-10 17:09:39 -04:00
parent c62fddf44e
commit 886ce0161d
2 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ rust-version = "1.96.1"
[dependencies]
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.3", features = ["full"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.1", features = ["config", "contact", "envy", "message"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.2", features = ["config", "contact", "envy", "message"] }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.2" }
[dev-dependencies]