From 942bb4c8c4931d8af040528cfd5e238fe249f7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:03:25 +0000 Subject: [PATCH] cargo: bump regex from 1.7.1 to 1.7.2 Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.7.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.7.1...1.7.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- lib/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b46a7e215..00a1777fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1479,9 +1479,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" +checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c" dependencies = [ "aho-corasick", "memchr", @@ -1499,9 +1499,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.27" +version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "roff" diff --git a/Cargo.toml b/Cargo.toml index f2a246f83..a9245ca02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ maplit = "1.0.2" once_cell = "1.17.1" pest = "2.5.6" pest_derive = "2.5" -regex = "1.7.1" +regex = "1.7.2" rpassword = "7.2.0" serde = { version = "1.0", features = ["derive"] } slab = "0.4.8" @@ -74,7 +74,7 @@ criterion = "0.4.0" criterion_bencher_compat = "0.4.0" insta = { version = "1.28.0", features = ["filters"] } predicates = "2.1.5" -regex = "1.7.1" +regex = "1.7.2" testutils = { path = "lib/testutils" } [features] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ca67316b0..c3ac285d9 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -33,7 +33,7 @@ pest = "2.5.6" pest_derive = "2.5.6" rand = "0.8.5" rand_chacha = "0.3.1" -regex = "1.7.1" +regex = "1.7.2" serde_json = "1.0.94" tempfile = "3.4.0" thiserror = "1.0.40"