From 0a4f24fc4fd2d988ce5f775799aa7cf20a5e77aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 14:27:38 +0000 Subject: [PATCH] build(deps): bump regex-syntax from 0.6.29 to 0.7.1 Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.6.29 to 0.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/commits) --- updated-dependencies: - dependency-name: regex-syntax dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17acaf7aa..bd15234a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -904,7 +904,7 @@ dependencies = [ "pyo3", "pyo3-build-config", "rand", - "regex-syntax 0.6.29", + "regex-syntax 0.7.1", "syn 2.0.15", "tokio", "url", diff --git a/Cargo.toml b/Cargo.toml index 4c6248a6f..8e5f302f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ async-trait = "0.1" futures = "0.3" object_store = { version = "0.5.3", features = ["aws", "gcp", "azure"] } parking_lot = "0.12" -regex-syntax = "0.6.28" +regex-syntax = "0.7.1" syn = "2.0.11" url = "2.2"