Skip to content

Commit 70fc25b

Browse files
Update cargo_metadata requirement from 0.19 to 0.20
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](oli-obk/cargo_metadata@0.19.0...0.19.2) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.19.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50ad55f commit 70fc25b

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.19", default-features = false }
30+
cargo_metadata = { version = "0.20", default-features = false }
3131
mio = { version = "1.0", default-features = false }
3232

3333
cfg-if = "1.0.0"

0 commit comments

Comments
 (0)