Auto merge of #10155 - ehuss:bump-deps, r=alexcrichton

Bump versions of local deps.

There have only been very minor changes since the last version.
This commit is contained in:
bors 2021-12-13 17:47:44 +00:00
commit 599961b320
3 changed files with 4 additions and 4 deletions

View file

@ -19,8 +19,8 @@ path = "src/cargo/lib.rs"
atty = "0.2"
bytesize = "1.0"
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
crates-io = { path = "crates/crates-io", version = "0.33.0" }
cargo-util = { path = "crates/cargo-util", version = "0.1.2" }
crates-io = { path = "crates/crates-io", version = "0.33.1" }
crossbeam-utils = "0.8"
curl = { version = "0.4.41", features = ["http2"] }
curl-sys = "0.4.50"

View file

@ -1,6 +1,6 @@
[package]
name = "cargo-util"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"

View file

@ -1,6 +1,6 @@
[package]
name = "crates-io"
version = "0.33.0"
version = "0.33.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"