From ebd321e4ec064552e664f6f6275d0ee5e8cda33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 03:00:43 +0000 Subject: [PATCH] Update ureq requirement from 1.2 to 2.6 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/commits) --- 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..7800fd5 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.6", default_features = false, features = ["json", "tls"] } zip-extract = { version = "0.1.0", default_features = false, features = ["deflate"] }