From b3522086a86ca8edd8836dc4ed0853bef0c572ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 10:19:07 +0000 Subject: [PATCH] chore(deps): Bump regex-syntax from 0.6.26 to 0.6.27 (#5047) Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.6.26 to 0.6.27. - [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/commits) --- updated-dependencies: - dependency-name: regex-syntax 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 | 4 ++-- query_functions/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a4703ce2c..cb06ddd2f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4154,9 +4154,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.26" +version = "0.6.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" +checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "remove_dir_all" diff --git a/query_functions/Cargo.toml b/query_functions/Cargo.toml index 74b61d8d30..8c09932ad1 100644 --- a/query_functions/Cargo.toml +++ b/query_functions/Cargo.toml @@ -13,7 +13,7 @@ itertools = "0.10.2" observability_deps = { path = "../observability_deps" } once_cell = "1" regex = "1" -regex-syntax = "0.6.26" +regex-syntax = "0.6.27" schema = { path = "../schema" } snafu = "0.7" workspace-hack = { path = "../workspace-hack"}