From b82c2023ce88affbb6e0bd072d3719ce0f99aa27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:13:18 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.32.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1010537..1ab587f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ build = "src/build.rs" [dependencies] reqwest = { version = "0.11.18", features = ["json", "rustls-tls"] } poise = "0.5.5" -tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } tracing = "0.1.37" tracing-subscriber = "0.3.17" serde = "1.0.188"