From 94640751478f40726f6a2014f9768292e75b5472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:40:29 +0000 Subject: [PATCH] Update cargo_metadata requirement from 0.20.0 to 0.23.0 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.20.0...0.23.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cargo-wef/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cargo-wef/Cargo.toml b/crates/cargo-wef/Cargo.toml index b66c432..cb20861 100644 --- a/crates/cargo-wef/Cargo.toml +++ b/crates/cargo-wef/Cargo.toml @@ -22,7 +22,7 @@ tar = "0.4.44" bzip2 = "0.5.2" indicatif = "0.17.7" dirs = "6.0.0" -cargo_metadata = "0.20.0" +cargo_metadata = "0.23.0" serde_json = "1.0.140" image = "0.25.6" icns = "0.3.1"