From d85040b7c06f6eacd3b9500d0fa87646056e5669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 00:30:51 +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 71dd0577fff2c1..8e7072d5eefc44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9759,7 +9759,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 777e39cc4abc54..44327fd2cbe482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -352,7 +352,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"