chore(deps): update rust crate tower-http to 0.6.0

This commit is contained in:
renovate[bot] 2024-09-26 00:37:22 +00:00 committed by GitHub
parent 032b199129
commit afaaae261c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -4258,9 +4258,9 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.5.2"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97"
dependencies = [
"async-compression",
"bitflags 2.6.0",
@ -4273,7 +4273,7 @@ dependencies = [
"pin-project-lite",
"tokio",
"tokio-util",
"tower 0.4.13",
"tower 0.5.0",
"tower-layer",
"tower-service",
"tracing",

View file

@ -116,7 +116,7 @@ default-features = false
features = ["util"]
[workspace.dependencies.tower-http]
version = "0.5.2"
version = "0.6.0"
default-features = false
features = [
"add-extension",