From fb4bec01d058477388fe56744c421d627e44dc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:15:02 +0000 Subject: [PATCH] Bump hyper from 1.4.1 to 1.5.1 Bumps [hyper](https://github.com/hyperium/hyper) from 1.4.1 to 1.5.1. - [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.4.1...v1.5.1) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... 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 6fe49ae..925d602 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ dependencies = [ "abscissa_core", "clap", "hex", - "hyper 1.4.1", + "hyper 1.5.1", "libflate", "log", "once_cell", @@ -814,9 +814,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes 1.7.1", "http 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 4c55da8..4d34e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["container", "devops", "docker", "deployment", "systemd"] [dependencies] clap = "4" hex = "0.4" -hyper = "1.4" +hyper = "1.5" percent-encoding = "2" libflate = "2.1" log = "0.4"