Skip to content

Commit

Permalink
Bump regex from 1.9.5 to 1.10.2 (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent 5186dd2 commit 787f429
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
26 changes: 10 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/base-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ notify = "6.0.1"
once_cell = "1.18.0"
parser = { path = "../parser" }
percent-encoding = "2.3.0"
regex = "1.9.5"
regex = "1.10.2"
rowan = "0.15.13"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
logos = "0.13.0"
once_cell = "1.18.0"
regex = "1.9.1"
regex = "1.10.2"
rowan = "0.15.13"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
Expand Down
2 changes: 1 addition & 1 deletion crates/symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ titlecase = "2.2.1"
url = "2.5.0"

[dev-dependencies]
regex = "1.9.1"
regex = "1.10.2"
test-utils = { path = "../test-utils" }
expect-test = "1.4.1"
2 changes: 1 addition & 1 deletion crates/texlab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ once_cell = "1.18.0"
parking_lot = "0.12.1"
parser = { path = "../parser" }
references = { path = "../references" }
regex = "1.9.5"
regex = "1.10.2"
rename = { path = "../rename" }
rowan = "0.15.13"
rustc-hash = "1.1.0"
Expand Down

0 comments on commit 787f429

Please sign in to comment.