wcampbell0x2a / zerus

Lightweight binary to download only project required crates for offline crates.io mirror
Apache License 2.0
33 stars 3 forks source link

Bump guppy from 0.15.2 to 0.17.1 #18

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps guppy from 0.15.2 to 0.17.1.

Release notes

Sourced from guppy's releases.

guppy 0.17.1

Added

  • PackageMetadata::minimum_rust_version provides the rust-version field of a package as a Version.
  • PackageMetadata::rust_version has been deprecated because it returns a VersionReq even though it actually should be a Version. In the next major release of guppy, the current definition of rust_version will go away and be replaced with minimum_rust_version.

guppy 0.17.0

Changed

  • target-spec updated to version 3.

Fixed

  • Proptest strategy creator names updated from prop010_ to proptest1_.

guppy 0.16.0

Changed

  • target-spec updated to version 2.
  • MSRV updated to Rust 1.66.
Commits
  • e9d1e96 [guppy] version 0.17.1
  • d9bb66f [target-spec] version 3.0.1
  • 2bb4b08 [guppy] small changelog edit
  • bcbe01a [meta] prepare other releases
  • 0c8ae33 [target-spec] prepare release
  • 4114c7f [meta] update fixtures
  • 7c9e3ac [meta] update versions
  • b843cb0 [guppy] unbreak backwards compatibility
  • 2406bfb [guppy-summaries] fix test broken by indoc update
  • 2dae452 Revert "[meta] update to toml 0.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.


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)