From 722f6f9e1a4fd3c4952a890dab44295f5fe0ba0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:14:08 +0000 Subject: [PATCH] fix(deps): update rust crate ureq to v3 --- crates/rrr_fetch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rrr_fetch/Cargo.toml b/crates/rrr_fetch/Cargo.toml index 531b434..2871e67 100644 --- a/crates/rrr_fetch/Cargo.toml +++ b/crates/rrr_fetch/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.201", features = ["derive"] } serde_json = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -ureq = { version = "2.9.7" } +ureq = { version = "3.0.0" } [target.'cfg(target_arch = "wasm32")'.dependencies] futures = { version = "0.3.30", features = ["thread-pool"] }