Skip to content

Commit

Permalink
Merge #2818
Browse files Browse the repository at this point in the history
2818: Update regex crate to 1.5+ (from 1.3) r=ptitSeb a=ptitSeb


# Description
Update regex crate as 1.5.4 as a security alert.

Co-authored-by: ptitSeb <sebastien.chev@gmail.com>
  • Loading branch information
bors[bot] and ptitSeb committed Mar 11, 2022
2 parents b04a41d + df49433 commit 35ea55d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 lib/compiler-llvm/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ features = ["llvm12-0", "target-x86", "target-aarch64"]
[build-dependencies]
cc = "1.0"
lazy_static = "1.4"
regex = "1.3"
regex = "1.5"
semver = "1.0"
rustc_version = "0.4"

Expand Down

0 comments on commit 35ea55d

Please sign in to comment.