From 9d5f49f207ee32fa2402f6820a050f80f88012f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 03:02:02 +0000 Subject: [PATCH] Update ureq requirement from 1.2 to 2.5 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.5.0) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a872d6..163ab98 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.5", default_features = false, features = ["json", "tls"] } zip-extract = { version = "0.1.0", default_features = false, features = ["deflate"] }