diff --git a/Cargo.lock b/Cargo.lock index 1f5e024..85cba56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,9 +685,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", diff --git a/Cargo.toml b/Cargo.toml index acccbf1..004d8cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ rust-version = "1.69.0" dotenv = "0.15.0" envy = "0.4.2" futures = "0.3.28" -http = "0.2.9" +http = "0.2.11" hyper = { version = "0.14.26", features = ["full"] } jsonwebtoken = "8.3.0" once_cell = "1.18.0"