summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-11-17 14:15:26 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-11-17 14:15:26 +0100
commit5173d30d88a6fc2cc02d63f44f8008cc9bec25a6 (patch)
tree446f6504d91d201fd4cab5668a7166ddf39c5d82
parent3978153913a782698e26afe8846fd121d9bc3cd9 (diff)
add the js feature to getrandom:0.2nora/wasm
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 7400caae..5ecfbcc8 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -78,7 +78,7 @@ winapi = { version = "0.3.8", default-features = false, features = ["bcrypt"], o
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
chrono = { version = "0.4.10", default-features = false, features = ["std", "wasmbind"] }
-getrandom = { version = "0.1", features = ["wasm-bindgen", "js"] }
+getrandom = { version = "0.2", features = ["js"] }
[build-dependencies]
lalrpop = ">=0.17"