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.17 to 0.2.18 #126

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps structopt from 0.2.17 to 0.2.18.

Changelog *Sourced from [structopt's changelog](https://github.com/TeXitoi/structopt/blob/v0.2.18/CHANGELOG.md).* > # v0.2.18 (2019-06-26) > > * Add optional feature to support `paw` by [@​gameldar](https://github.com/gameldar) > ([#187](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/187)) > > # v0.2.16 (2019-05-29) > > * Support `Option>` type for fields by [@​sphynx](https://github.com/sphynx) > ([#188](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/188)) > > # v0.2.15 (2019-03-08) > > * Fix [#168](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/168) by [@​TeXitoi](https://github.com/TeXitoi) > > # v0.2.14 (2018-12-10) > > * Introduce smarter parsing of doc comments by [@​0ndorio](https://github.com/0ndorio) > > # v0.2.13 (2018-11-01) > > * Automatic naming of fields and subcommands by [@​0ndorio](https://github.com/0ndorio) > > # v0.2.12 (2018-10-11) > > * Fix minimal clap version by [@​TeXitoi](https://github.com/TeXitoi) > > # v0.2.11 (2018-10-05) > > * Upgrade syn to 0.15 by [@​konstin](https://github.com/konstin) > > # v0.2.10 (2018-06-07) > > * 1.21.0 is the minimum required rustc version by > [@​TeXitoi](https://github.com/TeXitoi) > > # v0.2.9 (2018-06-05) > > * Fix a bug when using `flatten` by > [@​fbenkstein](https://github.com/fbenkstein) > * Update syn, quote and proc_macro2 by > [@​TeXitoi](https://github.com/TeXitoi) > * Fix a regression when there is multiple authors by > [@​windwardly](https://github.com/windwardly) > > # v0.2.8 (2018-04-28) > > * Add `StructOpt::from_iter_safe()`, which returns an `Error` instead of > killing the program when it fails to parse, or parses one of the > short-circuiting flags. ([#98](https://github-redirect.dependabot.com/TeXitoi/structopt/pull/98) > by [@​quodlibetor](https://github.com/quodlibetor)) > ... (truncated)
Commits - [`2ac49b8`](https://github.com/TeXitoi/structopt/commit/2ac49b8c7db66af88870c589cf2d96dfba31e542) v0.2.18 - [`2b0506e`](https://github.com/TeXitoi/structopt/commit/2b0506e8ebb24ce5d79c76fa15c285ff0978cb5d) Optionally add paw support for structopt as a feature ([#192](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/192)) - [`d983649`](https://github.com/TeXitoi/structopt/commit/d983649822b32bb6c11fb3ef9891f66258a6e5c9) Explicitly mention doc comments in flatten error ([#118](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/118)) - [`18192d8`](https://github.com/TeXitoi/structopt/commit/18192d8e50beef4139b73c009f9e98a884591643) Add a minimum rustc version policy ([#116](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/116)) - [`de7fc7a`](https://github.com/TeXitoi/structopt/commit/de7fc7a08eb01641028a18a208980eb15edea4a3) fmt - [`17bfde0`](https://github.com/TeXitoi/structopt/commit/17bfde098dc537809df5eaa242618179008d3c69) v0.2.9 - See full diff in [compare view](https://github.com/TeXitoi/structopt/compare/v0.2.17...v0.2.18)


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.
dependabot-preview[bot] commented 5 years ago

Superseded by #136.