From 3ca5ee6e0845d0c380ff215b09b12befef1cdf66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:41:12 +0000 Subject: [PATCH] build(deps): bump hyper-rustls from 0.24.1 to 0.24.2 Bumps [hyper-rustls](https://github.com/rustls/hyper-rustls) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](https://github.com/rustls/hyper-rustls/commits) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e25029..8e5927a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.24.1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http", diff --git a/Cargo.toml b/Cargo.toml index 43e307c..ad4b26b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tabled = "0.14.0" tokio = { version = "1", features = ["full"] } slack-morphism = { version = "1.15.1", features = ["hyper"] } chrono = "0.4.31" -hyper-rustls = "0.24.1" +hyper-rustls = "0.24.2" hyper = "0.14.27" async-trait = "0.1.74" tracing = "0.1.40"