From 4b89f14869685830b33e19d61a0e972793d7b42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 00:09:51 +0000 Subject: [PATCH] Update ureq requirement from 2.12.1 to 3.0.2 Updates the requirements on [ureq](https://github.com/algesten/ureq) to permit the latest version. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/2.12.1...3.0.2) --- 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 c81e962..041c5c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ minimal = [] [dependencies] log = { version = "^0.4.22", features = ["std", "kv"] } chrono = { version = "^0.4.39", features = ["clock"], optional = true } -ureq = "2.12.1" +ureq = "3.0.2" [dev-dependencies] multi_log = "^0.1.2"