From d21e556f962567ed6db3e74fbb2fee476f0ea227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:52:28 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.37.0 to 1.40.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/k8-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eafacf9..3b34385 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2288,9 +2288,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.37.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/src/k8-client/Cargo.toml b/src/k8-client/Cargo.toml index 55ed1d6..ff5794f 100644 --- a/src/k8-client/Cargo.toml +++ b/src/k8-client/Cargo.toml @@ -31,7 +31,7 @@ rand = { version = "0.8.3" } rustls = { version = "0.23.11", optional = true } hyper = { version = "0.14.28", features = ["client", "http1", "http2", "stream"] } http = { version = "0.2.9" } -tokio = { version = "1.37.0" } +tokio = { version = "1.40.0" } pin-utils = "0.1.0" serde = { version = "1.0.136", features = ['derive'] } serde_json = "1.0.40"