From 67c65def1e0d7f31fd2edcec1478cb3d4967861a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 23:38:30 +0000 Subject: [PATCH] Update Rust crate tokio to 1.29.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9c65cf..7940ea3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ regex = "1.8.4" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.164", default-features = false, features = ["derive"]} serde_json = "1.0.99" -tokio = { version = "1.29.0", features = ["full"] } +tokio = { version = "1.29.1", features = ["full"] }