From 06f8f8b7dd81c4c01483b4258760faee56c10b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:58 +0000 Subject: [PATCH] build(deps): bump regex from 1.7.1 to 1.7.2 (#6371) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- zebra-network/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd97073f..453fccb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3572,9 +3572,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", @@ -3592,9 +3592,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 = "reqwest" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index a82e6977..4ac3a4c9 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -26,7 +26,7 @@ ordered-map = "0.4.2" pin-project = "1.0.12" rand = { version = "0.8.5", package = "rand" } rayon = "1.7.0" -regex = "1.7.1" +regex = "1.7.2" serde = { version = "1.0.156", features = ["serde_derive"] } thiserror = "1.0.40" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index c6247f37..b45e3dfc 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -39,7 +39,7 @@ itertools = "0.10.5" lazy_static = "1.4.0" metrics = "0.20.1" mset = "0.1.1" -regex = "1.7.1" +regex = "1.7.2" rlimit = "0.9.1" rocksdb = { version = "0.20.1", default_features = false, features = ["lz4"] } serde = { version = "1.0.156", features = ["serde_derive"] } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index fbdfc285..a5a0ee75 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -15,7 +15,7 @@ insta = "1.28.0" proptest = "0.10.1" once_cell = "1.17.1" rand = { version = "0.8.5", package = "rand" } -regex = "1.7.1" +regex = "1.7.2" tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 0b4e10aa..e2399291 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -178,7 +178,7 @@ abscissa_core = { version = "0.5", features = ["testing"] } hex = "0.4.3" jsonrpc-core = "18.0.0" once_cell = "1.17.1" -regex = "1.7.1" +regex = "1.7.2" semver = "1.0.17" # zebra-rpc needs the preserve_order feature, it also makes test results more stable