Skip to content

Commit 9b3c8b6

Browse files
dependabot[bot]Luni-4
authored andcommitted
Update cargo_metadata requirement from ^0.18 to ^0.19
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.18.0...0.19.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59d16d0 commit 9b3c8b6

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
@@ -16,7 +16,7 @@ crossbeam = "^0.8.2"
1616
tracing = "^0.1"
1717
tracing-subscriber = { version = "^0.3", features = ["env-filter"] }
1818
rayon = "^1.8.0"
19-
cargo_metadata = "^0.18"
19+
cargo_metadata = "^0.19"
2020
minijinja = { version = "^2.0", features = ["loader"] }
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)