From 06bffb59a7aa3bd0b073869a71fa113de637436b Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 3 Dec 2021 11:05:03 -0800 Subject: [PATCH] Bump versions of local deps. --- Cargo.toml | 4 ++-- crates/cargo-util/Cargo.toml | 2 +- crates/crates-io/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e23f4ec06..7bf2ce56b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/cargo-util/Cargo.toml b/crates/cargo-util/Cargo.toml index d8fa1041f..70c286a00 100644 --- a/crates/cargo-util/Cargo.toml +++ b/crates/cargo-util/Cargo.toml @@ -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" diff --git a/crates/crates-io/Cargo.toml b/crates/crates-io/Cargo.toml index 90d060449..025f8e8eb 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -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"