chore(deps): Bump regex-syntax from 0.7.2 to 0.7.3 (#8165)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2023-07-06 09:28:25 +00:00 committed by GitHub
parent adddaf5d82
commit c7dbb0ceb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@ -379,7 +379,7 @@ dependencies = [
"arrow-schema",
"arrow-select",
"regex",
"regex-syntax 0.7.2",
"regex-syntax 0.7.3",
]
[[package]]
@ -1458,7 +1458,7 @@ dependencies = [
"hashbrown 0.14.0",
"itertools 0.10.5",
"log",
"regex-syntax 0.7.2",
"regex-syntax 0.7.3",
]
[[package]]
@ -4400,7 +4400,7 @@ dependencies = [
"itertools 0.11.0",
"once_cell",
"regex",
"regex-syntax 0.7.2",
"regex-syntax 0.7.3",
"schema",
"snafu",
"tokio",
@ -4533,7 +4533,7 @@ checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.2",
"regex-syntax 0.7.3",
]
[[package]]
@ -4553,9 +4553,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[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 = "reqwest"
@ -6693,7 +6693,7 @@ dependencies = [
"rand",
"rand_core",
"regex",
"regex-syntax 0.7.2",
"regex-syntax 0.7.3",
"reqwest",
"ring",
"rustix 0.38.3",

View File

@ -11,7 +11,7 @@ chrono = { version = "0.4", default-features = false }
datafusion = { workspace = true }
once_cell = "1"
regex = "1"
regex-syntax = "0.7.1"
regex-syntax = "0.7.3"
schema = { path = "../schema" }
snafu = "0.7"
workspace-hack = { version = "0.1", path = "../workspace-hack" }