From 8296cfe54721bd901137f37c5d572ad9cab3fb47 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 9 Mar 2023 16:59:37 +0000 Subject: [PATCH] Bump crates-io to 0.36.0 This was an overlook of https://github.com/rust-lang/cargo/pull/11600 --- Cargo.toml | 2 +- crates/crates-io/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c26375c8d3e..0fe1e7ac123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bytesize = "1.0" cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" } cargo-util = { path = "crates/cargo-util", version = "0.2.4" } clap = "4.1.3" -crates-io = { path = "crates/crates-io", version = "0.35.1" } +crates-io = { path = "crates/crates-io", version = "0.36.0" } curl = { version = "0.4.44", features = ["http2"] } curl-sys = "0.4.59" env_logger = "0.10.0" diff --git a/crates/crates-io/Cargo.toml b/crates/crates-io/Cargo.toml index 29c9e4b6487..004e2daff9e 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.35.1" +version = "0.36.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo"