Skip to content

Commit

Permalink
Merge pull request #15392 from github/dependabot/cargo/ql/regex-1.10.3
Browse files Browse the repository at this point in the history
Bump regex from 1.10.2 to 1.10.3 in /ql
  • Loading branch information
erik-krogh authored Jan 22, 2024
2 parents 7e1dd38 + eb1a0fe commit 6533269
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ql/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 ql/buramu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2018"
lazy_static = "1.4.0"
chrono = "0.4.31"
rayon = "1.8.1"
regex = "1.10.2"
regex = "1.10.3"
2 changes: 1 addition & 1 deletion ql/extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ clap = { version = "4.2", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rayon = "1.8.1"
regex = "1.10.2"
regex = "1.10.3"
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 comments on commit 6533269

Please sign in to comment.