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

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


The following commit(s) were added to refs/heads/branch-1.12 by this push:
     new 31c64f4dd Bump wasm-bindgen from 0.2.92 to 0.2.93 in /lang/rust (#3093)
31c64f4dd is described below

commit 31c64f4dd07a4e8f58ac332acab68cab24ebd34c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 15 23:51:21 2024 +0300

    Bump wasm-bindgen from 0.2.92 to 0.2.93 in /lang/rust (#3093)
    
    * Bump wasm-bindgen from 0.2.92 to 0.2.93 in /lang/rust
    
    Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.92 
to 0.2.93.
    - [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/compare/0.2.92...0.2.93)
    
    ---
    updated-dependencies:
    - dependency-name: wasm-bindgen
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump wasm-bindgen-test to 0.3.43
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Martin Tzvetanov Grigorov <[email protected]>
    (cherry picked from commit 2d11a76238a2082c4c85a829c43b1f95a6ff0896)
---
 lang/rust/Cargo.lock           | 10 ++++++++++
 lang/rust/wasm-demo/Cargo.toml |  6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 99b7813b3..d39442bb0 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -804,6 +804,16 @@ dependencies = [
  "walkdir",
 ]
 
+[[package]]
+name = "minicov"
+version = "0.3.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "5c71e683cd655513b99affab7d317deb690528255a0d5f717f1024093c12b169"
+dependencies = [
+ "cc",
+ "walkdir",
+]
+
 [[package]]
 name = "miniz_oxide"
 version = "0.7.4"
diff --git a/lang/rust/wasm-demo/Cargo.toml b/lang/rust/wasm-demo/Cargo.toml
index fe1b20523..0abff574d 100644
--- a/lang/rust/wasm-demo/Cargo.toml
+++ b/lang/rust/wasm-demo/Cargo.toml
@@ -36,9 +36,9 @@ crate-type = ["cdylib", "rlib"]
 
 [dependencies]
 apache-avro = { path = "../avro" }
-serde = { default-features = false, version = "1.0.205", features = ["derive"] 
}
-wasm-bindgen = "0.2.92"
+serde = { workspace = true }
+wasm-bindgen = "0.2.93"
 
 [dev-dependencies]
 console_error_panic_hook = { version = "0.1.7" }
-wasm-bindgen-test = "0.3.42"
+wasm-bindgen-test = "0.3.43"

Reply via email to