Skip to content

Commit 66d0398

Browse files
Bump the minor group with 3 updates
Bumps the minor group with 3 updates: [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen), [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) and [clap](https://github.com/clap-rs/clap). Updates `wasm-bindgen` from 0.2.93 to 0.2.95 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.93...0.2.95) Updates `wasm-bindgen-futures` from 0.4.43 to 0.4.45 - [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/commits) Updates `clap` from 4.5.19 to 4.5.20 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.19...clap_complete-v4.5.20) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: wasm-bindgen-futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fc0f0c commit 66d0398

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ serde = { version = "1", features = ["derive"] }
1010
serde_json = "1"
1111
yew = { version = "0.21", features = ["csr"] }
1212
web-sys = "0.3"
13-
wasm-bindgen = "0.2.93"
13+
wasm-bindgen = "0.2.95"
1414
gloo = "0.11.0"
1515
wasm-bindgen-futures = "0.4"
1616
wasm-logger = "0.2"
@@ -19,5 +19,5 @@ anyhow = "1.0"
1919
lazy_static = { version = "1.5" }
2020

2121
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
22-
clap = { version = "4.5.19", features = ["derive"] }
22+
clap = { version = "4.5.20", features = ["derive"] }
2323
pretty_env_logger = "0.5.0"

0 commit comments

Comments
 (0)