From 19d86d153f20525a6eb6fa6ab59bbc95477f37fa Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 17 Jun 2026 16:30:31 -0400 Subject: [PATCH] bump: textsender_models --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 993ac87..446c6aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2321,7 +2321,7 @@ dependencies = [ [[package]] name = "textsender_models" version = "0.4.0" -source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.0#2722af5589023db819554a97c1f596d9e735fe96" +source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.0-29-7534e8652f-111#7534e8652f68eac3f346322f42c8ef6bb1e14328" dependencies = [ "const_format", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 44b5dc4..6c8e8c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ jsonwebtoken = { version = "10.4.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.4.0" } +textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0-29-7534e8652f-111" } [dev-dependencies] common-multipart-rfc7578 = { version = "0.7.0" }