Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate guppy to v0.17.11 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2024

This PR contains the following updates:

Package Type Update Change
guppy dependencies patch 0.17.7 -> 0.17.11

Release Notes

guppy-rs/guppy (guppy)

v0.17.11: guppy 0.17.11

Compare Source

Added

Added support for the upcoming Cargo resolver version
3
:
within guppy, CargoResolverVersion::V3. Resolver version 3 enables MSRV-aware
version resolution in Cargo.

The portion of dependency resolution that guppy works with (package and feature
resolution) happens after dependency versions have been resolved and
Cargo.lock is refreshed. This means that from guppy's perspective, resolver
version 3 is the same as version 2, and CargoResolverVersion::V3 acts as an
alias for CargoResolverVersion::V2.

v0.17.10: guppy 0.17.10

Compare Source

Changed
  • Internal dependency update: cargo_metadata updated to 0.19.1.
  • MSRV updated to Rust 1.78.

v0.17.9: guppy 0.17.9

Compare Source

Fixed
  • Graphs can now be generated even if the workspace Cargo.toml is within a subdirectory of one
    of its members. (This is an uncommon situation, but one that is supported by Cargo.)
Changed
  • Internal dependency update: cargo_metadata updated to 0.19.0.

v0.17.8: guppy 0.17.8

Compare Source

Fixed
  • Fixed a case of dependency matching with renamed packages (#​317).
Changed
  • Update target-spec to 3.2.2.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/guppy-0.x-lockfile branch from 7621fc8 to 88de182 Compare December 4, 2024 11:19
@renovate renovate bot changed the title fix(deps): update rust crate guppy to v0.17.8 fix(deps): update rust crate guppy to v0.17.10 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/guppy-0.x-lockfile branch from 88de182 to e36b29e Compare December 24, 2024 02:46
@renovate renovate bot changed the title fix(deps): update rust crate guppy to v0.17.10 fix(deps): update rust crate guppy to v0.17.11 Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants