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"] }