mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-13 06:44:13 +03:00
Update assert_cmd requirement from 0.11 to 1.0 (#2188)
Updates the requirements on [assert_cmd](https://github.com/assert-rs/assert_cmd) to permit the latest version. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v0.11.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
74a411faee
commit
e0151898b7
@ -29,7 +29,7 @@ wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.63" }
|
||||
wasm-bindgen-shared = { path = "../shared", version = "=0.2.63" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "0.11"
|
||||
assert_cmd = "1.0"
|
||||
diff = "0.1"
|
||||
predicates = "1.0.0"
|
||||
rayon = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user