From a491171d72a3049548f0e42dc0bbe3967af4ebd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 13:48:36 +0000 Subject: [PATCH] Bump hyper from 0.14.23 to 0.14.27 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.23 to 0.14.27. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.27/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.23...v0.14.27) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/oz-api/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cbe734e..71a03033 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2992,9 +2992,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.15" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" +checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" dependencies = [ "bytes", "fnv", @@ -3202,9 +3202,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.23" +version = "0.14.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" +checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 8421fc5d..f619ad05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ eyre = "0.6" futures = "0.3" futures-util = { version = "^0.3" } hex = "0.4.3" -hyper = { version = "^0.14.17", features = ["server", "tcp", "http1", "http2"] } +hyper = { version = "^0.14.27", features = ["server", "tcp", "http1", "http2"] } once_cell = "1.8" oz-api = { path = "crates/oz-api", optional = true } prometheus = "0.13.3" # We need upstream PR#465 to fix #272. diff --git a/crates/oz-api/Cargo.toml b/crates/oz-api/Cargo.toml index d10163dd..d8040c71 100644 --- a/crates/oz-api/Cargo.toml +++ b/crates/oz-api/Cargo.toml @@ -13,7 +13,7 @@ serde_json = "1.0.94" tracing = "0.1.37" cognitoauth = { git = "https://github.com/lucdew/cognito-srp-auth.git" } anyhow = "1.0" -hyper = { version = "^0.14.17", features = ["server", "tcp", "http1", "http2"] } +hyper = { version = "^0.14.27", features = ["server", "tcp", "http1", "http2"] } tokio = { version = "1.17", features = ["full"] } thiserror = "1.0.39" url = "2.3.1"