From b0b7c458aa5c1c893829d94b5ae7e8eea73ae18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:36:42 +0000 Subject: [PATCH] Update cargo_metadata requirement from ^0.19 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.19.0...0.22.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.22.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..6aa070b 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.22" minijinja = { version = "^2.0", features = ["loader"] } [dev-dependencies]