Skip to content

Commit ee54128

Browse files
committed
Auto merge of #75764 - workingjubilee:tidy-up-cargo-metadata, r=Mark-Simulacrum
bump tidy to cargo_metadata 0.11 Updates cargo_metadata in tidy's Cargo.toml from 0.9.1 to 0.11 Real version change 0.9.11 -> 0.11.1 oli-obk/cargo_metadata@v0.9.1...v0.11.1
2 parents 3e041ce + 31afacf commit ee54128

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Cargo.lock

+12-1
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,17 @@ dependencies = [
403403
"serde_json",
404404
]
405405

406+
[[package]]
407+
name = "cargo_metadata"
408+
version = "0.11.1"
409+
source = "registry+https://github.com/rust-lang/crates.io-index"
410+
checksum = "89fec17b16f1ac67908af82e47d0a90a7afd0e1827b181cd77504323d3263d35"
411+
dependencies = [
412+
"semver 0.10.0",
413+
"serde",
414+
"serde_json",
415+
]
416+
406417
[[package]]
407418
name = "cargotest2"
408419
version = "0.1.0"
@@ -4680,7 +4691,7 @@ dependencies = [
46804691
name = "tidy"
46814692
version = "0.1.0"
46824693
dependencies = [
4683-
"cargo_metadata 0.9.1",
4694+
"cargo_metadata 0.11.1",
46844695
"lazy_static",
46854696
"regex",
46864697
"walkdir",

src/tools/tidy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Alex Crichton <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
cargo_metadata = "0.9.1"
8+
cargo_metadata = "0.11"
99
regex = "1"
1010
lazy_static = "1"
1111
walkdir = "2"

0 commit comments

Comments
 (0)