diff --git a/Cargo.lock b/Cargo.lock index 99400c30..49e5b83a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1868,9 +1868,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" +checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" dependencies = [ "bytes 1.1.0", "fnv", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index c6236616..86063bb9 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.7" +http = "0.2.8" http-body = "0.4.5" mime = "0.3.16" rand = "0.8.5" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 809f9715..85146673 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -10,7 +10,7 @@ axum = "0.5.6" bytes = "1.1.0" futures-util = "0.3.21" headers = "0.3.7" -http = "0.2.7" +http = "0.2.8" http-body = "0.4.5" hyper = "0.14.19" 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 e3570b6c..7eaeeef3 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -16,7 +16,7 @@ ecdsa = { version = "0.14.1", features = ["sign", "verify", "pem", "pkcs8"] } elliptic-curve = { version = "0.12.0", features = ["ecdh", "pem"] } futures-util = "0.3.21" hmac = "0.12.1" -http = "0.2.7" +http = "0.2.8" p256 = { version = "0.11.0", features = ["ecdsa", "pem", "pkcs8"] } pkcs1 = { version = "0.4.0", features = ["pem", "pkcs8"] } pkcs8 = { version = "0.9.0", features = ["pem", "std"] } diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index e76cb156..6061d386 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.7" +http = "0.2.8" serde = "1.0.137" serde_json = "1.0.81" language-tags = { version = "0.3.2", features = ["serde"] } diff --git a/crates/static-files/Cargo.toml b/crates/static-files/Cargo.toml index 036759db..51ca5726 100644 --- a/crates/static-files/Cargo.toml +++ b/crates/static-files/Cargo.toml @@ -11,7 +11,7 @@ dev = [] [dependencies] axum = "0.5.6" headers = "0.3.7" -http = "0.2.7" +http = "0.2.8" http-body = "0.4.5" mime_guess = "2.0.4" rust-embed = "6.4.0"