Skip to content

Commit 63cd1cb

Browse files
committed
Auto merge of #6234 - alexcrichton:bump, r=alexcrichton
Bump to 0.33.0
2 parents c5b9258 + d2acfb6 commit 63cd1cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo"
3-
version = "0.32.0"
3+
version = "0.33.0"
44
authors = ["Yehuda Katz <wycats@gmail.com>",
55
"Carl Lerche <me@carllerche.com>",
66
"Alex Crichton <alex@alexcrichton.com>"]
@@ -19,7 +19,7 @@ path = "src/cargo/lib.rs"
1919
[dependencies]
2020
atty = "0.2"
2121
bytesize = "1.0"
22-
crates-io = { path = "src/crates-io", version = "0.20" }
22+
crates-io = { path = "src/crates-io", version = "0.21" }
2323
crossbeam-utils = "0.5"
2424
crypto-hash = "0.3.1"
2525
curl = { version = "0.4.17", features = ['http2'] }

src/crates-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-io"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)