From 05d9f5f8d6fc884619386ae755d964801aa73da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 03:19:44 +0000 Subject: [PATCH] Update cargo_metadata requirement from 0.18 to 0.19 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.18.0...0.18.1) --- updated-dependencies: - dependency-name: cargo_metadata 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 3825573e..cfe7151d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ open-coroutine-macros = { path = "macros", version = "0.6.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.18", default-features = false } +cargo_metadata = { version = "0.19", default-features = false } mio = { version = "1.0", default-features = false } cfg-if = "1.0.0"