Skip to content

Commit

Permalink
Merge pull request #194 from latex-lsp/dependabot/cargo/regex-1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Mar 30, 2020
2 parents 6ca9b25 + 6b37c93 commit 4d1161c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jsonrpc-derive = { path = "crates/jsonrpc_derive" }
log = "0.4.6"
once_cell = "1.3.1"
path-clean = "0.1.0"
regex = "1.3.4"
regex = "1.3.6"
serde = { version = "1.0.104", features = ["derive", "rc"] }
serde_json = "1.0.48"
serde_repr = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_citeproc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ html2md = "0.2.9"
itertools = "0.8.2"
lalrpop-util = "0.17.2"
once_cell = "1.3.1"
regex = "1.3.4"
regex = "1.3.6"
serde = { version = "1.0.104", features = ["derive", "rc"] }
serde_json = "1.0.48"
texlab-protocol = { path = "../texlab_protocol" }
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab_completion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures-boxed = { path = "../futures_boxed" }
itertools = "0.8.2"
log = "0.4.6"
once_cell = "1.3.1"
regex = "1.3.4"
regex = "1.3.6"
serde = { version = "1.0.104", features = ["derive", "rc"] }
serde_json = "1.0.48"
texlab-distro = { path = "../texlab_distro" }
Expand Down

0 comments on commit 4d1161c

Please sign in to comment.