From c3d8dfcc9fdbdf59f965d82fe0eaa31f3e71569d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:12:03 +0000 Subject: [PATCH] build(deps): bump tokio from 1.32.0 to 1.33.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cincinnati/Cargo.toml | 2 +- commons/Cargo.toml | 2 +- e2e/Cargo.toml | 2 +- graph-builder/Cargo.toml | 2 +- metadata-helper/Cargo.toml | 2 +- policy-engine/Cargo.toml | 2 +- prometheus-query/Cargo.toml | 2 +- quay/Cargo.toml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a30cde21d..a97d07eed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3665,9 +3665,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/cincinnati/Cargo.toml b/cincinnati/Cargo.toml index ad78a29e5..f1daa99c0 100644 --- a/cincinnati/Cargo.toml +++ b/cincinnati/Cargo.toml @@ -22,7 +22,7 @@ serde = "1.0.189" serde_derive = "1.0.70" serde_json = "^1.0.109" smart-default = "^0.7" -tokio = { version = "1.32", features = [ "time", "fs", "macros", "rt-multi-thread" ] } +tokio = { version = "1.33", features = [ "time", "fs", "macros", "rt-multi-thread" ] } tokio-stream = { version = "0.1", features = ["fs"] } toml = "^0.8.2" url = "^2.5" diff --git a/commons/Cargo.toml b/commons/Cargo.toml index 91eb17f6a..b478c7fd2 100644 --- a/commons/Cargo.toml +++ b/commons/Cargo.toml @@ -15,7 +15,7 @@ prometheus = "0.13" serde = "^1.0.189" serde_json = "^1.0.109" serde_derive = "^1.0.123" -tokio = { version = "1.32", features = [ "rt-multi-thread" ] } +tokio = { version = "1.33", features = [ "rt-multi-thread" ] } url = "^2.5" futures = "^0.3" flate2 = "^1.0.34" diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 9b552b46d..6f3b2a388 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -17,7 +17,7 @@ test-case = { version = "1.2.3", features = ["hamcrest_assertions"] } hamcrest2 = "0.3.0" url = "^2.5" commons = { path = "../commons" } -tokio = { version = "1.32", features = [ "fs", "rt-multi-thread" ] } +tokio = { version = "1.33", features = [ "fs", "rt-multi-thread" ] } tokio-stream = { version = "0.1", features = ["fs"] } prometheus-query = { path = "../prometheus-query" } lazy_static = "^1.5.0" diff --git a/graph-builder/Cargo.toml b/graph-builder/Cargo.toml index c1d77a80e..fc702ccf2 100644 --- a/graph-builder/Cargo.toml +++ b/graph-builder/Cargo.toml @@ -29,7 +29,7 @@ serde_json = "^1.0.109" smart-default = "^0.7" structopt = "^0.3" tar = "^0.4.40" -tokio = { version = "1.32", features = [ "fs", "rt-multi-thread" ] } +tokio = { version = "1.33", features = [ "fs", "rt-multi-thread" ] } tokio-stream = { version = "0.1", features = ["fs"] } toml = "^0.8.2" url = "^2.5" diff --git a/metadata-helper/Cargo.toml b/metadata-helper/Cargo.toml index 4d4d86340..fbf137af0 100644 --- a/metadata-helper/Cargo.toml +++ b/metadata-helper/Cargo.toml @@ -36,4 +36,4 @@ url = "^2.5" built = { version = "^0.7.4", features = [ "git2" ]} [dev-dependencies] -tokio = { version = "1.32", features = [ "rt-multi-thread" ] } +tokio = { version = "1.33", features = [ "rt-multi-thread" ] } diff --git a/policy-engine/Cargo.toml b/policy-engine/Cargo.toml index 2240d6f72..d64018601 100644 --- a/policy-engine/Cargo.toml +++ b/policy-engine/Cargo.toml @@ -36,6 +36,6 @@ actix-service = "2.0.2" built = { version = "^0.7.4", features = [ "git2" ]} [dev-dependencies] -tokio = { version = "1.32", features = [ "rt-multi-thread" ] } +tokio = { version = "1.33", features = [ "rt-multi-thread" ] } memchr = "^2.7" mockito = "0.31.1" diff --git a/prometheus-query/Cargo.toml b/prometheus-query/Cargo.toml index 8c4486ca3..92007e6c6 100644 --- a/prometheus-query/Cargo.toml +++ b/prometheus-query/Cargo.toml @@ -20,4 +20,4 @@ chrono = "^0.4.38" [dev-dependencies] env_logger = "^0.10" -tokio = { version = "1.32", features = [ "rt-multi-thread" ] } +tokio = { version = "1.33", features = [ "rt-multi-thread" ] } diff --git a/quay/Cargo.toml b/quay/Cargo.toml index c78023b69..31d4f704a 100644 --- a/quay/Cargo.toml +++ b/quay/Cargo.toml @@ -16,7 +16,7 @@ async-stream = "0.3" [dev-dependencies] env_logger = "^0.10" -tokio = { version = "1.32", features = [ "rt-multi-thread" ] } +tokio = { version = "1.33", features = [ "rt-multi-thread" ] } [features] test-net = []