From e6ed9fa343dfdba9a2c22f2922dff88252673359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:47:04 +0000 Subject: [PATCH] Bump tokio from 1.34.0 to 1.35.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b31c478..94f4238 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,9 +332,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c10344d..3a8b87c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ required-features = ["rustls-pemfile", "tokio/macros", "tokio/rt-multi-thread"] [dependencies] home = { default-features = false, version = "0.5" } rustls-pemfile = { default-features = false, optional = true, version = "1.0" } -tokio = { default-features = false, features = ["fs", "net", "time", "macros", "rt-multi-thread"], version = "1.34" } +tokio = { default-features = false, features = ["fs", "net", "time", "macros", "rt-multi-thread"], version = "1.35" } tokio-rustls = { default-features = false, features = ["tls12"], version = "0.24" } wtx = { default-features = false, features = ["tokio-rustls", "web-socket-handshake"], version = "0.11" }