From b11d17f65c49ce05824721d785cd51bb4e4a41bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 21:48:37 -0400 Subject: [PATCH] Update Rust crate pep440_rs to 0.6.0 (#10938) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e29fc5863f..d30800997b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1655,9 +1655,9 @@ dependencies = [ [[package]] name = "pep440_rs" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15efd4d885c29126cc93e12af3087896e2518bd5ca0fb328c19c4ef9cecfa8be" +checksum = "ca0a570e7ec9171250cac57614e901f62408094b54b3798bb920d3cf0d4a0e09" dependencies = [ "once_cell", "serde", @@ -2181,7 +2181,7 @@ dependencies = [ "once_cell", "path-absolutize", "pathdiff", - "pep440_rs 0.5.0", + "pep440_rs 0.6.0", "pyproject-toml", "quick-junit", "regex", @@ -2502,7 +2502,7 @@ dependencies = [ "itertools 0.12.1", "log", "path-absolutize", - "pep440_rs 0.5.0", + "pep440_rs 0.6.0", "regex", "ruff_cache", "ruff_formatter", diff --git a/Cargo.toml b/Cargo.toml index 7446c09d9d..4768df0830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ num_cpus = { version = "1.16.0" } once_cell = { version = "1.19.0" } path-absolutize = { version = "3.1.1" } pathdiff = { version = "0.2.1" } -pep440_rs = { version = "0.5.0", features = ["serde"] } +pep440_rs = { version = "0.6.0", features = ["serde"] } pretty_assertions = "1.3.0" proc-macro2 = { version = "1.0.79" } pyproject-toml = { version = "0.9.0" }