From 35e81993fcc909e9c2a07563b8fd2b15285b19f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 15:56:29 +0000 Subject: [PATCH] Update ureq requirement from 2.1 to 3.0 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.1.0...3.0.11) --- updated-dependencies: - dependency-name: ureq dependency-version: 3.0.11 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 e3567770..57792361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ tera = "1" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } -ureq = { version = "2.1", features = ["json"] } +ureq = { version = "3.0", features = ["json"] } clap = { version = "4.5.30", features = ["derive"] }