From a5780e985156538bbc7eb87275a0fe86d8d7482f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 03:20:02 +0000 Subject: [PATCH] build(deps): bump http from 0.2.12 to 1.1.0 Bumps [http](https://github.com/hyperium/http) from 0.2.12 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/v0.2.12...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bd5064d6594a8..454c630eedd9b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9801,7 +9801,7 @@ dependencies = [ "flate2", "futures 0.3.31", "goauth", - "http 0.2.12", + "http 1.1.0", "hyper 0.14.32", "hyper-proxy", "log", diff --git a/Cargo.toml b/Cargo.toml index c13f88b5a6dca2..0161a25ce04799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -257,7 +257,7 @@ hex = "0.4.3" hidapi = { version = "2.6.3", default-features = false } histogram = "0.6.9" hmac = "0.12.1" -http = "0.2.12" +http = "1.1.0" humantime = "2.0.1" hyper = "0.14.32" hyper-proxy = "0.9.1"