Update Rust crate pep440_rs to v0.7.2 (#14073)

This commit is contained in:
renovate[bot] 2024-11-03 21:15:56 -05:00 committed by GitHub
parent 71702bbd48
commit 1531ca8a1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
Cargo.lock generated
View file

@ -1786,9 +1786,9 @@ dependencies = [
[[package]] [[package]]
name = "pep440_rs" name = "pep440_rs"
version = "0.7.1" version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c8ee724d21f351f9d47276614ac9710975db827ba9fe2ca5a517ba648193307" checksum = "0922a442c78611fa8c5ed6065d2d898a820cf12fa90604217fdb2d01675efec7"
dependencies = [ dependencies = [
"serde", "serde",
"unicode-width 0.2.0", "unicode-width 0.2.0",
@ -2546,7 +2546,7 @@ dependencies = [
"natord", "natord",
"path-absolutize", "path-absolutize",
"pathdiff", "pathdiff",
"pep440_rs 0.7.1", "pep440_rs 0.7.2",
"pyproject-toml", "pyproject-toml",
"quick-junit", "quick-junit",
"regex", "regex",
@ -2876,7 +2876,7 @@ dependencies = [
"matchit", "matchit",
"path-absolutize", "path-absolutize",
"path-slash", "path-slash",
"pep440_rs 0.7.1", "pep440_rs 0.7.2",
"regex", "regex",
"ruff_cache", "ruff_cache",
"ruff_formatter", "ruff_formatter",