From aa9a02c70df3b8852f972b2cbaec829ef327ef90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:28:03 +0000 Subject: [PATCH] chore(deps): update rust crate pep440_rs to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5211ed3a52c8..2e80fd65ad19d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.4.0", features = ["serde"] } +pep440_rs = { version = "0.5.0", features = ["serde"] } pretty_assertions = "1.3.0" proc-macro2 = { version = "1.0.79" } pyproject-toml = { version = "0.9.0" }