Skip to content

Commit

Permalink
chore(deps): update rust crate cargo_metadata to 0.19.0 (#503)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cargo_metadata](https://redirect.github.com/oli-obk/cargo_metadata) | workspace.dependencies | minor | `0.18.1` -> `0.19.0` |

---

### Release Notes

<details>
<summary>oli-obk/cargo_metadata (cargo_metadata)</summary>

### [`v0.19.0`](https://redirect.github.com/oli-obk/cargo_metadata/blob/HEAD/CHANGELOG.md#0190---2024-11-20)

[Compare Source](https://redirect.github.com/oli-obk/cargo_metadata/compare/0.18.1...0.19.0)

##### 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 [#&#8203;187](https://redirect.github.com/oli-obk/cargo_metadata/issues/187).

</details>

---

### 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 becomes conflicted, 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent ad7d9c5 commit d5c9b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ predicates = "3.1.0"
normpath = "1.2"
simple_logger = "5.0.0"
petgraph = "0.6.4"
cargo_metadata = "0.18.1"
cargo_metadata = "0.19.0"
itertools = "0.13.0"
testdir = "0.9.1"
fs_extra = "1.3.0"
Expand Down

0 comments on commit d5c9b2a

Please sign in to comment.