Description: Update Rust crate pep440_rs to v0.7.3 (#14848)
Index: ruff/crates/flake8_to_ruff/Cargo.toml
===================================================================
--- ruff.orig/crates/flake8_to_ruff/Cargo.toml
+++ ruff/crates/flake8_to_ruff/Cargo.toml
@@ -23,7 +23,7 @@ configparser = { version = "3.0.2" }
 itertools = { workspace = true }
 log = { workspace = true }
 once_cell = { workspace = true }
-pep440_rs = { version = "0.3.1", features = ["serde"] }
+pep440_rs = { version = "0.7.3" }
 regex = { workspace = true }
 rustc-hash = { workspace = true }
 serde = { workspace = true }
Index: ruff/crates/ruff_linter/Cargo.toml
===================================================================
--- ruff.orig/crates/ruff_linter/Cargo.toml
+++ ruff/crates/ruff_linter/Cargo.toml
@@ -52,7 +52,7 @@ path-absolutize = { workspace = true, fe
   "use_unix_paths_on_wasm",
 ] }
 pathdiff = { version = "0.2.1" }
-pep440_rs = { version = "0.3.1", features = ["serde"] }
+pep440_rs = { version = "0.7.3" }
 pyproject-toml = { version = "0.7.0" }
 quick-junit = { version = "0.3.2" }
 regex = { workspace = true }
Index: ruff/crates/ruff_workspace/Cargo.toml
===================================================================
--- ruff.orig/crates/ruff_workspace/Cargo.toml
+++ ruff/crates/ruff_workspace/Cargo.toml
@@ -31,7 +31,7 @@ glob = { workspace = true }
 globset = { workspace = true }
 once_cell = { workspace = true }
 path-absolutize = { workspace = true }
-pep440_rs = { version = "0.3.1", features = ["serde"] }
+pep440_rs = { version = "0.7.3" }
 regex = { workspace = true }
 rustc-hash = { workspace = true }
 schemars = { workspace = true, optional = true }
