Skip to content

Commit c4b5a63

Browse files
committed
Auto merge of #6399 - alexcrichton:bump, r=alexcrichton
Bump to 0.34.0
2 parents 1e768f7 + 1b886f7 commit c4b5a63

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.33.0"
3+
version = "0.34.0"
44
edition = "2018"
55
authors = ["Yehuda Katz <[email protected]>",
66
"Carl Lerche <[email protected]>",
@@ -20,7 +20,7 @@ path = "src/cargo/lib.rs"
2020
[dependencies]
2121
atty = "0.2"
2222
bytesize = "1.0"
23-
crates-io = { path = "src/crates-io", version = "0.21" }
23+
crates-io = { path = "src/crates-io", version = "0.22" }
2424
crossbeam-utils = "0.6"
2525
crypto-hash = "0.3.1"
2626
curl = { version = "0.4.19", 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.21.0"
3+
version = "0.22.0"
44
edition = "2018"
55
authors = ["Alex Crichton <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)