From 6135a681237f97310db37432234cf8bb2f821db7 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:26:02 -0600 Subject: [PATCH] Update Rust crate http to 1.2.0 (#227) Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5797ec..9b8d6ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ google-drive3 = "6" google-storage1 = "6" hex = "0.4.3" hmac = "0.12.1" -http = "1.1.0" +http = "1.2.0" hyper = "1.5.1" itertools = "0.13.0" jsonwebtoken = "9.3.0"