omerbenamram / mft

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

Update num-derive requirement from 0.2 to 0.3 #24

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on num-derive to permit the latest version.

Changelog *Sourced from [num-derive's changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md).* > # Release 0.3.0 (2019-09-27) > > - [Updated the `proc-macro2`, `quote`, and `syn` dependencies to 1.0][28], > which raises the minimum supported rustc to 1.31. > > [28]: [rust-num/num-derive#28](https://github-redirect.dependabot.com/rust-num/num-derive/pull/28) > > # Release 0.2.5 (2019-04-23) > > - [Improved the masking of lints in derived code][23]. > > [23]: [rust-num/num-derive#23](https://github-redirect.dependabot.com/rust-num/num-derive/pull/23) > > # Release 0.2.4 (2019-01-25) > > - [Adjusted dependencies to allow no-std targets][22]. > > [22]: [rust-num/num-derive#22](https://github-redirect.dependabot.com/rust-num/num-derive/pull/22) > > # Release 0.2.3 (2018-10-03) > > - [Added newtype deriving][17] for `FromPrimitive`, `ToPrimitive`, > `NumOps`, `NumCast`, `Zero`, `One`, `Num`, and `Float`. > Thanks [@​asayers](https://github.com/asayers)! > > [17]: [rust-num/num-derive#17](https://github-redirect.dependabot.com/rust-num/num-derive/pull/17) > > # Release 0.2.2 (2018-05-22) > > - [Updated dependencies][14]. > > [14]: [rust-num/num-derive#14](https://github-redirect.dependabot.com/rust-num/num-derive/pull/14) > > # Release 0.2.1 (2018-05-09) > > - [Updated dependencies][12] -- thanks [@​spearman](https://github.com/spearman)! > > [12]: [rust-num/num-derive#12](https://github-redirect.dependabot.com/rust-num/num-derive/pull/12) > > # Release 0.2.0 (2018-02-21) > > - [Discriminant matching is now simplified][10], casting values directly by > name, rather than trying to compute offsets from known values manually. > - **breaking change**: [Derivations now import the traits from `num-traits`][11] > instead of the full `num` crate. These are still compatible, but users need > to have an explicit `num-traits = "0.2"` dependency in their `Cargo.toml`. > > [10]: [rust-num/num-derive#10](https://github-redirect.dependabot.com/rust-num/num-derive/pull/10) > [11]: [rust-num/num-derive#11](https://github-redirect.dependabot.com/rust-num/num-derive/pull/11) > > ... (truncated)
Commits - [`1b361d7`](https://github.com/rust-num/num-derive/commit/1b361d7af828467aa9a1d80d609793f0a312aae5) Merge [#29](https://github-redirect.dependabot.com/rust-num/num-derive/issues/29) - [`82c32fd`](https://github.com/rust-num/num-derive/commit/82c32fd8815ef9b1ad79032238fbd88aca4afb8c) Update num-derive 0.3 in src/lib.rs - [`a1588a6`](https://github.com/rust-num/num-derive/commit/a1588a6355f78e527a10de26036bfde5d9e5b989) Release 0.3.0 - [`b33415f`](https://github.com/rust-num/num-derive/commit/b33415f7ebc24bb803098572610472a300ccaa50) Simplify use statements - [`7bc7c9f`](https://github.com/rust-num/num-derive/commit/7bc7c9f719fa2794509bf8864e7b9cf286463d55) clippy::into_iter_on_array - [`78144d3`](https://github.com/rust-num/num-derive/commit/78144d3d208aa07674571e84983ef56e65db9025) cargo fix --edition-idioms - [`944ee05`](https://github.com/rust-num/num-derive/commit/944ee059486001c7d1f3d159ed5fee32e39cdc6d) Update to Rust 2018 - [`1b7d41a`](https://github.com/rust-num/num-derive/commit/1b7d41ae0879229f3a7d8353a25b85141b121437) cargo fix --edition - [`d0a92ae`](https://github.com/rust-num/num-derive/commit/d0a92ae6d85c5631f3dc30c8d86e35a758b50631) Merge [#28](https://github-redirect.dependabot.com/rust-num/num-derive/issues/28) - [`d93f537`](https://github.com/rust-num/num-derive/commit/d93f537472d1351d219465d8c8ce5cf1bc23cb04) Clean up lints for Rust 1.31 - Additional commits viewable in [compare view](https://github.com/rust-num/num-derive/compare/num-derive-0.2.0...num-derive-0.3.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) Finally, you can contact us by mentioning @dependabot.