From 1471e30a2e9a6dce9dd248ebdcc69536787c47b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 10:14:10 +0000 Subject: [PATCH] Update ureq requirement from 2.6 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.6.0...3.0.3) --- 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 df01c1d..a38dab0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.76.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ureq = { version = "2.6", features = ["json"] } +ureq = { version = "3.0", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["raw_value"] } thiserror = "1.0"