From 8d1d5b8d80749cd9015d38d08ef2a4212d6cf3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:49:50 -0400 Subject: [PATCH] Bump pep440_rs from 0.3.11 to 0.3.12 (#7755) --- Cargo.lock | 4 ++-- crates/flake8_to_ruff/Cargo.toml | 2 +- crates/ruff_linter/Cargo.toml | 2 +- crates/ruff_workspace/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73efb4f791..c7f30aef6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1584,9 +1584,9 @@ checksum = "9fa00462b37ead6d11a82c9d568b26682d78e0477dc02d1966c013af80969739" [[package]] name = "pep440_rs" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05bf2c44c4cd12f03b2c3ca095f3aa21f44e43c16021c332e511884719705be" +checksum = "887f66cc62717ea72caac4f1eb4e6f392224da3ffff3f40ec13ab427802746d6" dependencies = [ "lazy_static", "regex", diff --git a/crates/flake8_to_ruff/Cargo.toml b/crates/flake8_to_ruff/Cargo.toml index df18c51018..97603dbc13 100644 --- a/crates/flake8_to_ruff/Cargo.toml +++ b/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.3.12", features = ["serde"] } regex = { workspace = true } rustc-hash = { workspace = true } serde = { workspace = true } diff --git a/crates/ruff_linter/Cargo.toml b/crates/ruff_linter/Cargo.toml index 80ffae6dc0..814940ffa8 100644 --- a/crates/ruff_linter/Cargo.toml +++ b/crates/ruff_linter/Cargo.toml @@ -52,7 +52,7 @@ path-absolutize = { workspace = true, features = [ "use_unix_paths_on_wasm", ] } pathdiff = { version = "0.2.1" } -pep440_rs = { version = "0.3.1", features = ["serde"] } +pep440_rs = { version = "0.3.12", features = ["serde"] } pyproject-toml = { version = "0.7.0" } quick-junit = { version = "0.3.2" } regex = { workspace = true } diff --git a/crates/ruff_workspace/Cargo.toml b/crates/ruff_workspace/Cargo.toml index 7cde787831..227dca5543 100644 --- a/crates/ruff_workspace/Cargo.toml +++ b/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.3.12", features = ["serde"] } regex = { workspace = true } rustc-hash = { workspace = true } schemars = { workspace = true, optional = true }