Skip to content

Commit

Permalink
Update regex-syntax requirement from 0.7.1 to 0.8.0 (apache#7784)
Browse files Browse the repository at this point in the history
* Update regex-syntax requirement from 0.7.1 to 0.8.0

Updates the requirements on [regex-syntax](https://github.com/rust-lang/regex) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update datafusion-cli Cargo.lock

* update datafusion-cli lock again

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
dependabot[bot] and alamb authored Oct 10, 2023
1 parent 94153b4 commit 92ba6c3
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 56 deletions.
131 changes: 76 additions & 55 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datafusion/optimizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ datafusion-physical-expr = { path = "../physical-expr", version = "32.0.0", defa
hashbrown = { version = "0.14", features = ["raw"] }
itertools = "0.11"
log = "^0.4"
regex-syntax = "0.7.1"
regex-syntax = "0.8.0"

[dev-dependencies]
ctor = "0.2.0"
Expand Down

0 comments on commit 92ba6c3

Please sign in to comment.