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]