From 4e785aecf035b77149251ae589132d1c6424a9ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:04:35 +0000 Subject: [PATCH] Update cargo_metadata requirement from 0.15 to 0.17 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.15.0...0.17.0) --- updated-dependencies: - dependency-name: cargo_metadata 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 b63a09d..ff2a2ab 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.7" convert_case = "0.6" -cargo_metadata = "0.15" +cargo_metadata = "0.17" lazycell = "1.2" http = "0.2" once_cell = "1.4"