From 70fc25bbea6e1f6dbf532869c0fa002ddbe56950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 03:46:35 +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.19.2) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.19.2 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 51a3cc60..6b78c736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ open-coroutine-macros = { path = "macros", version = "0.7.0" } tracing = { version = "0.1", default-features = false } tracing-subscriber = { version = "0.3", default-features = false } tracing-appender = { version = "0.2", default-features = false } -cargo_metadata = { version = "0.19", default-features = false } +cargo_metadata = { version = "0.20", default-features = false } mio = { version = "1.0", default-features = false } cfg-if = "1.0.0"