Skip to content

Commit 2b4ccaf

Browse files
committed
Upgrade getrandom
1 parent 8e18ed4 commit 2b4ccaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ repository = "https://github.com/jedisct1/rust-minisign"
1515
homepage = "https://github.com/jedisct1/rust-minisign"
1616

1717
[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies]
18-
getrandom = { version = "0.3", optional = false, default-features = false, features = ["wasm_js"] }
18+
getrandom = { version = "0.4", optional = false, default-features = false, features = ["wasm_js"] }
1919

2020
[target.'cfg(not(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown")))'.dependencies]
21-
getrandom = { version = "0.3", optional = false, default-features = false }
21+
getrandom = { version = "0.4", optional = false, default-features = false }
2222

2323
[dependencies]
2424
scrypt = { version = "0.11.0", default-features = false }

0 commit comments

Comments
 (0)