From 4e9d12c0d3c3b4e37fb085e123a68a96b065d422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:21:47 +0000 Subject: [PATCH] chore(deps): bump http from 0.2.12 to 1.2.0 Bumps [http](https://github.com/hyperium/http) from 0.2.12 to 1.2.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.2.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3493a3..48285ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2535,7 +2535,7 @@ dependencies = [ "dyn-clone", "futures", "glob", - "http 0.2.12", + "http 1.2.0", "itertools", "more-asserts", "once_cell", @@ -2589,7 +2589,7 @@ dependencies = [ "dirs", "duct", "futures", - "http 0.2.12", + "http 1.2.0", "once_cell", "rand 0.8.5", "regex", diff --git a/Cargo.toml b/Cargo.toml index 41b7d1c..2f337ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ duct = "0.13.5" dyn-clone = "1.0.9" futures = "0.3" glob = "0.3" -http = "0.2" +http = "1.2" indicatif = "0.17.3" itertools = "0.10" more-asserts = "0.3.1"