Bump crates-io to 0.36.0

This was an overlook of https://github.com/rust-lang/cargo/pull/11600
This commit is contained in:
Weihang Lo 2023-03-09 16:59:37 +00:00
parent 7d3033d2e5
commit 8296cfe547
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7
2 changed files with 2 additions and 2 deletions

View file

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

View file

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