diff --git a/Cargo.toml b/Cargo.toml index 9b82337..8829c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ cbc = { version="0.1", features=["alloc"] } aes = "0.8" # wasm wasm-bindgen-rayon = {version = "1.0", features = ["no-bundler"], optional = true} -wasm-bindgen = {version = "=0.2.79", optional = true} +wasm-bindgen = {version = "=0.2.82", optional = true} # static_init = "1.0" web-sys = { version = "0.3", features = ['Performance'], optional = true } ed25519-dalek = {version = "1", features = ["serde"]}