From 08adf9b048940281606a4d8a229422c07e1ec9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:57:57 +0000 Subject: [PATCH] build(deps): bump http from 0.2.11 to 0.2.12 Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 0.2.12. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/v0.2.12/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.11...v0.2.12) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... 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 b30078aa..d6d16092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,9 +1332,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 64e7bf87..60d45a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ confargs = { version = "0.1.3", default-features = false } futures = { version = "0.3.30", default-features = false } futures-rustls = { version = "0.25.1", default-features = false } headers = { version = "0.3.9", default-features = false } -http = { version = "0.2.9", default-features = false } +http = { version = "0.2.12", default-features = false } http-types = { version = "2.12.0", default-features = false } hyper = { version = "0.14.28", default-features = false } jsonwebtoken = { version = "9.2.0", default-features = false }