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.16 #117

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps structopt from 0.2.15 to 0.2.16.

Changelog *Sourced from [structopt's changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md).* > # 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))
Commits - [`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)) - [`c29ba3d`](https://github.com/TeXitoi/structopt/commit/c29ba3d67a9841ebe44eda1baeafc2cc6a3ca228) add completions generation example ([#169](https://github-redirect.dependabot.com/TeXitoi/structopt/issues/169)) - See full diff in [compare view](https://github.com/TeXitoi/structopt/compare/v0.2.15...v0.2.16)


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 #120.