Rust 1.96 #9

Merged
phoenix merged 11 commits from textsender_models_update into main 2026-06-14 17:52:29 -04:00
Showing only changes of commit d6b1d15ed8 - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ description = "Library to send text messages"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.2", features = ["full"] }
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"] }