From 1049aa193e6389ead01daab14f6d5a80c5c03185 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 9 Jan 2024 18:00:51 +0100 Subject: [PATCH] crates-io: Bump version to v0.40.0 --- 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 2b61f279d89b..fbe4cffdeecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ cargo_metadata = "0.18.1" clap = "4.4.12" color-print = "0.3.5" core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] } -crates-io = { version = "0.39.0", path = "crates/crates-io" } +crates-io = { version = "0.40.0", path = "crates/crates-io" } criterion = { version = "0.5.1", features = ["html_reports"] } curl = "0.4.44" curl-sys = "0.4.70" diff --git a/crates/crates-io/Cargo.toml b/crates/crates-io/Cargo.toml index 458f62749d8a..af487b3598e8 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.39.2" +version = "0.40.0" rust-version.workspace = true edition.workspace = true license.workspace = true