From 191cb767bbda074ac19ea62ee62f60a9acc29f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:56:56 +0000 Subject: [PATCH] Update ureq requirement from 2.10.1 to 3.0.4 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.4) --- 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..93293ce 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.4", features = ["json"] } url = "2.3.1" [dev-dependencies]