From b743455feeb94a9be70c52160b050698d10624f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 02:39:37 +0000 Subject: [PATCH] fix(deps): update rust crate http to v1 --- crates/updater/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/updater/Cargo.toml b/crates/updater/Cargo.toml index f3f04303..3bf36d4c 100644 --- a/crates/updater/Cargo.toml +++ b/crates/updater/Cargo.toml @@ -25,7 +25,7 @@ dirs = { workspace = true } semver = { workspace = true } base64 = { workspace = true } time = { workspace = true, features = [ "parsing", "formatting" ] } -http = "0.2" +http = "1.0" url = { version = "2.5", features = [ "serde" ] } minisign-verify = "0.2" ctor = "0.2"