From d72de41a393e05c172f6c0287ce6b345d26eda41 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 13 Jun 2026 18:05:47 -0400 Subject: [PATCH] bump: textsender_models --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd082c9..318c74b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] } 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.1-25-ca3b0c92d4-111" } +textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.2" } [dev-dependencies] common-multipart-rfc7578 = { version = "0.7.0" }