From 78793c4683a52d8878b8e216e13d6f81379ebb61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 01:17:43 +0000 Subject: [PATCH] Bump js-sys from 0.3.68 to 0.3.69 (#72) Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.68 to 0.3.69. - [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 652c63e..7b362a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,9 +293,9 @@ checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" [[package]] name = "js-sys" -version = "0.3.68" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" +checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" dependencies = [ "wasm-bindgen", ] diff --git a/bindings/lz-str-wasm/Cargo.toml b/bindings/lz-str-wasm/Cargo.toml index 0e91a91..65a6238 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.68" +js-sys = "0.3.69" lz-str = { path = "../.." } wasm-bindgen = "0.2.92"