From bef1af1f9e8912fc30e295e742d8b08bcecf62b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:03:18 +0000 Subject: [PATCH] build(deps): bump hyper-rustls from 0.27.4 to 0.27.5 Bumps [hyper-rustls](https://github.com/rustls/hyper-rustls) from 0.27.4 to 0.27.5. - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](https://github.com/rustls/hyper-rustls/compare/v/0.27.4...v/0.27.5) --- 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 30ebeb5..451d1ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,9 +1317,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.4" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6884a48c6826ec44f524c7456b163cebe9e55a18d7b5e307cb4f100371cc767" +checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", "http", diff --git a/Cargo.toml b/Cargo.toml index ffdb173..f84e2bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tabled = "0.17.0" tokio = { version = "1", features = ["full"] } slack-morphism = { version = "2.7.0", features = ["hyper"] } chrono = "0.4.39" -hyper-rustls = "0.27.4" +hyper-rustls = "0.27.5" hyper = "1.5.2" async-trait = "0.1.83" semver = "1.0.24"