From bce4755dac82e8aa6899a120a5c384e8f25051d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:01:02 +0000 Subject: [PATCH] Bump regex from 1.7.2 to 1.7.3 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] --- Cargo.lock | 4 ++-- compiler/compiler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 678e24f4f5..b0c3ebe380 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2093,9 +2093,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.7.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c" +checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" dependencies = [ "aho-corasick", "memchr", diff --git a/compiler/compiler/Cargo.toml b/compiler/compiler/Cargo.toml index 19342fd43d..579faf40f1 100644 --- a/compiler/compiler/Cargo.toml +++ b/compiler/compiler/Cargo.toml @@ -55,7 +55,7 @@ default-features = false features = [ "aleo-cli", "circuit", "console", "parallel" ] [dev-dependencies.regex] -version = "1.7.2" +version = "1.7.3" [dev-dependencies.serde] version = "1.0.158"