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"}