From 1aef3ac246f6847ef67e2d55675f7e6162d1610e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:09:16 +0000 Subject: [PATCH] Bump hyper from 0.14.23 to 0.14.24 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.23 to 0.14.24. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.24/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.23...v0.14.24) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- sns-discord/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a424e9d..5731b52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,9 +275,9 @@ checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" [[package]] name = "hyper" -version = "0.14.23" +version = "0.14.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" +checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" dependencies = [ "bytes", "futures-channel", diff --git a/sns-discord/Cargo.toml b/sns-discord/Cargo.toml index 8bfeab3..90e433b 100644 --- a/sns-discord/Cargo.toml +++ b/sns-discord/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] lambda_runtime = "0.5.1" tokio = "1.19.2" -hyper = { version = "0.14.23", features = ["client", "http2", "http1"] } +hyper = { version = "0.14.24", features = ["client", "http2", "http1"] } hyper-rustls = "0.23.2" serde = "1.0.152" serde_json = "1.0.91"