Skip to content

Commit e015189

Browse files
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](assert-rs/assert_cmd@v0.11.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 74a411f commit e015189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.63" }
2929
wasm-bindgen-shared = { path = "../shared", version = "=0.2.63" }
3030

3131
[dev-dependencies]
32-
assert_cmd = "0.11"
32+
assert_cmd = "1.0"
3333
diff = "0.1"
3434
predicates = "1.0.0"
3535
rayon = "1.0"

0 commit comments

Comments
 (0)