From c4434fd841d8096a66a45c3bff22941c3076d425 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 24 Nov 2024 01:15:41 +0000 Subject: [PATCH] fix(deps): update rust crate tower-http to 0.6.0 --- Cargo.lock | 5 ++--- crates/churn/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6064da8..a4a6c30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1435,15 +1435,14 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" dependencies = [ "bitflags", "bytes", "http", "http-body", - "http-body-util", "pin-project-lite", "tower-layer", "tower-service", diff --git a/crates/churn/Cargo.toml b/crates/churn/Cargo.toml index 6da13b1..9b7808a 100644 --- a/crates/churn/Cargo.toml +++ b/crates/churn/Cargo.toml @@ -14,7 +14,7 @@ axum.workspace = true serde = { version = "1.0.197", features = ["derive"] } uuid = { version = "1.7.0", features = ["v4"] } -tower-http = { version = "0.5.2", features = ["cors", "trace"] } +tower-http = { version = "0.6.0", features = ["cors", "trace"] } notmad = "0.6.0" tokio-util = "0.7.12" async-trait = "0.1.83" -- 2.45.2