diff --git a/Cargo.lock b/Cargo.lock index 56fa4ddc..5ed156d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,9 +470,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00f1e8a972137fad81e2a1a60b86ff17ce0338f8017264e45a9723d0083c39a1" +checksum = "ab2504b827a8bef941ba3dd64bdffe9cf56ca182908a147edd6189c95fbcae7d" dependencies = [ "async-trait", "axum-core", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 13e3b70b..59051ef0 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.53" -axum = { version = "0.5.5", features = ["headers"] } +axum = { version = "0.5.6", features = ["headers"] } axum-extra = { version = "0.3.2", features = ["cookie-private"] } bincode = "1.3.3" chrono = "0.4.19" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 37474323..d4b11d83 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.57" hyper = { version = "0.14.18", features = ["full"] } tower = "0.4.12" tower-http = { version = "0.3.3", features = ["cors"] } -axum = "0.5.5" +axum = "0.5.6" axum-macros = "0.2.1" axum-extra = { version = "0.3.2", features = ["cookie-private"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index c10a359b..4764b097 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -axum = "0.5.5" +axum = "0.5.6" bytes = "1.1.0" futures-util = "0.3.21" headers = "0.3.7" diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index d098a927..42ec9250 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.5.5", default-features = false } +axum = { version = "0.5.6", default-features = false } serde = { version = "1.0.137", features = ["derive"] } serde_urlencoded = "0.7.1" serde_with = "1.13.0" diff --git a/crates/static-files/Cargo.toml b/crates/static-files/Cargo.toml index d8e1baf1..bed9c423 100644 --- a/crates/static-files/Cargo.toml +++ b/crates/static-files/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" dev = [] [dependencies] -axum = "0.5.5" +axum = "0.5.6" headers = "0.3.7" http = "0.2.7" http-body = "0.4.4"