Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent ecf829c commit 2d446bb
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 57 deletions.
113 changes: 104 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dirs = "4.0.0"
# clippy = "*"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.11.13", features = [ "blocking" ]}
reqwest = { version = "0.11.21", features = [ "blocking" ]}
glutin = "0.29.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
Loading

0 comments on commit 2d446bb

Please sign in to comment.