diff --git a/Cargo.lock b/Cargo.lock index dab0efa..80a0518 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2368,8 +2368,8 @@ dependencies = [ [[package]] name = "textsender_models" -version = "0.4.3" -source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.3-29-720f3d8f75-111#720f3d8f7515d8cd20a9cd73086bd6c1ab857651" +version = "0.4.10" +source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.10-29-6e91320709-111#6e91320709a369b525e911c51682a0d959a746dc" dependencies = [ "const_format", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index eff3fab..11c8a0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ uuid = { version = "1.23.3", features = ["v4", "serde"] } base64-ng = { version = "1.0.8" } const_format = { version = "0.2.36" } josekit = { version = "0.10.3" } -textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.3-29-720f3d8f75-111", features = ["config", "contact", "message"] } +textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.10-29-6e91320709-111", features = ["config", "contact", "message"] } [dev-dependencies] tempfile = { version = "3.27.0" }