From d6b1d15ed8115923c755ffd06300a1393b020658 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 17:46:45 -0400 Subject: [PATCH] bump: tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 841375e..f9993d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }