bump: textsender_models and swoosh
catapult PR / Rustfmt (pull_request) Successful in 45s
catapult PR / Check (pull_request) Successful in 1m38s
catapult PR / Clippy (pull_request) Successful in 2m3s

This commit is contained in:
2026-07-04 21:13:30 -04:00
parent e07457e6fc
commit d7a93a1c40
4 changed files with 130 additions and 380 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
time = { version = "0.3.53", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.3", features = ["v4", "serde"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.10" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.4.2.0" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.0" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.1" }
[dev-dependencies]