Skip to content

Commit 149d9e4

Browse files
dependabot[bot]Xenira
authored andcommitted
chore(deps): update cargo_metadata requirement from 0.21 to 0.22
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.21.0...0.22.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95bebee commit 149d9e4

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
@@ -20,7 +20,7 @@ clap = { version = "4.0", features = ["derive"] }
2020
anyhow = "1"
2121
dialoguer = "0.11"
2222
libloading = "0.8"
23-
cargo_metadata = "0.21"
23+
cargo_metadata = "0.22"
2424
semver = "1.0"
2525

2626
[lints.rust]

0 commit comments

Comments
 (0)