From 7794220ee57b16e1a136f7cf43c7d0c0f6acacb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:45:56 -0700 Subject: [PATCH] Bump http from 1.0.0 to 1.1.0 (#24) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a4a5bf..fb315d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,9 +628,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", diff --git a/Cargo.toml b/Cargo.toml index 02dd3fa..ceb246e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ anyhow = "1.0.75" claim = "0.5.0" env_logger = "0.11" futures-util = "0.3.30" -http = "1.0.0" +http = "1.1.0" http-body-util = "0.1.0" hyper = "1.1.0" hyper-rustls = { version = "0.26.0", default-features = false, features = ["native-tokio", "http1", "tls12", "logging", "http2", "webpki-roots"] }