Updating packages (#8)
Release Tagging / release (push) Successful in 55s
swoosh Build / Check (push) Successful in 1m34s
swoosh Build / Rustfmt (push) Successful in 39s
swoosh Build / Test Suite (push) Successful in 2m2s
swoosh Build / Clippy (push) Successful in 1m24s
swoosh Build / build (push) Successful in 1m21s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-06-13 16:43:23 -04:00
parent 1aa2c5870c
commit 3cfa757a07
2 changed files with 48 additions and 49 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "swoosh"
version = "0.3.3"
version = "0.3.4"
edition = "2024"
rust-version = "1.95"
description = "Library to send text messages"
@@ -15,10 +15,10 @@ reqwest = { version = "0.13.3", features = ["form", "json", "blocking", "multipa
rand = { version = "0.10.1" }
time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
base64-ng = { version = "1.0.6" }
base64-ng = { version = "1.0.8" }
const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.0" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.1" }
[dev-dependencies]
tempfile = { version = "3.27.0" }