Compare commits

...
Author SHA1 Message Date
phoenix 47811b8ff9 bump: swoosh
swoosh pr / Rustfmt (pull_request) Successful in 38s
Release Tagging / release (pull_request) Successful in 27s
swoosh pr / Check (pull_request) Successful in 1m15s
swoosh pr / Clippy (pull_request) Successful in 2m51s
2026-06-14 17:49:12 -04:00
phoenix 17bf9622f6 bump: uuid 2026-06-14 17:48:18 -04:00
phoenix 7eb977791e bump: Reqwest 2026-06-14 17:47:44 -04:00
phoenix aac97987c2 bump: http 2026-06-14 17:47:18 -04:00
2 changed files with 5 additions and 5 deletions
Generated
+1 -1
View File
@@ -1571,7 +1571,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "swoosh"
version = "0.3.4"
version = "0.4.0"
dependencies = [
"base64-ng",
"const_format",
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "swoosh"
version = "0.3.4"
version = "0.4.0"
edition = "2024"
rust-version = "1.96"
description = "Library to send text messages"
@@ -10,11 +10,11 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.3", features = ["full"] }
futures = { version = "0.3.32" }
http = { version = "1.4.0" }
reqwest = { version = "0.13.3", features = ["form", "json", "blocking", "multipart", "stream"] }
http = { version = "1.4.2" }
reqwest = { version = "0.13.4", features = ["form", "json", "blocking", "multipart", "stream"] }
rand = { version = "0.10.1" }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
uuid = { version = "1.23.3", features = ["v4", "serde"] }
base64-ng = { version = "1.0.8" }
const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" }