diff --git a/Cargo.lock b/Cargo.lock index f3785702..c70ae7fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1633,9 +1633,9 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" +checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes 1.1.0", "http", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 944180a2..79516b23 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -15,7 +15,7 @@ data-encoding = "2.3.2" futures-util = "0.3.21" headers = "0.3.7" http = "0.2.7" -http-body = "0.4.4" +http-body = "0.4.5" mime = "0.3.16" rand = "0.8.5" serde = "1.0.137" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index b226d458..69f4d376 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -11,7 +11,7 @@ bytes = "1.1.0" futures-util = "0.3.21" headers = "0.3.7" http = "0.2.7" -http-body = "0.4.4" +http-body = "0.4.5" hyper = "0.14.18" hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false } once_cell = "1.11.0" diff --git a/crates/static-files/Cargo.toml b/crates/static-files/Cargo.toml index bed9c423..c05cabb0 100644 --- a/crates/static-files/Cargo.toml +++ b/crates/static-files/Cargo.toml @@ -12,7 +12,7 @@ dev = [] axum = "0.5.6" headers = "0.3.7" http = "0.2.7" -http-body = "0.4.4" +http-body = "0.4.5" mime_guess = "2.0.4" rust-embed = "6.4.0" tower = "0.4.12"