Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent ecf829c commit bd0ecd5
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 91 deletions.
131 changes: 121 additions & 10 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.27", features = [ "blocking" ]}
glutin = "0.29.0"

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

0 comments on commit bd0ecd5

Please sign in to comment.