From 61641d7b67019c0d52a841b2c7c722b06948afa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:23:48 +0000 Subject: [PATCH] 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 | 2 +- lading/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68c4069cb..fb8126eb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,7 +1619,7 @@ dependencies = [ "fuser", "futures", "heck 0.5.0", - "http 0.2.12", + "http 1.2.0", "http-serde", "hyper 0.14.32", "is_executable", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 47567dbc6..a4d478e52 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -37,7 +37,7 @@ flate2 = { version = "1.0.34", default-features = false, features = [ futures = "0.3.31" fuser = { version = "0.15", optional = true } heck = { version = "0.5", default-features = false } -http = "0.2" +http = "1.2" http-serde = "1.1" hyper = { workspace = true, features = ["backports", "client", "deprecated", "http1", "http2", "server"] } is_executable = "1.0.4"