Skip to content

Commit

Permalink
bump getrandom
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Jan 7, 2025
1 parent 02d1559 commit 9631f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdfa-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = ["console_error_panic_hook","lol_alloc"]
crate-type = ["cdylib", "rlib"]

[dependencies]
getrandom = { version = "0.2.10", features = ["js"] }
getrandom = { version = "0.2.15", features = ["js"] }
graph-rdfa-processor.workspace = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen.workspace = true
Expand Down

0 comments on commit 9631f9e

Please sign in to comment.