From b688f7da56a1835efdb8dd48740268250a28ff8f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 8 Jan 2020 10:05:35 -0800 Subject: [PATCH] Bump crates-io --- Cargo.toml | 2 +- crates/crates-io/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2154dbd03..68c2c2cf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/crates/crates-io/Cargo.toml b/crates/crates-io/Cargo.toml index acb8151e6..cc8a8c30c 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.30.0" +version = "0.31.0" edition = "2018" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0"