You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2023/05/18 06:22:51 UTC

[avro] branch branch-1.11 updated: Bump wasm-bindgen-test from 0.3.35 to 0.3.36 in /lang/rust (#2239)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new aac8a0d2d Bump wasm-bindgen-test from 0.3.35 to 0.3.36 in /lang/rust (#2239)
aac8a0d2d is described below

commit aac8a0d2df6dd8abbf996953160940b4fd71e4d4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 18 09:22:18 2023 +0300

    Bump wasm-bindgen-test from 0.3.35 to 0.3.36 in /lang/rust (#2239)
    
    Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.35 to 0.3.36.
    - [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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit d9b9bca641378dd804e3df5789405a2c02e590e7)
---
 lang/rust/Cargo.lock           | 16 ++++++++--------
 lang/rust/wasm-demo/Cargo.toml |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index c53ebd5e0..badb8f21a 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -542,9 +542,9 @@ dependencies = [
 
 [[package]]
 name = "js-sys"
-version = "0.3.62"
+version = "0.3.63"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
+checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
 dependencies = [
  "wasm-bindgen",
 ]
@@ -1117,9 +1117,9 @@ dependencies = [
 
 [[package]]
 name = "wasm-bindgen-futures"
-version = "0.4.35"
+version = "0.4.36"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
+checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
 dependencies = [
  "cfg-if",
  "js-sys",
@@ -1158,9 +1158,9 @@ checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
 
 [[package]]
 name = "wasm-bindgen-test"
-version = "0.3.35"
+version = "0.3.36"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b27e15b4a3030b9944370ba1d8cec6f21f66a1ad4fd14725c5685600460713ec"
+checksum = "c9e636f3a428ff62b3742ebc3c70e254dfe12b8c2b469d688ea59cdd4abcf502"
 dependencies = [
  "console_error_panic_hook",
  "js-sys",
@@ -1172,9 +1172,9 @@ dependencies = [
 
 [[package]]
 name = "wasm-bindgen-test-macro"
-version = "0.3.35"
+version = "0.3.36"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1dbaa9b9a574eac00c4f3a9c4941ac051f07632ecd0484a8588abd95af6b99d2"
+checksum = "f18c1fad2f7c4958e7bcce014fa212f59a65d5e3721d0f77e6c0b27ede936ba3"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/wasm-demo/Cargo.toml b/lang/rust/wasm-demo/Cargo.toml
index a482810a5..9eb603ba4 100644
--- a/lang/rust/wasm-demo/Cargo.toml
+++ b/lang/rust/wasm-demo/Cargo.toml
@@ -41,7 +41,7 @@ wasm-bindgen = "0.2.86"
 
 [dev-dependencies]
 console_error_panic_hook = { version = "0.1.6" }
-wasm-bindgen-test = "0.3.35"
+wasm-bindgen-test = "0.3.36"
 
 [profile.release]
 # Tell `rustc` to optimize for small code size.