From b4c4d1e023fc4fe1a05523f4105aa7eb1b3a3d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:42:48 +0000 Subject: [PATCH] build(deps): bump hyper from 1.5.1 to 1.5.2 Bumps [hyper](https://github.com/hyperium/hyper) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee8bc4e63..aec1a7d31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2329,9 +2329,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", @@ -4070,7 +4070,7 @@ dependencies = [ "sha1", "sha2", "sprintf", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tracing", "urlencoding", diff --git a/Cargo.toml b/Cargo.toml index 79039afbd..4786896a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ version = "0.1.2" # HTTP client and server [workspace.dependencies.hyper] -version = "1.5.1" +version = "1.5.2" features = ["client", "http1", "http2"] # Additional Hyper utilties