diff --git a/Cargo.lock b/Cargo.lock index b2575d42..fe494896 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -755,9 +755,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e246206a63c9830e118d12c894f56a82033da1a2361f5544deeee3df85c99d9" +checksum = "2fb79c228270dcf2426e74864cabc94babb5dbab01a4314e702d2f16540e1591" dependencies = [ "async-trait", "axum-core", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index e4c33efa..24b62754 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.64" -axum = { version = "0.6.6", features = ["headers"] } +axum = { version = "0.6.7", features = ["headers"] } axum-extra = { version = "0.5.0", features = ["cookie-private"] } chrono = "0.4.23" data-encoding = "2.3.3" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9c79071d..e3c4d74c 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.69" atty = "0.2.14" -axum = "0.6.6" +axum = "0.6.7" camino = "1.1.2" clap = { version = "4.1.6", features = ["derive"] } dotenv = "0.15.0" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index bfa198f5..ab0e05e3 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -22,7 +22,7 @@ sentry = { version = "0.29.3", default-features = false } hyper = { version = "0.14.24", features = ["full"] } tower = "0.4.13" tower-http = { version = "0.3.5", features = ["cors"] } -axum = "0.6.6" +axum = "0.6.7" axum-macros = "0.3.4" axum-extra = { version = "0.5.0", features = ["cookie-private"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index d6badc8a..0609a736 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.54.3", optional = true } aws-types = { version = "0.54.1", optional = true } -axum = { version = "0.6.6", optional = true } +axum = { version = "0.6.7", optional = true } bytes = "1.4.0" futures-util = "0.3.26" headers = "0.3.8" diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index b0abca11..2e09bb47 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.6", default-features = false } +axum = { version = "0.6.7", default-features = false } serde = { version = "1.0.152", features = ["derive"] } serde_urlencoded = "0.7.1" url = "2.3.1"