Skip to content

Commit ca032d2

Browse files
dependabot[bot]smoelius
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.18.1) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4b17b4 commit ca032d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ afl = { version = "0.15" }
1818
anyhow = { version = "1.0", features = ["backtrace"] }
1919
assert_cmd = "2.0"
2020
bitflags = "2.6"
21-
cargo_metadata = "0.18"
21+
cargo_metadata = "0.19"
2222
cast_checks = { version = "0.1" }
2323
clap = { version = "4.5", features = ["cargo", "derive", "wrap_help"] }
2424
ctor = "0.2"

0 commit comments

Comments
 (0)