From 5173d30d88a6fc2cc02d63f44f8008cc9bec25a6 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Wed, 17 Nov 2021 14:15:26 +0100 Subject: add the js feature to getrandom:0.2 --- openpgp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3