Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Bump getopts from 0.2.17 to 0.2.18 #18

Merged
merged 1 commit into from Jul 6, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 6, 2018

Bumps getopts from 0.2.17 to 0.2.18.

Release notes

Sourced from getopts's releases.

0.2.18

Key Changes

  • Adds a Matches::opt_get method that can convert a match to any T: FromStr. This should be useful for easily getting matched values as numbers
  • Fixes some long-standing issues around text alignment
  • Specifies a minimum version policy

Changes to minimum Rust

The minimum version of Rust required has been set at 1.18.0. We may change this in patch versions, but will always flag it in the release notes here.

You can always check the .travis.yml file to see the current minimum supported version.

New Dependencies

  • unicode-width for correctly splitting descriptions across multiple lines.

Contributions

Commits
  • a718feb Merge pull request #74 from rust-lang-nursery/cargo/0.2.18
  • 0300e1a prepare for 0.2.18 release
  • 768eccf Merge pull request #70 from prataprc/opt_get
  • 4976a82 Merge pull request #71 from prataprc/issue_7
  • 26ddb4c Include opt_get_default variant.
  • 14648ff implement opt_get() method call on Matches.
  • 27df9b2 more optimizations for issue #7.
  • 547e4d5 optimize parsing words in each_split_within(), issue #7.
  • 7e37bd7 for_each is not implemented until 1.21, issue #7.
  • 9973a6c move unicode-width from [dev-dependencies] to [dependencies] issue #7.
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @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 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:

  • 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.

@alexcrichton
Copy link
Owner

@dependabot-bot merge

@dependabot-preview
Copy link
Contributor Author

OK, I'll merge this once your CI passes on it.

Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.17 to 0.2.18.
- [Release notes](https://github.com/rust-lang/getopts/releases)
- [Commits](rust-lang/getopts@0.2.17...v0.2.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/getopts-0.2.18 branch from c275efe to c06a188 Compare July 6, 2018 14:50
@dependabot-preview dependabot-preview bot merged commit b085e2e into master Jul 6, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/getopts-0.2.18 branch July 6, 2018 15:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants