From a3edbcfb0260c955f8ee28bf0a5f6eaf75e83674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:40:01 +0000 Subject: [PATCH] Update ureq requirement from 2.4 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.4.0...2.12.1) --- 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 1e8b89adb..8c9156025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ strum_macros = "0.27" tera = "1" thiserror = "2.0" toml = "0.8" -ureq = { version = "2.4", features = ["json"] } +ureq = { version = "3.0", features = ["json"] } url = "2.3" uuid = { version = "1.2", features = ["serde", "v4", "v5"] } voca_rs = "1"