From d39c5746504d86c7a41e710cc5230f32e84a17c7 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 10 Jul 2026 18:23:13 -0400 Subject: [PATCH] bump: swoosh --- Cargo.lock | 24 ++++-------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 964b519..60e7e59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ "reqwest", "serde_json", "swoosh", - "textsender_models 0.5.2", + "textsender_models", "time", "tokio", "uuid", @@ -2044,14 +2044,14 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swoosh" -version = "0.5.2" -source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.2#50e4b209f521d8985d73a33b4a8f1db69334100a" +version = "0.5.3" +source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.3#1c49242bdfe8fe487ea751c89bcbf545c4b8ac3f" dependencies = [ "base64-ng", "reqwest", "serde", "serde_json", - "textsender_models 0.5.1", + "textsender_models", "time", ] @@ -2120,22 +2120,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "textsender_models" -version = "0.5.1" -source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.5.1#151eeaacf64e255bde56a48df03f4c46ec77c235" -dependencies = [ - "const_format", - "dotenvy", - "josekit", - "serde", - "serde_json", - "sqlx", - "time", - "utoipa", - "uuid", -] - [[package]] name = "textsender_models" version = "0.5.2" diff --git a/Cargo.toml b/Cargo.toml index 2086c13..e20adeb 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.3", features = ["v4", "serde"] } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.2" } -swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.2" } +swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.3" } [dev-dependencies]