From a4e85370c46d114ee8df26d1d0b68199da4b52e9 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 29 Jun 2025 17:39:25 -0400 Subject: [PATCH] Updated tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9cf368d..053ae33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" rust-version = "1.86" [dependencies] -tokio = { version = "1.44.1", features = ["full"] } +tokio = { version = "1.45.1", features = ["full"] } futures = { version = "0.3.31" } reqwest = { version = "0.12.19", features = ["json", "stream", "multipart"] } serde = { version = "1.0.218", features = ["derive"] }