From 105861a3684b462c6baddf6f0324821e75f45796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:14:13 +0000 Subject: [PATCH] Update ureq requirement from 2.10.1 to 3.0.6 in /api 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.10.1...3.0.6) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index f95c373..abd452f 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -11,7 +11,7 @@ regex = "1.10.6" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" time = { version = "0.3.17", features = ["local-offset", "macros", "serde", "serde-human-readable"] } -ureq = {version = "2.10.1", features = ["json"] } +ureq = {version = "3.0.6", features = ["json"] } url = "2.3.1" [dev-dependencies]