diff --git a/Cargo.lock b/Cargo.lock index 5dbca1e..3d115b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ dependencies = [ "bytes", "futures-util", "headers", - "http 0.2.9", + "http 0.2.11", "http-body 0.4.5", "hyper", "itoa", @@ -103,7 +103,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 0.2.9", + "http 0.2.11", "http-body 0.4.5", "mime", "rustversion", @@ -122,7 +122,7 @@ dependencies = [ "bytes", "cookie", "futures-util", - "http 0.2.9", + "http 0.2.11", "http-body 0.4.5", "mime", "pin-project-lite", @@ -476,7 +476,7 @@ dependencies = [ "bitflags", "bytes", "headers-core", - "http 0.2.9", + "http 0.2.11", "httpdate", "mime", "sha1", @@ -488,7 +488,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" dependencies = [ - "http 0.2.9", + "http 0.2.11", ] [[package]] @@ -502,9 +502,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" dependencies = [ "bytes", "fnv", @@ -529,7 +529,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http 0.2.9", + "http 0.2.11", "pin-project-lite", ] @@ -565,7 +565,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "http 0.2.9", + "http 0.2.11", "http-body 0.4.5", "httparse", "httpdate", @@ -1141,7 +1141,7 @@ dependencies = [ "axum-extra", "chrono", "futures", - "http 0.2.9", + "http 1.0.0", "http-body 1.0.0", "hyper", "rand", diff --git a/Cargo.toml b/Cargo.toml index 678dbaf..fcf721c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,5 +36,5 @@ serde = {version = "1.0.190", features = ["derive"]} serde_json = "1.0.107" tokio = {version = "1.33.0", features = ["macros", "rt-multi-thread"]} hyper = "0.14.26" -http = "0.2.9" +http = "1.0.0" typed-session = {workspace = true, features = ["memory-store"]}