From 83d68ff63fa84cb773ae93d90fc03a0843727c10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:24:12 +0000 Subject: [PATCH] deps: update rust crate cargo_metadata to 0.17.0 (#104) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
oli-obk/cargo_metadata (cargo_metadata) ### [`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)
--- ### 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 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34e9ef1..0eb8248 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,9 +116,9 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.15.4" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" +checksum = "e7daec1a2a2129eeba1644b220b4647ec537b0b5d4bfd6876fcc5a540056b592" dependencies = [ "camino", "cargo-platform", diff --git a/Cargo.toml b/Cargo.toml index e64c66c..40c2e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"