Skip to content

Commit

Permalink
Merge pull request #16033 from github/dependabot/cargo/ql/regex-1.10.4
Browse files Browse the repository at this point in the history
Bump regex from 1.10.3 to 1.10.4 in /ql
  • Loading branch information
erik-krogh authored Apr 2, 2024
2 parents 58bf0b7 + 0c73340 commit 0fd8954
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.37"
rayon = "1.9.0"
regex = "1.10.3"
regex = "1.10.4"
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.9.0"
regex = "1.10.3"
regex = "1.10.4"
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 comments on commit 0fd8954

Please sign in to comment.