diff --git a/Cargo.lock b/Cargo.lock index 5707219..2ff5158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2067,7 +2067,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swoosh" -version = "0.5.1" +version = "0.5.2" dependencies = [ "base64-ng", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 73474f7..18d8cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swoosh" -version = "0.5.1" +version = "0.5.2" edition = "2024" rust-version = "1.96.1" description = "Library to send text messages"