bump: textsender_models
pr Build / Check (pull_request) Successful in 1m13s
pr Build / Clippy (pull_request) Successful in 1m45s
pr Build / Rustfmt (pull_request) Successful in 2m0s

This commit is contained in:
2026-07-10 17:36:00 -04:00
parent c0a8518241
commit 8205ef7e6a
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1833,8 +1833,8 @@ dependencies = [
[[package]]
name = "textsender_models"
version = "0.5.1"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.5.1#151eeaacf64e255bde56a48df03f4c46ec77c235"
version = "0.5.2"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.5.2#02061bf7a380657b7bc76d64d1824388bef8e55a"
dependencies = [
"const_format",
"dotenvy",
+1 -1
View File
@@ -18,7 +18,7 @@ time = { version = "0.3.53", 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.5.1", features = ["config", "user"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.2", features = ["config", "user"] }
[dev-dependencies]
tower = { version = "0.5.3", features = ["full"] }