From 79f7146435c626422febf8f4f207748f35a940cf Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 17:57:16 -0400 Subject: [PATCH] bump : tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d1ed67..be5b61a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ rust-version = "1.95" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tokio = { version = "1.52.2", features = ["full"] } +tokio = { version = "1.52.3", features = ["full"] } futures = { version = "0.3.32" } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149" }