From 337b1039c782e076020a226c4cae63b859d1ba1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 05:52:12 +0000 Subject: [PATCH] Update ureq requirement from 1.2 to 2.0 Updates the requirements on [ureq](https://github.com/algesten/ureq) to permit the latest version. - [Release notes](https://github.com/algesten/ureq/releases) - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/1.3.0...2.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d86b8cf..756538e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ anyhow = "1.0" dirs = "3.0" log = "0.4" serde = { version = "1.0", default_features = false, features = ["derive"] } -ureq = { version = "1.2", default_features = false, features = ["json", "tls"] } +ureq = { version = "2.0", default_features = false, features = ["json", "tls"] } zip-extract = { version = "0.1.0", default_features = false, features = ["deflate"] }