Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit c1e600f

Browse files
committed
Deduplicate crates-io and semver crates
1 parent b5bdb85 commit c1e600f

File tree

2 files changed

+6
-30
lines changed

2 files changed

+6
-30
lines changed

Cargo.lock

+4-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ edition = "2018"
1212

1313
[dependencies]
1414
cargo = "0.48"
15-
crates-io = "0.32"
15+
crates-io = "0.31" # Keep in sync with version pulled by Cargo
1616
curl = "0.4.21"
1717
env_logger = "0.7"
1818
anyhow = "1.0.27"
1919
log = "0.4"
20-
semver = "0.9"
20+
semver = "0.10" # Keep in sync with version pulled by Cargo
2121
serde = { version = "1.0.84", features = ["derive"] }
2222
serde_json = "1.0.34"
2323

0 commit comments

Comments
 (0)