File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo"
3
- version = " 0.32 .0"
3
+ version = " 0.33 .0"
4
4
authors = [" Yehuda Katz <wycats@gmail.com>" ,
5
5
" Carl Lerche <me@carllerche.com>" ,
6
6
" Alex Crichton <alex@alexcrichton.com>" ]
@@ -19,7 +19,7 @@ path = "src/cargo/lib.rs"
19
19
[dependencies ]
20
20
atty = " 0.2"
21
21
bytesize = " 1.0"
22
- crates-io = { path = " src/crates-io" , version = " 0.20 " }
22
+ crates-io = { path = " src/crates-io" , version = " 0.21 " }
23
23
crossbeam-utils = " 0.5"
24
24
crypto-hash = " 0.3.1"
25
25
curl = { version = " 0.4.17" , features = [' http2' ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crates-io"
3
- version = " 0.20 .0"
3
+ version = " 0.21 .0"
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/rust-lang/cargo"
You can’t perform that action at this time.
0 commit comments