Update dependencies #30

Merged
phoenix merged 5 commits from update_dependencies into main 2026-07-04 21:07:30 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit dd29f2bb37 - Show all commits
Generated
+2 -2
View File
@@ -2708,8 +2708,8 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "swoosh"
version = "0.5.0"
source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.0#768b2b6d08169dda7b44da277e66b1672e435650"
version = "0.5.1"
source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.1-14-1a94dc2c5e-871#1a94dc2c5e3c0971e0e455b84afe85a661a40bd2"
dependencies = [
"base64-ng",
"reqwest",
+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.0" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.1-14-1a94dc2c5e-871" }
[dev-dependencies]
tower = { version = "0.5.3", features = ["full"] }