Bump cargo_metadata from 0.14.1 to 0.14.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-21 01:15:28 +00:00 committed by GitHub
parent 5506ffb5d0
commit a40fe95d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -161,9 +161,9 @@ dependencies = [
[[package]]
name = "cargo_metadata"
version = "0.14.1"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba2ae6de944143141f6155a473a6b02f66c7c3f9f47316f802f80204ebfe6e12"
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
dependencies = [
"camino",
"cargo-platform",

View file

@ -20,7 +20,7 @@ pkg-fmt = "zip"
[dependencies]
crates_io_api = "0.8.0"
cargo_metadata = "0.14.1"
cargo_metadata = "0.14.2"
tinytemplate = "1.2.1"
tokio = { version = "1.16.1", features = [ "full" ] }
log = "0.4.14"