From ef0bfb618677db948444df979fc6281df55983d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 12:37:03 +0000 Subject: [PATCH] chore(deps): Bump regex from 1.8.1 to 1.8.2 (#7845) Bumps [regex](https://github.com/rust-lang/regex) from 1.8.1 to 1.8.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.8.1...1.8.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> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 18 +++++++++--------- arrow_util/Cargo.toml | 2 +- service_grpc_influxrpc/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78161c8135..302432933d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,7 +374,7 @@ dependencies = [ "arrow-schema", "arrow-select", "regex", - "regex-syntax 0.7.1", + "regex-syntax 0.7.2", ] [[package]] @@ -1525,7 +1525,7 @@ dependencies = [ "hashbrown 0.13.2", "itertools", "log", - "regex-syntax 0.7.1", + "regex-syntax 0.7.2", ] [[package]] @@ -4604,7 +4604,7 @@ dependencies = [ "observability_deps", "once_cell", "regex", - "regex-syntax 0.7.1", + "regex-syntax 0.7.2", "schema", "snafu", "tokio", @@ -4784,13 +4784,13 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" +checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.7.1", + "regex-syntax 0.7.2", ] [[package]] @@ -4810,9 +4810,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" +checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" [[package]] name = "reqwest" @@ -6933,7 +6933,7 @@ dependencies = [ "rand 0.8.5", "rand_core 0.6.4", "regex", - "regex-syntax 0.7.1", + "regex-syntax 0.7.2", "reqwest", "ring", "rustix", diff --git a/arrow_util/Cargo.toml b/arrow_util/Cargo.toml index 7ed1b7f5bd..237eb38fec 100644 --- a/arrow_util/Cargo.toml +++ b/arrow_util/Cargo.toml @@ -16,7 +16,7 @@ comfy-table = { version = "6.1", default-features = false } hashbrown = { workspace = true } num-traits = "0.2" once_cell = { version = "1.17", features = ["parking_lot"] } -regex = "1.8.1" +regex = "1.8.2" snafu = "0.7" uuid = "1" workspace-hack = { version = "0.1", path = "../workspace-hack" } diff --git a/service_grpc_influxrpc/Cargo.toml b/service_grpc_influxrpc/Cargo.toml index 6f47198c85..d392265059 100644 --- a/service_grpc_influxrpc/Cargo.toml +++ b/service_grpc_influxrpc/Cargo.toml @@ -27,7 +27,7 @@ async-trait = "0.1" futures = "0.3" pin-project = "1.1" prost = "0.11" -regex = "1.8.1" +regex = "1.8.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.96" snafu = "0.7"