diff --git a/Cargo.toml b/Cargo.toml index 5376aeb..cdf66e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ getrandom = { version = "0.2", features = ["js"] } # WASM wasm-bindgen-rayon = {version = "1.0.3", features = ["no-bundler"], optional = true} -wasm-bindgen = {version = "=0.2.79", optional = true} +wasm-bindgen = {version = "=0.2.85", optional = true} serde-wasm-bindgen = {version = "0.4", optional = true} web-sys = { version = "0.3", features = ['Performance'], optional = true }