diff --git a/Cargo.lock b/Cargo.lock index 68e2351..a2fd846 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,9 +369,9 @@ checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" [[package]] name = "js-sys" -version = "0.3.70" +version = "0.3.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" +checksum = "0cb94a0ffd3f3ee755c20f7d8752f45cac88605a4dcf808abcff72873296ec7b" dependencies = [ "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index b2be81c..89d48ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ yew-utils = "0.2" log = "0.4.22" wasm-logger = "0.2.0" wasm-bindgen = "0.2.94" -js-sys = "0.3.70" +js-sys = "0.3.71" serde = "1" gloo-storage = "0.3"