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

Release Notes

guppy-rs/guppy (guppy)

v0.17.16: guppy 0.17.16

Compare Source

Added
  • BuildTarget::test_by_default returns true if tests are run for a build target by default.
  • BuildTarget::doc_by_default returns true if documentation is enabled for a build target, respectively.
Changed
  • BuildTarget::doc_tests is now BuildTarget::doctest_by_default. The old name has been deprecated, but is kept around for compatibility.

v0.17.15: guppy 0.17.15

Compare Source

Added
  • BuildTarget::tests_enabled and BuildTarget::docs_enabled return true if tests and documentation is enabled for a build target, respectively.
Changed
  • BuildTarget::doc_tests is now BuildTarget::doc_tests_enabled. The old name has been deprecated, but is kept around for compatibility.

v0.17.14: guppy 0.17.14

Compare Source

Added
  • MetadataCommand::env adds environment variables to the cargo metadata command.

    Thanks to anforowicz for your first contribution!

v0.17.13: guppy 0.17.13

Compare Source

Changed
  • Renamed PlatformSpec::current to PlatformSpec::build_target to indicate that it is determined at build time, not at runtime. The old method is still available but has been marked deprecated.

v0.17.12: guppy 0.17.12

Compare Source

Added

Added support for custom sparse registries (sparse+https://...). Thanks to jonhoo for your first contribution!

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
@renovate renovate bot force-pushed the renovate/guppy-0.x-lockfile branch from e36b29e to 2194198 Compare January 7, 2025 04:10
@renovate renovate bot changed the title fix(deps): update rust crate guppy to v0.17.11 fix(deps): update rust crate guppy to v0.17.12 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/guppy-0.x-lockfile branch from 2194198 to 633bd70 Compare January 10, 2025 12:10
@renovate renovate bot force-pushed the renovate/guppy-0.x-lockfile branch 2 times, most recently from 7d33f1b to 7a5d1e5 Compare February 9, 2025 06:28
@renovate renovate bot changed the title fix(deps): update rust crate guppy to v0.17.12 fix(deps): update rust crate guppy to v0.17.13 Feb 9, 2025
@renovate renovate bot force-pushed the renovate/guppy-0.x-lockfile branch 2 times, most recently from 17d7663 to 9ecf354 Compare February 12, 2025 00:32
@renovate renovate bot changed the title fix(deps): update rust crate guppy to v0.17.13 fix(deps): update rust crate guppy to v0.17.14 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/guppy-0.x-lockfile branch from 9ecf354 to b030d85 Compare February 16, 2025 01:02
@renovate renovate bot changed the title fix(deps): update rust crate guppy to v0.17.14 fix(deps): update rust crate guppy to v0.17.16 Feb 16, 2025
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