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.1.1 " }
23
- crates-io = { path = " crates/crates-io" , version = " 0.33.0 " }
22
+ cargo-util = { path = " crates/cargo-util" , version = " 0.1.2 " }
23
+ crates-io = { path = " crates/crates-io" , version = " 0.33.1 " }
24
24
crossbeam-utils = " 0.8"
25
25
curl = { version = " 0.4.41" , features = [" http2" ] }
26
26
curl-sys = " 0.4.50"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-util"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
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.33.0 "
3
+ version = " 0.33.1 "
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