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.63.0 "
3
+ version = " 0.63.1 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
homepage = " https://crates.io"
@@ -19,7 +19,7 @@ path = "src/cargo/lib.rs"
19
19
atty = " 0.2"
20
20
bytesize = " 1.0"
21
21
cargo-platform = { path = " crates/cargo-platform" , version = " 0.1.2" }
22
- cargo-util = { path = " crates/cargo-util" , version = " 0.1.3 " }
22
+ cargo-util = { path = " crates/cargo-util" , version = " 0.2.0 " }
23
23
crates-io = { path = " crates/crates-io" , version = " 0.34.0" }
24
24
crossbeam-utils = " 0.8"
25
25
curl = { version = " 0.4.41" , features = [" http2" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-util"
3
- version = " 0.1.3 "
3
+ version = " 0.2.0 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
homepage = " https://github.com/rust-lang/cargo"
You can’t perform that action at this time.
0 commit comments