Skip to content

Commit 37ebbee

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
Bump wasm-bindgen from 0.2.38 to 0.2.39
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.38 to 0.2.39. - [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.38...0.2.39) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e50bc9e commit 37ebbee

File tree

3 files changed

+26
-19
lines changed

3 files changed

+26
-19
lines changed

Cargo.lock

Lines changed: 24 additions & 17 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
@@ -18,7 +18,7 @@ regex = "1.1.2"
1818
[dependencies]
1919
structopt = { version = "0.2", optional = true }
2020
twiggy-traits = { version = "=0.4.0", path = "../traits" }
21-
wasm-bindgen = { version = "0.2.38", optional = true }
21+
wasm-bindgen = { version = "0.2.39", optional = true }
2222
cfg-if = "0.1.7"
2323

2424
[features]

wasm-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ version = "=0.4.0"
3535
path = "../traits"
3636

3737
[dependencies.wasm-bindgen]
38-
version = "0.2.38"
38+
version = "0.2.39"
3939

4040
[features]
4141
default = ["emit_json"]

0 commit comments

Comments
 (0)