From acbf3dd6b28ce003ebd1229faee600e1d479eb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 01:23:37 +0000 Subject: [PATCH] build(deps): bump cargo_metadata from 0.15.4 to 0.18.1 Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.15.4 to 0.18.1. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](https://github.com/oli-obk/cargo_metadata/compare/0.15.4...0.18.1) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68d844d5..46a855e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,9 +636,9 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.15.4" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" +checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" dependencies = [ "camino", "cargo-platform", diff --git a/Cargo.toml b/Cargo.toml index ea374ab6..94ae6573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tag-name = "v{{version}}" [dependencies] bisector = "0.4.0" # bisection with a custom comparator camino = "1.1" # utf-8 paths -cargo_metadata = "0.15.4" # resolving Cargo manifest metadata (consider `guppy`!) +cargo_metadata = "0.18.1" # resolving Cargo manifest metadata (consider `guppy`!) clap = { version = "4.4.7", features = ["derive"] } # parse CLI arguments dirs = "5.0.1" # common directories indicatif = "=0.17.7" # UI