Skip to content

Commit

Permalink
deps: update rust crate cargo_metadata to 0.17.0 (#104)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cargo_metadata](https://togithub.com/oli-obk/cargo_metadata) |
dependencies | minor | `0.15.4` -> `0.17.0` |

---

### Release Notes

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

###
[`v0.17.0`](https://togithub.com/oli-obk/cargo_metadata/compare/0.15.5...0.17.0)

[Compare
Source](https://togithub.com/oli-obk/cargo_metadata/compare/0.15.5...0.17.0)

###
[`v0.15.5`](https://togithub.com/oli-obk/cargo_metadata/compare/0.15.4...0.15.5)

[Compare
Source](https://togithub.com/oli-obk/cargo_metadata/compare/0.15.4...0.15.5)

</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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/YoloDev/cargo-featurex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 24, 2023
1 parent 104b89e commit 83d68ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/YoloDev/cargo-featurex"

[dependencies]
bitarr = "0.2.0"
cargo_metadata = "0.15.4"
cargo_metadata = "0.17.0"
clap = { version = "4.3.19", features = ["derive"] }
error-stack = "0.3.1"
itertools = "0.11.0"
Expand Down

0 comments on commit 83d68ff

Please sign in to comment.