From a3114929465cf051c46bcaac364cf5161a823021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:40:33 +0000 Subject: [PATCH] build(deps): bump hyper from 1.0.0 to 1.0.1 Bumps [hyper](https://github.com/hyperium/hyper) from 1.0.0 to 1.0.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.0.0...v1.0.1) --- 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 65edd07..78cff02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ "clap", "crossterm 0.27.0", "futures", - "hyper 1.0.0", + "hyper 1.0.1", "hyper-rustls", "lazy_static", "log", @@ -765,9 +765,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24590385be94998c5def4cf53d34edc5381144c805126f00efb954d986f9a7b2" +checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index c13962b..bb5baeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1", features = ["full"] } slack-morphism = { version = "1.15.1", features = ["hyper"] } chrono = "0.4.31" hyper-rustls = "0.24.2" -hyper = "1.0.0" +hyper = "1.0.1" async-trait = "0.1.74" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }