mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
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:
parent
e5705171a7
commit
cf4751da25
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue