From 54604b14f490d0a680c04a8f264de48c7626102c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 10:09:40 +0000 Subject: [PATCH] build(deps): bump regex from 1.7.0 to 1.7.1 (#5932) Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.1. - [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.0...1.7.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-network/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b8cb8bd..24c191c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3397,9 +3397,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" +checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" dependencies = [ "aho-corasick", "memchr", diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 1fe9ca7a..fbe77f29 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.6.1" -regex = "1.7.0" +regex = "1.7.1" serde = { version = "1.0.152", features = ["serde_derive"] } thiserror = "1.0.38" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index abf630a7..e9016868 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -34,7 +34,7 @@ itertools = "0.10.5" lazy_static = "1.4.0" metrics = "0.20.1" mset = "0.1.0" -regex = "1.7.0" +regex = "1.7.1" rlimit = "0.9.0" rocksdb = { version = "0.19.0", default_features = false, features = ["lz4"] } serde = { version = "1.0.152", features = ["serde_derive"] } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index ec6d05df..7f5377ac 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -15,7 +15,7 @@ insta = "1.24.1" proptest = "0.10.1" once_cell = "1.17.0" rand = { version = "0.8.5", package = "rand" } -regex = "1.7.0" +regex = "1.7.1" tokio = { version = "1.24.1", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index ad4a8c1a..44c2df4b 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -175,7 +175,7 @@ tonic-build = { version = "0.8.0", optional = true } abscissa_core = { version = "0.5", features = ["testing"] } hex = "0.4.3" once_cell = "1.17.0" -regex = "1.7.0" +regex = "1.7.1" semver = "1.0.16" # zebra-rpc needs the preserve_order feature, it also makes test results more stable