Skip to content

Commit

Permalink
chore(deps): Bump fancy-regex from 0.13.0 to 0.14.0 (#19184)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent a3793c8 commit a36c317
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions 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 src/expr/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ chrono = { version = "0.4", default-features = false, features = [
] }
chrono-tz = { version = "0.10", features = ["case-insensitive"] }
educe = "0.6"
fancy-regex = "0.13"
fancy-regex = "0.14"
futures-async-stream = { workspace = true }
futures-util = "0.3"
ginepro = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ easy-ext = "1"
educe = "0.6"
either = "1"
enum-as-inner = "0.6"
fancy-regex = "0.13.0"
fancy-regex = "0.14.0"
fixedbitset = "0.5"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
futures-async-stream = { workspace = true }
Expand Down

0 comments on commit a36c317

Please sign in to comment.