From 449829bf8320f29b7372214ff795ba6817a263b7 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 13 Jul 2026 16:27:03 -0400 Subject: [PATCH] bump: swoosh --- Cargo.lock | 22 +++------------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8891cc7..68af7b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2060,14 +2060,14 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swoosh" -version = "0.5.3" -source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.3#1c49242bdfe8fe487ea751c89bcbf545c4b8ac3f" +version = "0.5.4" +source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.4#84ba4c21ec721662d76bb21ef67062d51f31f719" dependencies = [ "base64-ng", "reqwest", + "schedtxt_models", "serde", "serde_json", - "textsender_models", "time", ] @@ -2136,22 +2136,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "textsender_models" -version = "0.5.2" -source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.5.2#02061bf7a380657b7bc76d64d1824388bef8e55a" -dependencies = [ - "const_format", - "dotenvy", - "josekit", - "serde", - "serde_json", - "sqlx", - "time", - "utoipa", - "uuid", -] - [[package]] name = "thiserror" version = "2.0.18" diff --git a/Cargo.toml b/Cargo.toml index 85afd34..479344c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ serde_json = { version = "1.0.150" } time = { version = "0.3.53", features = ["formatting", "macros", "parsing", "serde"] } uuid = { version = "1.23.5", features = ["v4", "serde"] } schedtxt_models = { git = "ssh://git@git.kundeng.us/phoenix/schedtxt_models.git", tag = "v0.5.3" } -swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.3" } +swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.4" } [dev-dependencies]