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 11[package ]
22name = " cargo"
3- version = " 0.63.0 "
3+ version = " 0.63.1 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://crates.io"
@@ -19,7 +19,7 @@ path = "src/cargo/lib.rs"
1919atty = " 0.2"
2020bytesize = " 1.0"
2121cargo-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 " }
2323crates-io = { path = " crates/crates-io" , version = " 0.34.0" }
2424crossbeam-utils = " 0.8"
2525curl = { version = " 0.4.41" , features = [" http2" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-util"
3- version = " 0.1.3 "
3+ version = " 0.2.0 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://github.com/rust-lang/cargo"
You can’t perform that action at this time.
0 commit comments