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

Bump cargo_metadata from 0.18.1 to 0.19.0 in the minor-updates group #66

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps the minor-updates group with 1 update: cargo_metadata.

Updates cargo_metadata from 0.18.1 to 0.19.0

Changelog

Sourced from cargo_metadata's changelog.

[0.19.0] - 2024-11-20

Added

  • Re-exported semver crate directly.
  • Added implementation of std::ops::Index<&PackageId> for Resolve.
  • Added pub fn is_kind(&self, name: TargetKind) -> bool to Target.
  • Added derived implementations of PartialEq, Eq and Hash for Metadata and its members' types.
  • Added default fields to PackageBuilder.
  • Added pub fn new(name:version:id:path:) -> Self to PackageBuilder for providing all required fields upfront.

Changed

  • Bumped MSRV from 1.42.0 to 1.56.0.
  • Made parse_stream more versatile by accepting anything that implements Read.
  • Converted TargetKind and CrateType to an enum representation.

Removed

  • Removed re-exports for BuildMetadata and Prerelease from semver crate.
  • Removed .is_lib(…), .is_bin(…), .is_example(…), .is_test(…), .is_bench(…), .is_custom_build(…), and .is_proc_macro(…) from Target (in favor of adding .is_kind(…)).

Fixed

  • Added missing manifest_path field to Artifact. Fixes #187.

[0.15.0] - 2022-06-22

Added

  • Re-exported BuildMetadata and Prerelease from semver crate.
  • Added workspace_packages function.
  • Added Edition enum to better parse edition field.
  • Added rust-version field to Cargo manifest.

Changed

  • Bumped msrv from 1.40.0 to 1.42.0.

Internal Changes

  • Updated derive_builder to the latest version.
  • Made use of matches! macros where possible.
  • Fixed some tests

[0.15.1] - 2022-10-13

Added

  • Added TestMessage, TestEvent, SuiteEvent for parsing the cargo test -- --format json output.
Commits
  • af70fe5 Merge pull request #272 from regexident/prepare-v0.19.0
  • 3f2e39d Apply suggestions from code review
  • e8cfa29 Prepare release of v0.19.0
  • 5568997 Merge pull request #271 from regexident/derive-hash
  • 24fe65d Fix a typo, while we're at it
  • c8377a8 Derive Hash traits for Metadata and its transitive members
  • c7bee38 Merge pull request #269 from oscartbeaumont/improve-package-builder
  • 7a623f7 Add PackageBuilder::new
  • dcb47f5 Don't require default fields
  • 066f52a Merge pull request #267 from regexident/derive-eq
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 1 update: [cargo_metadata](https://github.com/oli-obk/cargo_metadata).


Updates `cargo_metadata` from 0.18.1 to 0.19.0
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.18.1...0.19.0)

---
updated-dependencies:
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 22, 2024
@github-actions github-actions bot merged commit 1f9b32f into main Nov 22, 2024
26 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/minor-updates-26530e32ad branch November 22, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants