Update rust #16

Merged
phoenix merged 7 commits from update_rust into main 2026-07-10 11:42:16 -04:00
Showing only changes of commit 2d665535c6 - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@ description = "Library to send text messages"
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"] }
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.1", features = ["config", "contact", "message"] }