From d0d52ab6e9fa61d9c738e5ea7c87c73d71df12d0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 26 Jun 2026 22:23:01 -0400 Subject: [PATCH] bump: swoosh --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8e5f16..c205fe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2275,7 +2275,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swoosh" version = "0.4.2" -source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.4.2-10-28de0f61e4-871#28de0f61e4c62eec4352cea8fb23ef76fb2bf9ad" +source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.4.2-10-f4150af077-871#f4150af077c4965ecc90c1f18341c96148be936a" dependencies = [ "base64-ng", "const_format", diff --git a/Cargo.toml b/Cargo.toml index 6431111..b76e7a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ serde_json = { version = "1.0.150" } time = { version = "0.3.49", 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.4.10-29-6e91320709-111" } -swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.4.2-10-28de0f61e4-871" } +swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.4.2-10-f4150af077-871" } [dev-dependencies]