From 3a39e8badf4fce64fdefec85abd49cb0161a479c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 04:14:09 +0000 Subject: [PATCH] Bump regex from 1.8.1 to 1.8.2 in /ql Bumps [regex](https://github.com/rust-lang/regex) from 1.8.1 to 1.8.2. - [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.8.1...1.8.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ql/Cargo.lock | Bin 31985 -> 31985 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 8a6de476fd948a4ea112788a5b0fb05e15c739c9..63ec8ecbf507735379c75418e32714030efc516a 100644 GIT binary patch delta 174 zcmWNKyA8rH5I~iN9w9-&3?QE`KKs&u__eTt&%SgF16~9v1zWHKBSfM}hnrVDy*EzH zI5n^9@$tOvGDOGXa!~eJ6_J>v2TV?4h!PyOkc_cxZ7^?) G($OFJk~NwD delta 178 zcmWN`v5i783;<9C1PdU6M8O0I*>UXr(13uumb(%B<7A;M0-|6F*ntr!DCpp|@A-Dm zw>us8?Y8*aYVD{9#!7@aixzLnAy5|ZR+Ybxg)w^cmP`DxhhC%z=cIa(hf> Im+S9ZK9k`!ga7~l diff --git a/ql/buramu/Cargo.toml b/ql/buramu/Cargo.toml index 48fa148872c..5c6d79d7305 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.24" rayon = "1.7.0" -regex = "1.8.1" +regex = "1.8.2" diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index 440b9434d34..dfcdaf5ecbf 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -17,5 +17,5 @@ clap = { version = "4.2", features = ["derive"] } tracing = "0.1" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } rayon = "1.7.0" -regex = "1.8.1" +regex = "1.8.2" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }