From 46bd0122fb835dbbd7cd00ffcb3a245cd79d83c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:05:57 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.32.0 to 1.37.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.37.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.37.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 bcd10dd..8b3acc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2070,9 +2070,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "bytes", diff --git a/src/k8-client/Cargo.toml b/src/k8-client/Cargo.toml index 5ff69d1..5e789e3 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.21", optional=true } hyper = { version="0.14.28", features=["client", "http1", "http2", "stream"] } http = { version="0.2" } -tokio = { version="1.17.0" } +tokio = { version="1.37.0" } pin-utils = "0.1.0" serde = { version="1.0.136", features=['derive'] } serde_json = "1.0.40"