Skip to content

Commit fbaae1f

Browse files
build(deps): update cargo_metadata requirement from 0.21.0 to 0.23.0
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.23.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 845bb6f commit fbaae1f

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
@@ -20,7 +20,7 @@ llvm-sys = { version = "211.0.0-rc1", features = [
2020

2121
[build-dependencies]
2222
anyhow = "1.0.72"
23-
cargo_metadata = "0.21.0"
23+
cargo_metadata = "0.23.0"
2424
prettyplease = "0.2.10"
2525
quote = "1.0.29"
2626
rustversion = "1.0"

0 commit comments

Comments
 (0)