From e9f20c3835336953a063dd2ec7dbd799c487962f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:00:45 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.41.0 to 1.41.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... 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 036d4bdb..07455e4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,9 +1290,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 458cc844..5c241c53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ netlink-sys = { version = "0.8.5", default-features = false } network-types = { version = "0.0.5", default-features = false } prost = { version = "0.12.6", default-features = false } regex = { version = "1", default-features = true } -tokio = { version = "1.41.0", default-features = false } +tokio = { version = "1.41.1", default-features = false } tonic = { version = "0.11.0", default-features = false } tonic-build = { version = "0.11.0", default-features = false } tonic-health = { version = "0.11.0", default-features = false }