Skip to content

Commit 9707323

Browse files
authored
Update cargo_metadata requirement from 0.22 to 0.23 (#418)
2 parents 304a851 + 6f442a1 commit 9707323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ open-coroutine-macros = { path = "macros", version = "0.7.0" }
2727
tracing = { version = "0.1", default-features = false }
2828
tracing-subscriber = { version = "0.3", default-features = false }
2929
tracing-appender = { version = "0.2", default-features = false }
30-
cargo_metadata = { version = "0.22", default-features = false }
30+
cargo_metadata = { version = "0.23", default-features = false }
3131
mio = { version = "1.0", default-features = false }
3232

3333
cfg-if = "1.0.0"

0 commit comments

Comments
 (0)