gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

Bump structopt from 0.2.15 to 0.2.17 #120

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps structopt from 0.2.15 to 0.2.17.

Changelog *Sourced from [structopt's changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md).* > # v0.2.17 (2019-06-01) > > * Add optional feature to support `paw` by [@​gameldar](https://github.com/gameldar) > ([#187](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/187)) > * Support optional vectors of arguments for distinguishing between `-o 1 2`, `-o` and no option provided at all > by [@​sphynx](https://github.com/sphynx) > ([#180](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/188)) > > # v0.2.16 (2019-05-29) > > * Support optional options with optional argument, allowing `cmd [--opt[=value]]` > by [@​sphynx](https://github.com/sphynx) > ([#188](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/188))
Commits - [`1aabc67`](https://github.com/TeXitoi/structopt/commit/1aabc67999e12d27b579a6d3da7e31592951f325) v0.2.17 - [`a7cf4e9`](https://github.com/TeXitoi/structopt/commit/a7cf4e93725a63edb2dcf9039ffd3ecd506e91d9) Docs: tell about possible literals use for attribute values ([#195](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/195)) - [`18d8aae`](https://github.com/TeXitoi/structopt/commit/18d8aae0cee58eb7fc378cd7262c91f7f69a9355) Improve ChangeLog as suggested by [@​ErichDonGubler](https://github.com/ErichDonGubler) ([#194](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/194)) - [`063eaf0`](https://github.com/TeXitoi/structopt/commit/063eaf0c70deb828ebab89092273cb5ea3e68930) Update deprecated function and provide more info about the parsing error ([#193](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/193)) - [`8068f96`](https://github.com/TeXitoi/structopt/commit/8068f96c47315c5c81b54962251972175c57fa03) Optionally add paw support for structopt as a feature ([#192](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/192)) - [`57b33d3`](https://github.com/TeXitoi/structopt/commit/57b33d33161070e205618a3fa1e917c924e32179) Support Option\> field type ([#191](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/191)) - [`18c60e1`](https://github.com/TeXitoi/structopt/commit/18c60e1658b9a5aa61b5492dca6036974b0e302a) v0.2.16 - [`118731b`](https://github.com/TeXitoi/structopt/commit/118731b65a7622f6736f8c1977e490e455c6d4e6) Support Option\> field types ([#190](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/190)) - [`b866a0e`](https://github.com/TeXitoi/structopt/commit/b866a0e0eb8729c68c600f5819a7dfba3d288fed) Fix misspelling of "dependencies" ([#186](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/186)) - [`cd28127`](https://github.com/TeXitoi/structopt/commit/cd28127012be63f2622fd0e6180621f07d903ccf) Suppress `clippy::redundant_closure` ([#179](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/179)) - Additional commits viewable in [compare view](https://github.com/TeXitoi/structopt/compare/v0.2.15...v0.2.17)


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.


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.