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"