From a734a37d8be6b9de9a3568053d5d046c082cb8a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 01:49:50 +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 c599884c..c9d7d63d 100644 --- a/crates/updater/Cargo.toml +++ b/crates/updater/Cargo.toml @@ -30,7 +30,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"