Skip to content

Commit 4da1853

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
Bump wasm-bindgen from 0.2.14 to 0.2.15
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.14 to 0.2.15. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.14...0.2.15) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f49f8a commit 4da1853

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.14", optional = true }
20+
wasm-bindgen = { version = "0.2.15", 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.14"
36+
version = "0.2.15"
3737

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

0 commit comments

Comments
 (0)