mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #11369 - weihanglo:bump-versions, r=epage
Bump crate versions of `cargo-util` and `crates-io`
This commit is contained in:
commit
26f4c03661
@ -19,8 +19,8 @@ path = "src/cargo/lib.rs"
|
|||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
bytesize = "1.0"
|
bytesize = "1.0"
|
||||||
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
|
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
|
||||||
cargo-util = { path = "crates/cargo-util", version = "0.2.1" }
|
cargo-util = { path = "crates/cargo-util", version = "0.2.3" }
|
||||||
crates-io = { path = "crates/crates-io", version = "0.34.0" }
|
crates-io = { path = "crates/crates-io", version = "0.35.0" }
|
||||||
curl = { version = "0.4.44", features = ["http2"] }
|
curl = { version = "0.4.44", features = ["http2"] }
|
||||||
curl-sys = "0.4.59"
|
curl-sys = "0.4.59"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.9.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-util"
|
name = "cargo-util"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
homepage = "https://github.com/rust-lang/cargo"
|
homepage = "https://github.com/rust-lang/cargo"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crates-io"
|
name = "crates-io"
|
||||||
version = "0.34.0"
|
version = "0.35.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-lang/cargo"
|
repository = "https://github.com/rust-lang/cargo"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user