mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:41:23 +00:00
Update Rust crate pep440_rs to v0.7.2 (#14073)
This commit is contained in:
parent
71702bbd48
commit
1531ca8a1b
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue