Update dependencies #17

Merged
phoenix merged 12 commits from update_dependencies into main 2026-06-27 17:47:20 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 1a68f48315 - Show all commits
Generated
+2 -2
View File
@@ -2568,8 +2568,8 @@ dependencies = [
[[package]]
name = "textsender_models"
version = "0.4.3"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.3-29-7e5bc016b1-111#7e5bc016b11509d0468f10a5449c6918128f2e20"
version = "0.4.10"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.10-29-3ea92ae64e-111#3ea92ae64e94c6e9dc92bc5c8927e7eb938ec51e"
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.3-29-7e5bc016b1-111", features = ["config", "user"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.10-29-3ea92ae64e-111", features = ["config", "user"] }
[dev-dependencies]
http-body-util = { version = "0.1.3" }