diff --git a/Cargo.lock b/Cargo.lock index 1906d20..929f886 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ dependencies = [ "bytes", "futures-util", "headers", - "http 0.2.9", + "http 0.2.12", "http-body 0.4.5", "hyper 0.14.27", "itoa", @@ -160,7 +160,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 0.2.9", + "http 0.2.12", "http-body 0.4.5", "mime", "rustversion", @@ -865,7 +865,7 @@ dependencies = [ "bitflags 1.3.2", "bytes", "headers-core", - "http 0.2.9", + "http 0.2.12", "httpdate", "mime", "sha1", @@ -877,7 +877,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.12", ] [[package]] @@ -920,9 +920,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", @@ -947,7 +947,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http 0.2.9", + "http 0.2.12", "pin-project-lite", ] @@ -1002,7 +1002,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "http 0.2.9", + "http 0.2.12", "http-body 0.4.5", "httparse", "httpdate", @@ -1917,7 +1917,7 @@ dependencies = [ "chrono", "config", "futures", - "http 0.2.9", + "http 1.1.0", "jsonwebtoken", "mime", "once_cell", @@ -2610,7 +2610,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http 0.2.9", + "http 0.2.12", "http-body 0.4.5", "http-range-header", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index f83c806..b116cc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ tower-http = { version = "0.4.4", features = [ "sensitive-headers", "cors", ] } -http = "0.2.9" +http = "1.1.0" chrono = "0.4.38" async-trait = "0.1.80" # Investigate if wither::bson can be used instead and activate this feature.