diff --git a/Cargo.lock b/Cargo.lock index df649085..2954d2c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,9 +877,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.16" +version = "0.6.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "113713495a32dd0ab52baf5c10044725aa3aec00b31beda84218e469029b72a3" +checksum = "b70caf9f1b0c045f7da350636435b775a9733adf2df56e8aa2a29210fbc335d4" dependencies = [ "async-trait", "axum-core", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 9d926018..5967b5ba 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] async-trait = "0.1.68" -axum = { version = "0.6.16", features = ["headers"] } +axum = { version = "0.6.17", features = ["headers"] } axum-extra = { version = "0.7.4", features = ["cookie-private"] } chrono = "0.4.24" data-encoding = "2.3.3" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index bb766119..c16e6aa4 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" apalis-core = "=0.4.0-alpha.5" anyhow = "1.0.70" atty = "0.2.14" -axum = "0.6.16" +axum = "0.6.17" camino = "1.1.4" clap = { version = "4.2.4", features = ["derive"] } dotenv = "0.15.0" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 00294f64..1d5d3278 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -22,7 +22,7 @@ sentry = { version = "0.30.0", default-features = false } hyper = { version = "0.14.26", features = ["full"] } tower = "0.4.13" tower-http = { version = "0.4.0", features = ["cors"] } -axum = "0.6.16" +axum = "0.6.17" axum-macros = "0.3.7" axum-extra = { version = "0.7.4", features = ["cookie-private"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 57426ed3..3f78fa76 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] aws-smithy-http = { version = "0.55.1", optional = true } aws-types = { version = "0.55.1", optional = true } -axum = { version = "0.6.16", optional = true } +axum = { version = "0.6.17", optional = true } bytes = "1.4.0" futures-util = "0.3.28" headers = "0.3.8" diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index 32dd2557..666b30d2 100644 --- a/crates/router/Cargo.toml +++ b/crates/router/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -axum = { version = "0.6.16", default-features = false } +axum = { version = "0.6.17", default-features = false } serde = { version = "1.0.160", features = ["derive"] } serde_urlencoded = "0.7.1" url = "2.3.1"