From 45c8897a5ae6e9de6f6cda1754be090ce545b679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:30:04 +0000 Subject: [PATCH] Bump http from 1.0.0 to 1.1.0 Bumps [http](https://github.com/hyperium/http) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f4ed2b..9143bd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ "hex", "hmac", "http 0.2.11", - "http 1.0.0", + "http 1.1.0", "once_cell", "p256", "percent-encoding", @@ -411,7 +411,7 @@ dependencies = [ "aws-smithy-types", "bytes", "http 0.2.11", - "http 1.0.0", + "http 1.1.0", "pin-project-lite", "tokio", "tracing", @@ -610,7 +610,7 @@ dependencies = [ "clap", "env_logger", "flate2", - "http 1.0.0", + "http 1.1.0", "hyper 1.2.0", "hyper-staticfile", "hyper-util", @@ -1052,9 +1052,9 @@ dependencies = [ [[package]] name = "http" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", @@ -1079,7 +1079,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ "bytes", - "http 1.0.0", + "http 1.1.0", ] [[package]] @@ -1139,7 +1139,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "httparse", "httpdate", @@ -1172,7 +1172,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "847250e0ccf0c0537daf49fc5c5ff69d43a752edbabc5274bc8322e8b092c55e" dependencies = [ "futures-util", - "http 1.0.0", + "http 1.1.0", "http-range", "httpdate", "hyper 1.2.0", @@ -1192,7 +1192,7 @@ checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" dependencies = [ "bytes", "futures-util", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "hyper 1.2.0", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index da79528..a9690cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ blake2 = "0.10.6" clap = { version = "4.5.4", features = ["cargo"] } env_logger = "0.11.2" flate2 = "1.0.28" -http = "1.0.0" +http = "1.1.0" hyper = { version = "1.2.0", features = ["http1", "server"] } hyper-staticfile = "0.10.0" hyper-util = { version = "0.1.3", features = ["tokio"] }