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.33 .0"
3
+ version = " 0.34 .0"
4
4
edition = " 2018"
5
5
authors = [" Yehuda Katz <wycats@gmail.com>" ,
6
6
" Carl Lerche <me@carllerche.com>" ,
@@ -20,7 +20,7 @@ path = "src/cargo/lib.rs"
20
20
[dependencies ]
21
21
atty = " 0.2"
22
22
bytesize = " 1.0"
23
- crates-io = { path = " src/crates-io" , version = " 0.21 " }
23
+ crates-io = { path = " src/crates-io" , version = " 0.22 " }
24
24
crossbeam-utils = " 0.6"
25
25
crypto-hash = " 0.3.1"
26
26
curl = { version = " 0.4.19" , features = [' http2' ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crates-io"
3
- version = " 0.21 .0"
3
+ version = " 0.22 .0"
4
4
edition = " 2018"
5
5
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments