From dd6ee81b3aabc108e7df3afd4d8ff3b5b8b6111d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:18:45 +0000 Subject: [PATCH] Update ureq requirement from 2 to 3 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.0.0...3.0.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 6f05f52..0aaec47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ ctrlc = { version = "3", features = ["termination"] } tokio = { version = "1", features = ["full"] } tower-http = { version = "0.6", features = ["trace"] } tracing-subscriber = "0.3" -ureq = "2" +ureq = "3" [target.'cfg(target_family = "wasm")'.dependencies] base64 = "0.22"