From 6f442a1108224349fece69755a5e765a0ee75de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:21:04 +0000 Subject: [PATCH] Update cargo_metadata requirement from 0.22 to 0.23 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.22.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 a6fb8de9..54562e70 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.22", default-features = false } +cargo_metadata = { version = "0.23", default-features = false } mio = { version = "1.0", default-features = false } cfg-if = "1.0.0"