Bump semver from 1.0.0 to 1.0.1

Sergej Kostjucenko requested to merge dependabot/cargo/semver-1.0.1 into master

Created by: dependabot[bot]

Bumps semver from 1.0.0 to 1.0.1.

Commits
  • a03d376 Release 1.0.1
  • 108a378 Merge pull request #242 from dtolnay/fromiter
  • f8e3e8e Add FromIterator<Comparator> for VersionReq
  • c632004 Document some requirements of Comparator structure
  • 4b80b80 Merge pull request #241 from dtolnay/less
  • 5742fc2 Fix <I.J to not match I.J.0 prereleases
  • 35d918d Test prerelease behavior of Less partial comparison
  • cd33b80 Merge pull request #240 from dtolnay/node
  • 89e170d Add test_node_semver cfg for test suite to run against npm's impl
  • 9ace7a3 Ignore locally installed node modules
  • See full diff 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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Merge request reports