bump: textsender_models
Rust Build / Rustfmt (pull_request) Successful in 1m32s
Rust Build / Clippy (pull_request) Failing after 1m37s
Rust Build / Check (pull_request) Successful in 1m40s

This commit is contained in:
2026-07-04 19:48:12 -04:00
parent 9dba08f179
commit d3f040bde6
7 changed files with 52 additions and 650 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ time = { version = "0.3.49", features = ["macros", "serde"] }
josekit = { version = "0.10.3" }
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.4.10", features = ["config", "user"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.0", features = ["config", "user"] }
[dev-dependencies]
tower = { version = "0.5.3", features = ["full"] }