diff --git a/Cargo.lock b/Cargo.lock index 8feab3ba..a2bdc8d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2359,9 +2359,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" +checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" dependencies = [ "bytes 1.4.0", "fnv", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 300269bb..e4c33efa 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -13,7 +13,7 @@ chrono = "0.4.23" data-encoding = "2.3.3" futures-util = "0.3.26" headers = "0.3.8" -http = "0.2.8" +http = "0.2.9" 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 5074c60a..d6badc8a 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -12,7 +12,7 @@ axum = { version = "0.6.6", optional = true } bytes = "1.4.0" futures-util = "0.3.26" headers = "0.3.8" -http = "0.2.8" +http = "0.2.9" http-body = "0.4.5" hyper = "0.14.24" hyper-rustls = { version = "0.23.2", features = ["http1", "http2"], default-features = false, optional = true } diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 7bbe3236..0f9bdd24 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.8" +http = "0.2.9" serde = "1.0.152" serde_json = "1.0.93" language-tags = { version = "0.3.2", features = ["serde"] } diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index 19d78aca..a7454731 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -26,7 +26,7 @@ futures = "0.3.26" futures-signals = "0.3.31" futures-util = "0.3.26" headers = "0.3.8" -http = "0.2.8" +http = "0.2.9" once_cell = "1.17.1" mime = "0.3.16" rand = "0.8.5" diff --git a/crates/spa/Cargo.toml b/crates/spa/Cargo.toml index fb8dab67..2f4ed62f 100644 --- a/crates/spa/Cargo.toml +++ b/crates/spa/Cargo.toml @@ -11,7 +11,7 @@ serde_json = "1.0.93" thiserror = "1.0.38" camino = { version = "1.1.2", features = ["serde1"] } headers = "0.3.8" -http = "0.2.8" +http = "0.2.9" tower-service = "0.3.2" tower-http = { version = "0.3.5", features = ["fs"] } tokio = { version = "1.25.0", features = ["fs"] } diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index e281afe6..ec864435 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -20,7 +20,7 @@ serde_urlencoded = "0.7.1" camino = "1.1.2" chrono = "0.4.23" url = "2.3.1" -http = "0.2.8" +http = "0.2.9" ulid = { version = "1.0.0", features = ["serde"] } rand = "0.8.5"