Skip to content

Commit fa7e6a4

Browse files
committed
use cargo-util-schemas to parse package id schema
as sugested by epage rust-lang/cargo#15048 (comment)
1 parent 1ea7352 commit fa7e6a4

File tree

3 files changed

+156
-147
lines changed

3 files changed

+156
-147
lines changed

Cargo.lock

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ aws-sdk-s3 = "1.7"
1818
base64 = "0.21.5"
1919
bytes = "1"
2020
cargo_metadata = "0.18.1"
21+
cargo-util-schemas = "0.7.1"
2122
chrono = { version = "0.4", features = ["serde"] }
2223
clap = { version = "4", features = ["derive"] }
23-
crates-index = { version = "2.2.0", default-features = false, features = ["git-performance", "git-https"] }
24+
crates-index = { version = "2.2.0", default-features = false, features = [
25+
"git-performance",
26+
"git-https",
27+
] }
2428
crossbeam-channel = "0.5"
2529
csv = "1.0.2"
2630
ctrlc = "3.1.3"
@@ -46,7 +50,10 @@ remove_dir_all = "0.7"
4650
reqwest = { version = "0.11", features = ["blocking", "json"] }
4751
rusqlite = { version = "0.32.1", features = ["chrono", "functions", "bundled"] }
4852
rust_team_data = { git = "https://github.com/rust-lang/team" }
49-
rustwide = { version = "0.19.0", features = ["unstable", "unstable-toolchain-ci"] }
53+
rustwide = { version = "0.19.0", features = [
54+
"unstable",
55+
"unstable-toolchain-ci",
56+
] }
5057
serde = "1.0"
5158
serde_derive = "1.0"
5259
serde_json = "1.0"

0 commit comments

Comments
 (0)