Skip to content

Commit

Permalink
fix(deps): update rust crate ureq to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent b9641a9 commit 2eb00f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rrr_fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 2eb00f3

Please sign in to comment.