omerbenamram / mft

A parser for the MFT (Master File Table) format
Apache License 2.0
125 stars 18 forks source link

Update assert_cmd requirement from 0.11 to 0.12 #32

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on assert_cmd to permit the latest version.

Changelog *Sourced from [assert_cmd's changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md).* > ## 0.12.0 (2019-12-05) > > > #### Bug Fixes > > * More accurately name the cmd module ([15e40f67](https://github.com/assert-rs/assert_cmd/commit/15e40f6744b174e07c4fb4bd7703eb77d6e896ee), breaks [#](https://github.com/assert-rs/assert_cmd/issues/)) > * **stdin:**: Provide a Command wrapper ([d159e875](https://github.com/assert-rs/assert_cmd/commit/d159e875aee71841198c67cd1a4e848b8bb9e465), closes [#73](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/73)) > > #### Breaking Changes > > * More accurately name the cmd module ([15e40f67](https://github.com/assert-rs/assert_cmd/commit/15e40f6744b174e07c4fb4bd7703eb77d6e896ee), breaks [#](https://github.com/assert-rs/assert_cmd/issues/)) > * **stdin:**: Provide a Command wrapper ([d159e875](https://github.com/assert-rs/assert_cmd/commit/d159e875aee71841198c67cd1a4e848b8bb9e465), closes [#73](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/73)) > > > > > ## 0.11.1 (2019-03-23) > > > #### Bug Fixes > > * **stdin:** Docs didn't work ([2d4756a2](https://github.com/assert-rs/assert_cmd/commit/2d4756a2e20cafd5fa8904090eee53798a825196), closes [#71](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/71)) > > > > > ## 0.11.0 (2019-01-29) > > > #### Performance > > * **cargo:** Faster bin lookup ([93791474](https://github.com/assert-rs/assert_cmd/commit/9379147429ff1eb8cb0766c696d1ae6141b66a33), closes [#6](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/6), [#57](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/57), breaks [#](https://github.com/assert-rs/assert_cmd/issues/)) > > #### Breaking Changes > > * **cargo:** Faster bin lookup ([93791474](https://github.com/assert-rs/assert_cmd/commit/9379147429ff1eb8cb0766c696d1ae6141b66a33), closes [#6](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/6), [#57](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/57), breaks [#](https://github.com/assert-rs/assert_cmd/issues/)) > * As a side-effect, removed `cargo_example` in favor of using `escargot`. > * See the [`assert_cmd::cargo` docs](https://docs.rs/assert_cmd/0.11.0/assert_cmd/cargo/index.html) for trade-offs with when to use `escargot` vs `assert_cmd` > > > > ## 0.10.2 (2018-11-21) > > > #### Bug Fixes > > * **assert:** Support Strings for easy comparison ([81035079](https://github.com/assert-rs/assert_cmd/commit/810350793df04ad4e3a7f6d760f23158432c5bb6), closes [#60](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/60)) > * **docs:** > * A broken link ([854f7c27](https://github.com/assert-rs/assert_cmd/commit/854f7c278b4977d3f24c47c208766f85bab81a18)) > * List caveats for cargo support. > ... (truncated)
Commits - [`3134881`](https://github.com/assert-rs/assert_cmd/commit/31348819fea3a2c48d8c4749dba27627371c292c) chore(assert_cmd): Release 0.12.0 - [`f053f7b`](https://github.com/assert-rs/assert_cmd/commit/f053f7b0f8ecabc3bf5882bb4503c9e8957bdd62) chore: Prep for 0.12 release - [`fdf9cd3`](https://github.com/assert-rs/assert_cmd/commit/fdf9cd36f3c2afcb075fb31ac310b98b7d24191c) Merge pull request [#85](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/85) from epage/10 - [`d159e87`](https://github.com/assert-rs/assert_cmd/commit/d159e875aee71841198c67cd1a4e848b8bb9e465) fix(stdin): Provide a Command wrapper - [`15e40f6`](https://github.com/assert-rs/assert_cmd/commit/15e40f6744b174e07c4fb4bd7703eb77d6e896ee) fix: More accurately name the cmd module - [`028b0df`](https://github.com/assert-rs/assert_cmd/commit/028b0df88c9e4acf20c4e41bc104ba8dc0b95ba2) style: Run rustfmt - [`221be29`](https://github.com/assert-rs/assert_cmd/commit/221be2990bf7bcc90219d1903cc1b7254866536b) Merge pull request [#83](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/83) from epage/clean - [`2ea9f3d`](https://github.com/assert-rs/assert_cmd/commit/2ea9f3d95b044e1c9609c5ca492328d0ad4d8abf) style: Update to 2018 edition - [`edbded4`](https://github.com/assert-rs/assert_cmd/commit/edbded44db77f05f4393a505f153ed895cf9cda8) Merge pull request [#81](https://github-redirect.dependabot.com/assert-rs/assert_cmd/issues/81) from epage/update - [`a42989e`](https://github.com/assert-rs/assert_cmd/commit/a42989ef02da673ff2257f9dc4230fa1b4811249) docs(CONTRIB): Note about Conventional - Additional commits viewable in [compare view](https://github.com/assert-rs/assert_cmd/compare/v0.11.0...v0.12.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)