From 0fb585a9414e52c1cfe2f9f0458832303647ceec Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 4 Jul 2026 21:04:50 -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 7ffa69c..017c00b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2709,7 +2709,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swoosh" version = "0.5.1" -source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.1-14-1a94dc2c5e-871#1a94dc2c5e3c0971e0e455b84afe85a661a40bd2" +source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.1#d36483e6f846efd1b0b9bec6aa98194a5494669f" dependencies = [ "base64-ng", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 6f24ffc..9d91aca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ jsonwebtoken = { version = "10.4.0", features = ["rust_crypto"] } 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.5.0" } -swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.1-14-1a94dc2c5e-871" } +swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.1" } [dev-dependencies] tower = { version = "0.5.3", features = ["full"] }