mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #7778 - ehuss:bump-crates-io, r=alexcrichton
Bump crates-io Needed for #7776.
This commit is contained in:
commit
c95f396b4c
@ -22,7 +22,7 @@ path = "src/cargo/lib.rs"
|
|||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
bytesize = "1.0"
|
bytesize = "1.0"
|
||||||
cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
|
cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
|
||||||
crates-io = { path = "crates/crates-io", version = "0.30" }
|
crates-io = { path = "crates/crates-io", version = "0.31" }
|
||||||
crossbeam-utils = "0.7"
|
crossbeam-utils = "0.7"
|
||||||
crypto-hash = "0.3.1"
|
crypto-hash = "0.3.1"
|
||||||
curl = { version = "0.4.23", features = ["http2"] }
|
curl = { version = "0.4.23", features = ["http2"] }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crates-io"
|
name = "crates-io"
|
||||||
version = "0.30.0"
|
version = "0.31.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user