summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-01 10:53:21 +0000
committerGitHub <noreply@github.com>2024-03-01 10:53:21 +0000
commit9b412a7d1a354642a154ad791a98bc85a6328f17 (patch)
treea63b9c133c135cab0bb515fcb1781961a25c7534
parent87b079582ac834b157ce4ae522478777e5628269 (diff)
build(deps): bump cargo_metadata from 0.15.3 to 0.18.1
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.15.3 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.3...0.18.1) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a521938..d06a635 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -211,9 +211,9 @@ dependencies = [
[[package]]
name = "cargo_metadata"
-version = "0.15.3"
+version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07"
+checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
dependencies = [
"camino",
"cargo-platform",
diff --git a/Cargo.toml b/Cargo.toml
index c1d3246..47308c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ categories = [ "command-line-utilities", "development-tools", "development-tools
maintenance = { status = "actively-developed" }
[dependencies]
-cargo_metadata = "0.15.3"
+cargo_metadata = "0.18.1"
clap = { version = "4", features = [ "cargo", "derive", "wrap_help" ] }
clap_complete = "4.2.1"
comma = "1.0.0"