From cb5752e7d151b6ebc14f480def0da698ced3d000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:30:49 +0000 Subject: [PATCH] Update ureq requirement from 2.10.1 to 3.0.10 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.10) --- 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..ea82668 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.10", features = ["json"] } url = "2.3.1" [dev-dependencies]