From 1b886f70729f04e7e7c5acf5ec3af6838ddad219 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 8 Dec 2018 03:07:46 -0800 Subject: [PATCH] Bump to 0.34.0 --- Cargo.toml | 4 ++-- src/crates-io/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c2685e3014..97d967a8151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.33.0" +version = "0.34.0" edition = "2018" authors = ["Yehuda Katz ", "Carl Lerche ", @@ -20,7 +20,7 @@ path = "src/cargo/lib.rs" [dependencies] atty = "0.2" bytesize = "1.0" -crates-io = { path = "src/crates-io", version = "0.21" } +crates-io = { path = "src/crates-io", version = "0.22" } crossbeam-utils = "0.6" crypto-hash = "0.3.1" curl = { version = "0.4.19", features = ['http2'] } diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index a25c2fe55aa..92b0dbef915 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.21.0" +version = "0.22.0" edition = "2018" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0"