Update Rust crate pep440_rs to 0.6.0 (#10938)

This commit is contained in:
renovate[bot] 2024-04-14 21:48:37 -04:00 committed by GitHub
parent b4c7c55ddd
commit b11d17f65c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

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

View file

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