From e9a96141d5b47ad9a63f2b52d62812e48927e887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:09:30 +0000 Subject: [PATCH] build(deps): bump tokio-util from 0.7.9 to 0.7.10 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.9 to 0.7.10. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- controller/Cargo.toml | 2 +- webhook/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 191cb1d..6dc4575 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2497,9 +2497,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" +checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" dependencies = [ "bytes", "futures-core", diff --git a/controller/Cargo.toml b/controller/Cargo.toml index e47de5f..fbbc40b 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -38,7 +38,7 @@ lazy_static = "1.4.0" metrics-exporter-prometheus = "0.12.1" thiserror = "1.0.40" tokio-native-tls = "0.3.1" -tokio-util = { version = "0.7.8" } +tokio-util = { version = "0.7.10" } tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] } axum = { version = "0.6.18", features = ["http1", "json", "tracing"] } regex = "1.8.4" diff --git a/webhook/Cargo.toml b/webhook/Cargo.toml index 5cf4fc6..86334d4 100644 --- a/webhook/Cargo.toml +++ b/webhook/Cargo.toml @@ -22,7 +22,7 @@ serde = { workspace = true } axum = { version = "0.6", features = [ "tracing" ] } bytes = "1.4.0" -tokio-util = "0.7.8" +tokio-util = "0.7.10" tower-http = { version = "0.4.1", features = ["trace"] } [dev-dependencies]