Update rust (#16)
Release Tagging / release (push) Successful in 1m13s
swoosh Build / Check (push) Successful in 1m34s
swoosh Build / Rustfmt (push) Successful in 27s
swoosh Build / build (push) Successful in 1m56s
swoosh Build / Clippy (push) Successful in 2m10s
swoosh Build / Test Suite (push) Successful in 4m6s

Reviewed-on: #16
This commit was merged in pull request #16.
This commit is contained in:
2026-07-10 11:42:16 -04:00
parent 50e4b209f5
commit 1c49242bdf
5 changed files with 37 additions and 70 deletions
+5 -5
View File
@@ -1,16 +1,16 @@
[package]
name = "swoosh"
version = "0.5.2"
version = "0.5.3"
edition = "2024"
rust-version = "1.96.1"
rust-version = "1.97"
description = "Library to send text messages"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
reqwest = { version = "0.13.4", features = ["form", "json", "blocking", "multipart", "stream"] }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
base64-ng = { version = "1.3.5" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.1", features = ["config", "contact", "message"] }
time = { version = "0.3.53", features = ["formatting", "macros", "parsing", "serde"] }
base64-ng = { version = "1.3.7" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.2", features = ["config", "contact", "message"] }
[dev-dependencies]