Skip to content

Commit

Permalink
Merge pull request #478 from gosub-browser/dependabot/cargo/getrandom…
Browse files Browse the repository at this point in the history
…-0.2.15

Bump getrandom from 0.2.14 to 0.2.15
  • Loading branch information
Sharktheone authored Jun 3, 2024
2 parents 12c48fe + 608d751 commit 289543a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -61,7 +61,7 @@ console_log = "1.0.0"
console_error_panic_hook = "0.1.7"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
getrandom = { version = "0.2.3", features = ["js"] }
getrandom = { version = "0.2.15", features = ["js"] }


[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rand = "0.9.0-alpha.1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.69"
getrandom = { version = "0.2.14", features = ["js"] }
getrandom = { version = "0.2.15", features = ["js"] }
web-sys = { version = "0.3.69", features = ["Performance", "Window"] }

[dev-dependencies]
Expand Down

0 comments on commit 289543a

Please sign in to comment.