diff --git a/Cargo.lock b/Cargo.lock index 315c2617..a7b13c64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,9 +257,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "http" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "f95b9abcae896730d42b78e09c155ed4ddf82c07b4de772c64aee5b2d8b7c150" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index fa0cc34c..45fe0459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,5 +52,5 @@ tokio = { version = "1.34.0", features = [ "signal", "net", ] } -http = "0.2.9" +http = "0.2.10" url = { version = "2.4.1", features = ["expose_internals"] }