bump: textsender_models
Rust Build / Rustfmt (pull_request) Failing after 48s
Rust Build / Clippy (pull_request) Failing after 1m1s
Rust Build / Check (pull_request) Successful in 1m27s

This commit is contained in:
2026-06-23 00:21:58 -04:00
parent a9b41b12dd
commit 523ea31105
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -2569,7 +2569,7 @@ dependencies = [
[[package]]
name = "textsender_models"
version = "0.4.10"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.10-29-3ea92ae64e-111#3ea92ae64e94c6e9dc92bc5c8927e7eb938ec51e"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.10-29-7736f79649-111#7736f796493304d00f9a5ddf74880436bfb39eeb"
dependencies = [
"const_format",
"dotenvy",
+1 -1
View File
@@ -21,7 +21,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-29-3ea92ae64e-111", features = ["config", "user"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.10-29-7736f79649-111", features = ["config", "user"] }
[dev-dependencies]
http-body-util = { version = "0.1.3" }