From 83b2e42f0c00a481c07c002467572549fd7665c1 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 18:45:13 -0400 Subject: [PATCH] bump: textsender_models --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a7dfe4..1e52b61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2238,8 +2238,8 @@ dependencies = [ [[package]] name = "textsender_models" -version = "0.3.3" -source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.3.3#c09fa36b15601b37f65b8baac0d479c30d2c1e44" +version = "0.4.0" +source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.0#2722af5589023db819554a97c1f596d9e735fe96" dependencies = [ "const_format", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 36ab073..d45a600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ time = { version = "0.3.49", 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.3" } +textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0", features = ["config", "user"] } [dev-dependencies] http-body-util = { version = "0.1.3" }