From 62c799a0e14db088726dad6525cd4ef32cab6962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 05:42:40 +0000 Subject: [PATCH] chore(deps): update cargo_metadata requirement from 0.21 to 0.22 Updates the requirements on [cargo_metadata](https://github.com/oli-obk/cargo_metadata) to permit the latest version. - [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.21.0...0.22.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 5ac0950db..93e8505fa 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -20,7 +20,7 @@ clap = { version = "4.0", features = ["derive"] } anyhow = "1" dialoguer = "0.11" libloading = "0.8" -cargo_metadata = "0.21" +cargo_metadata = "0.22" semver = "1.0" [lints.rust]