Updating package name
Rust Build / Rustfmt (pull_request) Successful in 29s
Rust Build / Check (pull_request) Successful in 1m13s
Rust Build / Clippy (pull_request) Successful in 1m20s
Rust Build / Test Suite (pull_request) Successful in 2m38s
Rust Build / build (pull_request) Successful in 2m11s

This commit is contained in:
2026-06-13 12:35:10 -04:00
parent 0cab4e8530
commit e7f2837567
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ time = { version = "0.3.47", 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.3.0" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.0" }
[dev-dependencies]
http-body-util = { version = "0.1.3" }