Skip to content

Commit 5c5b556

Browse files
Update cargo_metadata requirement from 0.19.1 to 0.20.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.19.1...0.20.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c413cc8 commit 5c5b556

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
@@ -33,7 +33,7 @@ tzdb = { version = "0.7.2", optional = true, default-features = false, features
3333

3434
document-features = { version = "0.2", optional = true }
3535

36-
cargo_metadata = { version = "0.19.1", optional = true, default-features = false }
36+
cargo_metadata = { version = "0.20.0", optional = true, default-features = false }
3737
serde_json = { version = "1", default-features = false, optional = true }
3838

3939
[features]

0 commit comments

Comments
 (0)