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 183a075e7 Bump wasm-bindgen from 0.2.81 to 0.2.82 in /lang/rust (#1784)
183a075e7 is described below
commit 183a075e7a3b538be6fe1692be668184a745d812
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 25 22:35:30 2022 +0300
Bump wasm-bindgen from 0.2.81 to 0.2.82 in /lang/rust (#1784)
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.81
to 0.2.82.
- [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.81...0.2.82)
---
updated-dependencies:
- dependency-name: wasm-bindgen
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit cdc597490720a95a6cec40cb31c89116f74cddd5)
---
lang/rust/wasm-demo/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/rust/wasm-demo/Cargo.toml b/lang/rust/wasm-demo/Cargo.toml
index 86636e16c..ab3f76833 100644
--- a/lang/rust/wasm-demo/Cargo.toml
+++ b/lang/rust/wasm-demo/Cargo.toml
@@ -36,7 +36,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
apache-avro = { path = "../avro" }
serde = { default-features = false, version = "1.0.140", features = ["derive"]
}
-wasm-bindgen = "0.2.63"
+wasm-bindgen = "0.2.82"
[dev-dependencies]
console_error_panic_hook = { version = "0.1.6" }