From 4b6579e2f1090340261ec4254103eaab3f697772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:54:55 +0000 Subject: [PATCH] build(deps): update cargo_metadata requirement from 0.15.4 to 0.17.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.15.4...0.15.4) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3ed0b7d..912c09cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ aya-tool = { path = "aya-tool", default-features = false } bindgen = { version = "0.66", default-features = false } bitflags = { version = "2.2.1", default-features = false } bytes = { version = "1", default-features = false } -cargo_metadata = { version = "0.15.4", default-features = false } +cargo_metadata = { version = "0.17.0", default-features = false } clap = { version = "4", default-features = false } core-error = { version = "0.0.0", default-features = false } env_logger = { version = "0.10", default-features = false }