From 2c03752436f053604de85d3845c03d348e2bb718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 15:44:28 +0000 Subject: [PATCH] Bump wasm-bindgen-test from 0.3.34 to 0.3.37 Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.34 to 0.3.37. - [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: wasm-bindgen-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 ++++++----------------------- wasm/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adc403ef..3951086b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,23 +108,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" -[[package]] -name = "chia-bls" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba003303bda3019f2fe94e5478555a96addff1d6a1ea84bfe207b3f075cd8420" -dependencies = [ - "anyhow", - "arbitrary", - "blst", - "chia-traits", - "hex", - "hkdf", - "sha2", - "thiserror", - "tiny-bip39", -] - [[package]] name = "chia-bls" version = "0.4.0" @@ -234,7 +217,7 @@ dependencies = [ name = "clvm-rs-test-tools" version = "0.1.0" dependencies = [ - "chia-bls 0.3.3", + "chia-bls", "clap", "clvmr", "hex", @@ -278,7 +261,7 @@ dependencies = [ name = "clvmr" version = "0.7.0" dependencies = [ - "chia-bls 0.4.0", + "chia-bls", "criterion", "hex", "hex-literal", @@ -1781,9 +1764,9 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "wasm-bindgen-test" -version = "0.3.34" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db36fc0f9fb209e88fb3642590ae0205bb5a56216dabd963ba15879fe53a30b" +checksum = "6e6e302a7ea94f83a6d09e78e7dc7d9ca7b186bc2829c24a22d0753efd680671" dependencies = [ "console_error_panic_hook", "js-sys", @@ -1795,9 +1778,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-test-macro" -version = "0.3.34" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0734759ae6b3b1717d661fe4f016efcfb9828f5edb4520c18eaee05af3b43be9" +checksum = "ecb993dd8c836930ed130e020e77d9b2e65dd0fbab1b67c790b0f5d80b11a575" dependencies = [ "proc-macro2", "quote", diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 8cf8ddad..72a79fb4 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -17,6 +17,6 @@ path = "src/lib.rs" [dependencies] clvmr = { path = ".." } wasm-bindgen = "=0.2.87" -wasm-bindgen-test = "=0.3.34" +wasm-bindgen-test = "=0.3.37" js-sys = "0.3.61" getrandom = { version = "0.2.9", features = ["js"] }