diff --git a/Cargo.lock b/Cargo.lock index 39760b8c..572bfd23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1616,9 +1616,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" +checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" dependencies = [ "bytes 1.1.0", "fnv", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index d00085c1..2c15eb75 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -14,7 +14,7 @@ chrono = "0.4.19" data-encoding = "2.3.2" futures-util = "0.3.21" headers = "0.3.7" -http = "0.2.6" +http = "0.2.7" http-body = "0.4.4" mime = "0.3.16" rand = "0.8.5" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index b896339f..54302958 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -10,7 +10,7 @@ axum = "0.5.4" bytes = "1.1.0" futures-util = "0.3.21" headers = "0.3.7" -http = "0.2.6" +http = "0.2.7" http-body = "0.4.4" hyper = "0.14.18" hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false } diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index d43b275c..3f2838f1 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -16,7 +16,7 @@ ecdsa = { version = "0.13.4", features = ["sign", "verify", "pem", "pkcs8"] } elliptic-curve = { version = "0.11.12", features = ["ecdh", "pem"] } futures-util = "0.3.21" hmac = "0.12.1" -http = "0.2.6" +http = "0.2.7" p256 = { version = "0.10.1", features = ["ecdsa", "pem", "pkcs8"] } pkcs1 = { version = "0.3.3", features = ["pem", "pkcs8"] } pkcs8 = { version = "0.8.0", features = ["pem"] } diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 1b5c6d1c..646608a7 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -http = "0.2.6" +http = "0.2.7" serde = "1.0.136" serde_json = "1.0.79" language-tags = { version = "0.3.2", features = ["serde"] } diff --git a/crates/static-files/Cargo.toml b/crates/static-files/Cargo.toml index 84ea1901..959981f5 100644 --- a/crates/static-files/Cargo.toml +++ b/crates/static-files/Cargo.toml @@ -11,7 +11,7 @@ dev = [] [dependencies] axum = "0.5.4" headers = "0.3.7" -http = "0.2.6" +http = "0.2.7" http-body = "0.4.4" mime_guess = "2.0.4" rust-embed = "6.4.0"