build(deps): bump tower-http from 0.4.3 to 0.4.4

Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.4.3...tower-http-0.4.4)

---
updated-dependencies:
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-01 19:44:01 +00:00
committed by Quentin Gliech
parent 0c8719057f
commit f3e610acba
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@@ -5706,9 +5706,9 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82"
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
dependencies = [
"bitflags 2.4.0",
"bytes",

View File

@@ -25,7 +25,7 @@ serde_yaml = "0.9.25"
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres"] }
tokio = { version = "1.32.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.3", features = ["fs"] }
tower-http = { version = "0.4.4", features = ["fs"] }
url.workspace = true
zeroize = "1.6.0"

View File

@@ -25,7 +25,7 @@ sentry = { version = "0.31.6", default-features = false }
# Web server
hyper = { version = "0.14.27", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.3", features = ["cors"] }
tower-http = { version = "0.4.4", features = ["cors"] }
axum = "0.6.20"
axum-macros = "0.3.8"
axum-extra = { version = "0.7.7", features = ["cookie-private"] }

View File

@@ -26,7 +26,7 @@ serde_urlencoded = "0.7.1"
thiserror.workspace = true
tokio = { version = "1.32.0", features = ["sync", "parking_lot"], optional = true }
tower = { version = "0.4.13", features = [] }
tower-http = { version = "0.4.3", features = ["cors"] }
tower-http = { version = "0.4.4", features = ["cors"] }
tracing.workspace = true
tracing-opentelemetry = "0.21.0"
webpki-roots = { version = "0.25.2", optional = true }

View File

@@ -16,7 +16,7 @@ pin-project-lite = "0.2.13"
thiserror.workspace = true
tokio = { version = "1.32.0", features = ["net", "rt", "macros", "signal", "time"] }
tokio-rustls = "0.24.1"
tower-http = { version = "0.4.3", features = ["add-extension"] }
tower-http = { version = "0.4.4", features = ["add-extension"] }
tower-service = "0.3.2"
tracing.workspace = true
libc = "0.2.147"

View File

@@ -61,7 +61,7 @@ version = "0.14.27"
features = ["client", "http1", "http2", "stream", "runtime" ]
optional = true
[dependencies.tower-http]
version = "0.4.3"
version = "0.4.4"
features = ["follow-redirect", "set-header", "timeout", "map-request-body", "util"]
optional = true