Skip to content

Commit f81aa6c

Browse files
Update cargo_metadata requirement from 0.21.0 to 0.22.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.22.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f57b779 commit f81aa6c

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.21.0", optional = true, default-features = false }
36+
cargo_metadata = { version = "0.22.0", optional = true, default-features = false }
3737
serde_json = { version = "1", default-features = false, optional = true }
3838

3939
[features]

0 commit comments

Comments
 (0)