bump: serde_json

This commit is contained in:
2026-06-14 17:46:01 -04:00
parent 17e33df9d0
commit 8771c27a20
+1 -1
View File
@@ -7,7 +7,7 @@ description = "Library to send text messages"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" }
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.2", features = ["full"] }
futures = { version = "0.3.32" }
http = { version = "1.4.0" }