Auto merge of #7778 - ehuss:bump-crates-io, r=alexcrichton

Bump crates-io

Needed for #7776.
This commit is contained in:
bors 2020-01-08 18:26:02 +00:00
commit c95f396b4c
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ path = "src/cargo/lib.rs"
atty = "0.2"
bytesize = "1.0"
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"
crypto-hash = "0.3.1"
curl = { version = "0.4.23", features = ["http2"] }

View file

@ -1,6 +1,6 @@
[package]
name = "crates-io"
version = "0.30.0"
version = "0.31.0"
edition = "2018"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"