From f78eab7b60efa97be0436f2121442eb153a5fba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 13:23:49 -0700 Subject: [PATCH] Bump js-sys from 0.3.63 to 0.3.64 (#54) Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.63 to 0.3.64. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: js-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- bindings/lz-str-wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 284b59d..4116ef9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,9 +287,9 @@ checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" [[package]] name = "js-sys" -version = "0.3.63" +version = "0.3.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" +checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" dependencies = [ "wasm-bindgen", ] diff --git a/bindings/lz-str-wasm/Cargo.toml b/bindings/lz-str-wasm/Cargo.toml index 04d4621..79d7855 100644 --- a/bindings/lz-str-wasm/Cargo.toml +++ b/bindings/lz-str-wasm/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" crate-type = [ "cdylib", "rlib" ] [dependencies] -js-sys = "0.3.63" +js-sys = "0.3.64" lz-str = { path = "../.." } wasm-bindgen = "0.2.87"