base64-ng: bump
swoosh pr / Rustfmt (pull_request) Failing after 39s
swoosh pr / Clippy (pull_request) Successful in 1m8s
Release Tagging / release (pull_request) Successful in 30s
swoosh pr / Check (pull_request) Successful in 1m38s

This commit is contained in:
2026-07-04 20:53:41 -04:00
parent 41b8352b3a
commit 1a94dc2c5e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ 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.0.8" }
base64-ng = { version = "1.3.5" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.0", features = ["config", "contact", "message"] }
[dev-dependencies]