From 1ef5b56e140c0290ba882232f2f25d6dca67effa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:40:56 +0000 Subject: [PATCH] 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 ac0495888..b182333a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5855,7 +5855,7 @@ dependencies = [ name = "ngrok-api" version = "0.1.0" dependencies = [ - "http 0.2.12", + "http 1.1.0", "reqwest", "serde", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 7a6acd766..cb47d7175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ futures = { version = "0.3", default-features = false } getrandom = { version = "0.2", default-features = false } hex = { version = "0.4", default-features = false } hex-literal = { version = "0.4", default-features = false } -http = { version = "0.2", default-features = false } +http = { version = "1.1", default-features = false } http-body = { version = "0.4", default-features = false } impl-trait-for-tuples = { version = "0.2", default-features = false } indoc = { version = "2.0", default-features = false }