From af34037696bf28c6a44d579b4104dc63e2a20375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:41:50 +0000 Subject: [PATCH] Update ureq requirement from 2.1 to 3.1 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.1.0) --- updated-dependencies: - dependency-name: ureq dependency-version: 3.1.0 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 e3567770a..f2c6dbc60 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.1", features = ["json"] } clap = { version = "4.5.30", features = ["derive"] }