From 9cefe9a992c90b59fbf707dbbe69bb3561a5245a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:31:35 +0000 Subject: [PATCH] Update cargo_metadata requirement from 0.18 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.18.0...0.22.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- saphir_cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphir_cli/Cargo.toml b/saphir_cli/Cargo.toml index 9380abb..989af36 100644 --- a/saphir_cli/Cargo.toml +++ b/saphir_cli/Cargo.toml @@ -24,7 +24,7 @@ serde_derive = "1.0" serde_yaml = "0.9" toml = "0.8" convert_case = "0.6" -cargo_metadata = "0.18" +cargo_metadata = "0.22" lazycell = "1.2" http = "0.2" once_cell = "1.4"