File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ 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.2.1 " }
23
- crates-io = { path = " crates/crates-io" , version = " 0.34 .0" }
22
+ cargo-util = { path = " crates/cargo-util" , version = " 0.2.3 " }
23
+ crates-io = { path = " crates/crates-io" , version = " 0.35 .0" }
24
24
curl = { version = " 0.4.44" , features = [" http2" ] }
25
25
curl-sys = " 0.4.59"
26
26
env_logger = " 0.9.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-util"
3
- version = " 0.2.2 "
3
+ version = " 0.2.3 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
homepage = " https://github.com/rust-lang/cargo"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crates-io"
3
- version = " 0.34 .0"
3
+ version = " 0.35 .0"
4
4
edition = " 2021"
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