From 84ec66a22ccdad2562ffd873bd3efdf38fb06c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:44:58 +0000 Subject: [PATCH] Bump semver from 1.0.19 to 1.0.20 (#7977) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/ruff_linter/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 282f62c000..0efb4342ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2646,9 +2646,9 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "semver" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0" +checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" [[package]] name = "serde" diff --git a/crates/ruff_linter/Cargo.toml b/crates/ruff_linter/Cargo.toml index 62b477bfd0..3e6866b944 100644 --- a/crates/ruff_linter/Cargo.toml +++ b/crates/ruff_linter/Cargo.toml @@ -59,7 +59,7 @@ regex = { workspace = true } result-like = { version = "0.4.6" } rustc-hash = { workspace = true } schemars = { workspace = true, optional = true } -semver = { version = "1.0.19" } +semver = { version = "1.0.20" } serde = { workspace = true } serde_json = { workspace = true } similar = { workspace = true }