From 0dfe543c7e707e48b1f30924f675b0074130e85b Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:14:39 +0000 Subject: [PATCH] Update Rust crate hyper to 0.14.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b22a647..510b10d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ heck = "0.5.0" hex = "0.4.3" hmac = "0.12.1" http = "0.2.11" -hyper = "0.14.27" +hyper = "0.14.28" hyper-rustls = "0.24.2" itertools = "0.12.0" jsonwebtoken = "9.2.0"