Skip to content

Commit 696f444

Browse files
fix(deps): update rust crate wasm-bindgen to 0.2.84
1 parent f797f0c commit 696f444

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/lib.rs"
2121

2222
[dependencies]
2323
xml-rs = "0.8.4"
24-
wasm-bindgen = "0.2.78"
24+
wasm-bindgen = "0.2.84"
2525
thiserror = "1.0"
2626
zip = { version = "0.6.3", default-features = false, features = ["deflate"] }
2727
serde = { version = "1.0", features = ["derive"] }

docx-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ edition = "2018"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
wasm-bindgen = "0.2.78"
13+
wasm-bindgen = "0.2.84"
1414
console_error_panic_hook = "0.1.7"
1515
docx-rs= { path = "../docx-core" }

0 commit comments

Comments
 (0)