Skip to content

Commit 0f49f8a

Browse files
authored
Merge pull request #99 from rustwasm/dependabot/cargo/wasm-bindgen-0.2.14
Bump wasm-bindgen from 0.2.13 to 0.2.14
2 parents a74b58a + 6c213f6 commit 0f49f8a

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

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

opt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ regex = "1.0.2"
1717
[dependencies]
1818
structopt = { version = "0.2", optional = true }
1919
twiggy-traits = { version = "=0.2.0", path = "../traits" }
20-
wasm-bindgen = { version = "0.2.12", optional = true }
20+
wasm-bindgen = { version = "0.2.14", optional = true }
2121
cfg-if = "0.1.4"
2222

2323
[features]

wasm-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ version = "=0.2.0"
3333
path = "../traits"
3434

3535
[dependencies.wasm-bindgen]
36-
version = "0.2.12"
36+
version = "0.2.14"
3737

3838
[features]
3939
default = ["emit_json"]

0 commit comments

Comments
 (0)