From 38fde2df7e2d0960559c57cea304b6bf4a3d0759 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 06:00:42 +0000 Subject: [PATCH] Update cargo_metadata requirement from 0.10 to 0.12 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) - [Commits](https://github.com/oli-obk/cargo_metadata/compare/v0.10.0...v0.12.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d56ad41..17a05f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ strict = [] constellation-internal = { path = "constellation-internal", version = "=0.2.0-alpha.2" } atty = "0.2" bincode = "1.2" -cargo_metadata = { version = "0.10", default-features = false } +cargo_metadata = { version = "0.12", default-features = false } clap = "2.33" crossbeam = "0.7" docopt = "1.0"