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"