From 272380dd004ebb21d251ff51008188d0bcf47d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 00:44:09 +0200 Subject: [PATCH] fix(deps): update rust crate http to 0.2.9 (#886) Co-authored-by: renovate[bot] <29139614+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 96ccdac67..554732b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde_json = "1.0" thiserror = "1.0" url = "2.3" tao = { version = "0.18.0", default-features = false, features = [ "serde" ] } -http = "0.2.8" +http = "0.2.9" [dev-dependencies] anyhow = "1.0"