Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent ecf829c commit 59b06e4
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 70 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.23", features = [ "blocking" ]}
glutin = "0.29.0"

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

0 comments on commit 59b06e4

Please sign in to comment.