From f3e610acbac40e75bf287ac73adfe2e7af9053be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:44:01 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- crates/listener/Cargo.toml | 2 +- crates/oidc-client/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8705be13..1301a3588 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 28dfbffc1..253e9df31 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index d379c0af5..e1d64b43e 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -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"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 705868105..ffa8ad160 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -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 } diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index b0bed879d..699e357c8 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -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" diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index 2315d84b4..83e49c9b8 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -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