bump: swoosh
textsender_api PR / Rustfmt (pull_request) Successful in 31s
textsender_api PR / Check (pull_request) Successful in 2m7s
textsender_api PR / Clippy (pull_request) Successful in 1m36s

This commit is contained in:
2026-07-04 21:04:50 -04:00
parent dd29f2bb37
commit 0fb585a941
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jsonwebtoken = { version = "10.4.0", features = ["rust_crypto"] }
utoipa = { version = "5.5.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
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-14-1a94dc2c5e-871" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.1" }
[dev-dependencies]
tower = { version = "0.5.3", features = ["full"] }