Skip to content

Commit fcd157c

Browse files
chore(deps): update cargo_metadata requirement from 0.19 to 0.20 (#437)
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.20.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e520e33 commit fcd157c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap = { version = "4.0", features = ["derive"] }
1717
anyhow = "1"
1818
dialoguer = "0.11"
1919
libloading = "0.8"
20-
cargo_metadata = "0.19"
20+
cargo_metadata = "0.20"
2121
semver = "1.0"
2222

2323
[lints.rust]

0 commit comments

Comments
 (0)