Bump cargo_metadata from 0.12.2 to 0.13.1

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.12.2 to 0.13.1.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Commits](https://github.com/oli-obk/cargo_metadata/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-08 10:33:06 +00:00 committed by GitHub
parent 7d0b700ae2
commit e080244816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

14
Cargo.lock generated
View file

@ -129,6 +129,15 @@ dependencies = [
"pkg-config",
]
[[package]]
name = "camino"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4648c6d00a709aa069a236adcaae4f605a6241c72bf5bee79331a4b625921a9"
dependencies = [
"serde",
]
[[package]]
name = "cargo-binstall"
version = "0.3.0"
@ -169,10 +178,11 @@ dependencies = [
[[package]]
name = "cargo_metadata"
version = "0.12.2"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a47b6286279a9998588ef7050d1ebc2500c69892a557c90fe5d071c64415dc"
checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"
dependencies = [
"camino",
"cargo-platform",
"semver",
"semver-parser",

View file

@ -18,7 +18,7 @@ pkg-fmt = "zip"
[dependencies]
crates_io_api = "0.7.0"
cargo_metadata = "0.12.2"
cargo_metadata = "0.13.1"
tinytemplate = "1.2.0"
tokio = { version = "1.4.0", features = [ "full" ] }
log = "0.4.14"