Bump cargo_metadata from 0.12.2 to 0.12.3

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Commits](https://github.com/oli-obk/cargo_metadata/compare/v0.12.2...v0.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-18 08:12:07 +00:00 committed by GitHub
parent e5705171a7
commit cf4751da25
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

@ -132,9 +132,9 @@ dependencies = [
[[package]]
name = "cargo_metadata"
version = "0.12.2"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a47b6286279a9998588ef7050d1ebc2500c69892a557c90fe5d071c64415dc"
checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
dependencies = [
"cargo-platform",
"semver",

View file

@ -16,7 +16,7 @@ bin-dir = "{ bin }{ format }"
[dependencies]
crates_io_api = "0.6.1"
cargo_metadata = "0.12.2"
cargo_metadata = "0.12.3"
tinytemplate = "1.2.0"
tokio = { version = "0.2.24", features = [ "macros" ] }
log = "0.4.13"