From 38755c8df6f49e09b7df46f72cdaf73e961bce77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:25:36 +0000 Subject: [PATCH] fix(deps): update rust crate http to 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02912b4..35798f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ serde_json = "1.0.114" guid-create = { version="0.3.1", features = [ "serde", ] } -http = "1.0.0" +http = "1.1.0" locale-types = "0.4.0"