From 5a0853f40baf4781e7e280946af5e17fda8b87c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 04:15:32 +0000 Subject: [PATCH] Update cargo_metadata requirement from ^0.19 to ^0.20 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.19.0...0.20.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.20.0 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 f9f6ce9..f6ba0a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ crossbeam = "^0.8.2" tracing = "^0.1" tracing-subscriber = { version = "^0.3", features = ["env-filter"] } rayon = "^1.8.0" -cargo_metadata = "^0.19" +cargo_metadata = "^0.20" minijinja = { version = "^2.0", features = ["loader"] } [dev-dependencies]