From 02dbf26c91eec9477e04fd2f77780e6ea80d02a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:19:51 +0000 Subject: [PATCH] build(deps): bump http from 0.2.9 to 0.2.11 Bumps [http](https://github.com/hyperium/http) from 0.2.9 to 0.2.11. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/v0.2.11/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.9...v0.2.11) --- 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 cd31a49..d7981aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,9 +591,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 45b2d61..22b02dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ const-oid = { version = "0.9.6", default-features = false } der = { version = "0.6", default-features = false } flagset = { version = "0.4.3", default-features = false } hex = { version = "0.4.3", default-features = false } -http = { version = "^0.2.9", default-features = false } +http = { version = "^0.2.11", default-features = false } hyper = { git = "https://github.com/rjzak/hyper", branch = "wasi_wip", default-features = false } memoffset = { version = "0.8.0", default-features = false } p256 = { version = "0.12.0", default-features = false }