Bump cargo_metadata from 0.13.1 to 0.14.1 (#10255)

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Commits](https://github.com/oli-obk/cargo_metadata/compare/v0.13.1...0.14.1)

---
updated-dependencies:
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-13 21:27:46 +01:00
committed by GitHub
parent e57dd4845e
commit 101366a351
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
build-helper = "0.1.1"
cargo_metadata = "0.13.1"
cargo_metadata = "0.14.1"
tempfile = "3.1.0"
toml = "0.5.4"
walkdir = "2.3.2"