alexcrichton / cargo-vendor

Archived as subcommand is now part of Cargo itself
Apache License 2.0
261 stars 30 forks source link

Bump num-traits from 0.2.6 to 0.2.7 #313

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps num-traits from 0.2.6 to 0.2.7.

Changelog *Sourced from [num-traits's changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md).* > # Release 0.2.7 (2019-05-20) > > - [Documented when `CheckedShl` and `CheckedShr` return `None`][90]. > - [The new `Zero::set_zero` and `One::set_one`][104] will set values to their > identities in place, possibly optimized better than direct assignment. > - [Documented general features and intentions of `PrimInt`][108]. > > **Contributors**: [@​cuviper](https://github.com/cuviper), [@​dvdhrm](https://github.com/dvdhrm), [@​ignatenkobrain](https://github.com/ignatenkobrain), [@​lcnr](https://github.com/lcnr), [@​samueltardieu](https://github.com/samueltardieu) > > [90]: [#90](https://github-redirect.dependabot.com/rust-num/num-traits/pull/90) > [104]: [#104](https://github-redirect.dependabot.com/rust-num/num-traits/pull/104) > [108]: [#108](https://github-redirect.dependabot.com/rust-num/num-traits/pull/108)
Commits - [`8e765ee`](https://github.com/rust-num/num-traits/commit/8e765ee1ff1b269f9b207f584dd9676eb5ac8a5d) Merge [#114](https://github-redirect.dependabot.com/rust-num/num-traits/issues/114) - [`6d62b6a`](https://github.com/rust-num/num-traits/commit/6d62b6a2288b04b4eb70af552c01cbe8572d93bf) Release 0.2.7 - [`852ec93`](https://github.com/rust-num/num-traits/commit/852ec9380f4bc2ae79da7a9c40926ab135db8944) Merge [#113](https://github-redirect.dependabot.com/rust-num/num-traits/issues/113) - [`615d83a`](https://github.com/rust-num/num-traits/commit/615d83a5b6d31208f5a5b121d7eb665d9afb570e) Use autocfg to probe for i128 - [`38655c9`](https://github.com/rust-num/num-traits/commit/38655c91c1a66020a7193912c948164c70d3a77c) Merge [#110](https://github-redirect.dependabot.com/rust-num/num-traits/issues/110) - [`a1688f6`](https://github.com/rust-num/num-traits/commit/a1688f69912c357a882f1aea1ca84afb932a7b3c) Check formatting in CI - [`c38b4b6`](https://github.com/rust-num/num-traits/commit/c38b4b601da4ae3c9c13b05fc5161035d850551e) cargo fmt - [`4ab251b`](https://github.com/rust-num/num-traits/commit/4ab251b0a293e3683e3193b818fbfb47bae806b9) Merge [#108](https://github-redirect.dependabot.com/rust-num/num-traits/issues/108) - [`5404658`](https://github.com/rust-num/num-traits/commit/54046583608449262b4f7eaa8d2228589fe9ce16) Merge [#104](https://github-redirect.dependabot.com/rust-num/num-traits/issues/104) - [`09e27ab`](https://github.com/rust-num/num-traits/commit/09e27abaa05fabf465c8b7480933bab0ec77026b) Remove a stale doc comment on `set_zero()` - Additional commits viewable in [compare view](https://github.com/rust-num/num-traits/compare/num-traits-0.2.6...num-traits-0.2.7)


Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - 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.