From 58c068e2690e5de00ec53bdf3b0c9f2fdf09fd36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 19:54:24 +0000 Subject: [PATCH] build(deps): bump regex-syntax from 0.7.2 to 0.7.3 Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.7.2 to 0.7.3. - [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/regex-syntax-0.7.2...regex-syntax-0.7.3) --- updated-dependencies: - dependency-name: regex-syntax dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21124d4fd..faa759c8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2201,9 +2201,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" +checksum = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846" [[package]] name = "regress" diff --git a/Cargo.toml b/Cargo.toml index 5ca57c68d..ec6b17271 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ async-trait = "0.1" futures = "0.3" object_store = { version = "0.6.1", features = ["aws", "gcp", "azure"] } parking_lot = "0.12" -regex-syntax = "0.7.1" +regex-syntax = "0.7.3" syn = "2.0.11" url = "2.2"