diff --git a/Cargo.lock b/Cargo.lock index f61a8a7..ecff74e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 8e9f454..0391f6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ categories = [ hitt-formatter = { path = "hitt-formatter", version = "0.0.4" } hitt-parser = { path = "hitt-parser", version = "0.0.4" } hitt-request = { path = "hitt-request", version = "0.0.4" } -http = { version = "0.2.11" } +http = { version = "0.2.12" } reqwest = { version = "0.11.24" } tokio = { version = "1.36.0", features = ["fs", "macros", "rt-multi-thread"] }