From fdb5e23e901c334bdd56cf0df22613e979f12476 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 13 Jun 2026 16:07:29 -0400 Subject: [PATCH] Updating --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64b2264..5f3e251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2325,8 +2325,8 @@ dependencies = [ [[package]] name = "textsender_models" -version = "0.3.0" -source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.3.0#d504108745b7b97a02eac24e16763cdb5e731f2b" +version = "0.3.1" +source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.3.1-25-ca3b0c92d4-111#ca3b0c92d401ff8ee9b06b1506af042f622667da" dependencies = [ "const_format", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index eb85782..fd082c9 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.0" } +textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.1-25-ca3b0c92d4-111" } [dev-dependencies] common-multipart-rfc7578 = { version = "0.7.0" }