From 798e196b8d5ac83cd4e03ce03ec460d251b9c35c Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 10 Jul 2026 11:39:06 -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 82f8ffb..95671a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2021,7 +2021,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swoosh" -version = "0.5.2" +version = "0.5.3" dependencies = [ "base64-ng", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index b16f5c0..1249377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swoosh" -version = "0.5.2" +version = "0.5.3" edition = "2024" rust-version = "1.97" description = "Library to send text messages"