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"