From 11c49bb255d7c8cbef1d9fbe4f6578d2c3beb431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 14:11:19 +0000 Subject: [PATCH] build(deps): bump http from 1.2.0 to 1.3.1 Bumps [http](https://github.com/hyperium/http) from 1.2.0 to 1.3.1. - [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/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor ... 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 43de2d639..2f0e669df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2285,9 +2285,9 @@ dependencies = [ [[package]] name = "http" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index f575cab28..b70cb4cd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ version = "0.4.0" # HTTP request/response [workspace.dependencies.http] -version = "1.2.0" +version = "1.3.1" # HTTP body trait [workspace.dependencies.http-body]