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]] [[package]]
name = "pep440_rs" name = "pep440_rs"
version = "0.5.0" version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15efd4d885c29126cc93e12af3087896e2518bd5ca0fb328c19c4ef9cecfa8be" checksum = "ca0a570e7ec9171250cac57614e901f62408094b54b3798bb920d3cf0d4a0e09"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"serde", "serde",
@ -2181,7 +2181,7 @@ dependencies = [
"once_cell", "once_cell",
"path-absolutize", "path-absolutize",
"pathdiff", "pathdiff",
"pep440_rs 0.5.0", "pep440_rs 0.6.0",
"pyproject-toml", "pyproject-toml",
"quick-junit", "quick-junit",
"regex", "regex",
@ -2502,7 +2502,7 @@ dependencies = [
"itertools 0.12.1", "itertools 0.12.1",
"log", "log",
"path-absolutize", "path-absolutize",
"pep440_rs 0.5.0", "pep440_rs 0.6.0",
"regex", "regex",
"ruff_cache", "ruff_cache",
"ruff_formatter", "ruff_formatter",

View file

@ -67,7 +67,7 @@ num_cpus = { version = "1.16.0" }
once_cell = { version = "1.19.0" } once_cell = { version = "1.19.0" }
path-absolutize = { version = "3.1.1" } path-absolutize = { version = "3.1.1" }
pathdiff = { version = "0.2.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" pretty_assertions = "1.3.0"
proc-macro2 = { version = "1.0.79" } proc-macro2 = { version = "1.0.79" }
pyproject-toml = { version = "0.9.0" } pyproject-toml = { version = "0.9.0" }