From 7ff21432d12632ba53391cf07aa82d8c36e54848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:57:28 +0000 Subject: [PATCH] build(deps): bump hyper from 0.14.28 to 1.2.0 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.2.0. - [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/v0.14.28...v1.2.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... 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 ef2c2260..ef99e8dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1181,7 +1181,7 @@ dependencies = [ "fs_extra", "futures", "glob", - "hyper 0.14.28", + "hyper 1.2.0", "log", "log-derive", "maud", @@ -1201,7 +1201,7 @@ dependencies = [ name = "esthri-internals" version = "12.0.0" dependencies = [ - "hyper 0.14.28", + "hyper 1.2.0", "hyper-rustls 0.23.2", "hyper-tls 0.5.0", ] @@ -1220,7 +1220,7 @@ dependencies = [ "flate2", "fs_extra", "futures", - "hyper 0.14.28", + "hyper 1.2.0", "md-5", "once_cell", "tempdir", diff --git a/Cargo.toml b/Cargo.toml index 64af789d..c404189a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ aws-sdk-s3 = "1.21.0" aws-types = "1.1.8" aws-config = { version = "1.1.9", features = ["behavior-version-latest"]} aws-smithy-runtime = "1.1.8" -hyper = "0.14.28" # hyper 0.14 is the version used in the aws-smithy-runtime api. Can't upgrade to "1" until smithy-runtime does +hyper = "1.2.0" # hyper 0.14 is the version used in the aws-smithy-runtime api. Can't upgrade to "1" until smithy-runtime does [profile.dev]