Skip to content

Commit

Permalink
Bump regex from 1.3.4 to 1.3.6
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.4 to 1.3.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.3.4...1.3.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 30, 2020
1 parent 6ca9b25 commit 6b37c93
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 6b37c93

Please sign in to comment.