diff --git a/Cargo.lock b/Cargo.lock index 98e9410d..5d65a204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,9 +611,9 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[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 8ebc90d6..5e6d8e31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ chrono = { version = "0.4.31", features = ["serde"] } dhat = { version = "0.2.4", optional = true } futures = "0.3.29" flate2 = "1.0.28" -http = "0.2.9" +http = "0.2.11" http-auth-basic = "0.3.3" handlebars = "4.3.7" hyper = { version = "0.14.27", features = ["http1", "server", "stream", "tcp"] }