Skip to content

Commit 06bffb5

Browse files
committed
Bump versions of local deps.
1 parent 451a043 commit 06bffb5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ path = "src/cargo/lib.rs"
1919
atty = "0.2"
2020
bytesize = "1.0"
2121
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" }
2424
crossbeam-utils = "0.8"
2525
curl = { version = "0.4.41", features = ["http2"] }
2626
curl-sys = "0.4.50"

crates/cargo-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-util"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/rust-lang/cargo"

crates/crates-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-io"
3-
version = "0.33.0"
3+
version = "0.33.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)