From a386f1a356463093bfa38b345bfedb0e84407120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 23:32:00 +0000 Subject: [PATCH] Update tokio requirement from ~1.32.0 to ~1.35.1 Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.35.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6d5b05..8e84e7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ reqwest = { version = "~0.11.20", features = [ "cookie_store", "cookies", ] } -tokio = { version = "~1.32.0", features = ["full"] } +tokio = { version = "~1.35.1", features = ["full"] } tracing = { version = "~0.1.37", optional = true }