From f92f390457d0a793918fe548e2d82b6dca1ca589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:34:18 +0000 Subject: [PATCH] Bump regex from 1.7.2 to 1.7.3 in /ql Bumps [regex](https://github.com/rust-lang/regex) from 1.7.2 to 1.7.3. - [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.7.2...1.7.3) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ql/Cargo.lock | Bin 24184 -> 24184 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 ac27495128e0b35c5f94436e0b6c45df7aa31a04..41b76f14cfc6add81e8026cba5eec0068d7d33c0 100644 GIT binary patch delta 85 zcmWN_xeb6Y3;;l-We{pRF@8EWK#Y*j3sJBJ5^a`Y3re{1-Vxpru3bVp^0cj5(AiRn lr4a diff --git a/ql/buramu/Cargo.toml b/ql/buramu/Cargo.toml index b12e6d9a9c6..5b87a8a90be 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.7.2" +regex = "1.7.3" diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index 57ffc5c5ad6..fe4712a03d5 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -17,5 +17,5 @@ clap = "2.33" tracing = "0.1" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } rayon = "1.7.0" -regex = "1.7.2" +regex = "1.7.3" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }