From 4e2c9b5f3e52b976bf7b19d45c8fb075695d777e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:39:47 +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 9e2a6a46..2c988892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2134,9 +2134,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 6ec3fa88..fdf08d4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ features = ["derive"] # HTTP request/response [workspace.dependencies.http] -version = "0.2.9" +version = "0.2.11" # Templates [workspace.dependencies.minijinja]