From 9b3a93d91c3ab7af76156cc132894d0df81ad37d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 05:08:56 +0000 Subject: [PATCH] Update Rust crate hyper-rustls to 0.24.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a7f9b93..e2a6f9a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ hex = "0.4.3" hmac = "0.12.1" http = "0.2.9" hyper = "0.14.27" -hyper-rustls = "0.24.1" +hyper-rustls = "0.24.2" itertools = "0.11.0" jsonwebtoken = "8.3.0" meilisearch-sdk = { version = "0.24.2", default-features = false, features = ["reqwest-rustls"] }