crates-io: Bump version to v0.40.0

This commit is contained in:
Tobias Bieniek 2024-01-09 18:00:51 +01:00
parent 2d1728088f
commit 6218d08504
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -613,7 +613,7 @@ dependencies = [
[[package]]
name = "crates-io"
version = "0.39.2"
version = "0.40.0"
dependencies = [
"curl",
"percent-encoding",

View File

@ -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"

View File

@ -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