Skip to content

Commit

Permalink
fix(deps): update rust crate glutin to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2022
1 parent 620ff3a commit 15da217
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 61 deletions.
96 changes: 36 additions & 60 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 @@ -55,7 +55,7 @@ dirs = "4.0.0"

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

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

0 comments on commit 15da217

Please sign in to comment.