From a53415635255537a84835d1018d21fae7bcc06e1 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:14:00 +0000 Subject: [PATCH] Update Rust crate hyper-rustls to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 271c07a6..68c3fd16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ hex = "0.4.3" hmac = "0.12.1" http = "0.2.11" hyper = "0.14.28" -hyper-rustls = "0.24.2" +hyper-rustls = "0.27.0" itertools = "0.12.0" jsonwebtoken = "9.2.0" meilisearch-sdk = { version = "0.24.3", default-features = false, features = ["reqwest-rustls"] }