From f331de5cad5005e392dd6b4813ee0019c4242ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:29:07 +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 d9218d1..7b780b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,9 +618,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", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index f25b583..82f7d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ oping = { version = "0.4.0", optional = true } iprange = { version = "0.6.7", optional = true } network-interface = { version = "1.1.1", optional = true } ipnet = { version = "2.9.0", optional = true } -tokio = { version = "1.34.0", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.35.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1" once_cell = "1.18.0" env_logger = "0.10.1"