From a86b0105040d3d0d1112dcc39618e210b4c1d49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 03:33:25 +0000 Subject: [PATCH] Bump regex from 1.9.5 to 1.9.6 in /ql Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.9.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.9.5...1.9.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ql/Cargo.lock | Bin 32175 -> 32175 bytes ql/buramu/Cargo.toml | 2 +- ql/extractor/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ql/Cargo.lock b/ql/Cargo.lock index 1bae58542a075958323dbb746d07229facc66116..fc2ac553d7a1243909e37f9961bcd161fadbe0f7 100644 GIT binary patch delta 186 zcmWN}y9ok85P)GW63jhY5KLy@yU|5HG7&47*_*)@%N9kNagsqX0%ZM#R9mFOf}JWo|9kBwEY{8K9D3KU4z6Ui#dMh=r70 MZSvpe@5^oxe^5+0HUIzs diff --git a/ql/buramu/Cargo.toml b/ql/buramu/Cargo.toml index 8d922bd032b..e34e1a17f2a 100644 --- a/ql/buramu/Cargo.toml +++ b/ql/buramu/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" lazy_static = "1.4.0" chrono = "0.4.31" rayon = "1.8.0" -regex = "1.9.5" +regex = "1.9.6" diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index 47f3016e86f..d88c365dcd9 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -16,5 +16,5 @@ clap = { version = "4.2", features = ["derive"] } tracing = "0.1" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } rayon = "1.8.0" -regex = "1.9.5" +regex = "1.9.6" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }