From 6589fedd312fb1cc540fc20f237a1cdbb6b2ed68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:54:54 +0000 Subject: [PATCH] Bump regex from 1.10.2 to 1.10.4 (#1066) --- Cargo.lock | 8 ++++---- crates/base-db/Cargo.toml | 2 +- crates/diagnostics/Cargo.toml | 2 +- crates/parser/Cargo.toml | 2 +- crates/symbols/Cargo.toml | 2 +- crates/texlab/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f221184..c37c0eb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1246,9 +1246,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.2" +version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" dependencies = [ "aho-corasick", "memchr", @@ -1258,9 +1258,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.3" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" +checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" dependencies = [ "aho-corasick", "memchr", diff --git a/crates/base-db/Cargo.toml b/crates/base-db/Cargo.toml index 010c83d0..44594eb1 100644 --- a/crates/base-db/Cargo.toml +++ b/crates/base-db/Cargo.toml @@ -17,7 +17,7 @@ notify = "6.0.1" once_cell = "1.19.0" parser = { path = "../parser" } percent-encoding = "2.3.0" -regex = "1.10.2" +regex = "1.10.4" rowan = "0.15.15" rustc-hash = "1.1.0" syntax = { path = "../syntax" } diff --git a/crates/diagnostics/Cargo.toml b/crates/diagnostics/Cargo.toml index 5a2a7a7e..241ce32d 100644 --- a/crates/diagnostics/Cargo.toml +++ b/crates/diagnostics/Cargo.toml @@ -15,7 +15,7 @@ line-index = { path = "../line-index" } log = "0.4.21" multimap = "0.10.0" once_cell = "1.19.0" -regex = "1.10.2" +regex = "1.10.4" rowan = "0.15.15" rustc-hash = "1.1.0" syntax = { path = "../syntax" } diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 0fd88898..4b8a4f61 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -9,7 +9,7 @@ rust-version.workspace = true [dependencies] logos = "0.13.0" once_cell = "1.19.0" -regex = "1.10.2" +regex = "1.10.4" rowan = "0.15.15" rustc-hash = "1.1.0" syntax = { path = "../syntax" } diff --git a/crates/symbols/Cargo.toml b/crates/symbols/Cargo.toml index d297703d..07c809a4 100644 --- a/crates/symbols/Cargo.toml +++ b/crates/symbols/Cargo.toml @@ -20,6 +20,6 @@ titlecase = "2.2.1" url = "2.5.0" [dev-dependencies] -regex = "1.10.2" +regex = "1.10.4" test-utils = { path = "../test-utils" } expect-test = "1.4.1" diff --git a/crates/texlab/Cargo.toml b/crates/texlab/Cargo.toml index dd595181..d4f4177a 100644 --- a/crates/texlab/Cargo.toml +++ b/crates/texlab/Cargo.toml @@ -49,7 +49,7 @@ notify-debouncer-full = "0.3.1" parking_lot = "0.12.1" parser = { path = "../parser" } references = { path = "../references" } -regex = "1.10.2" +regex = "1.10.4" rename = { path = "../rename" } rowan = "0.15.15" rustc-hash = "1.1.0"