From 77164d64568581fab093f05d27b17b935fd93ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:04:57 +0000 Subject: [PATCH] cargo: 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 ++-- Cargo.toml | 4 ++-- lib/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c376bcc9..2ab4eac16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1451,9 +1451,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/Cargo.toml b/Cargo.toml index 80bc56330..4c5f5d50a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ maplit = "1.0.2" once_cell = "1.17.1" pest = "2.5.6" pest_derive = "2.5" -regex = "1.7.2" +regex = "1.7.3" rpassword = "7.2.0" serde = { version = "1.0", features = ["derive"] } slab = "0.4.8" @@ -68,7 +68,7 @@ libc = { version = "0.2.140" } assert_cmd = "2.0.8" assert_matches = "1.5.0" insta = { version = "1.29.0", features = ["filters"] } -regex = "1.7.2" +regex = "1.7.3" testutils = { path = "lib/testutils" } [features] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 48ce4aaf7..d193aaff2 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -38,7 +38,7 @@ pest_derive = "2.5.6" prost = "0.11.8" rand = "0.8.5" rand_chacha = "0.3.1" -regex = "1.7.2" +regex = "1.7.3" serde_json = "1.0.94" tempfile = "3.4.0" thiserror = "1.0.40"