Skip to content

Commit

Permalink
Bump fancy-regex from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [fancy-regex](https://github.com/fancy-regex/fancy-regex) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/fancy-regex/fancy-regex/releases)
- [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md)
- [Commits](fancy-regex/fancy-regex@0.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: fancy-regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent f5232c1 commit e7f28ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 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 engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
serde = { version = "1.0.210", features = ["derive"] }
base64 = "0.22.1"
#临时使用,最好将正则表达式迁移到支持regex库,减少反向引用
fancy-regex = { version = "0.13.0", default-features = false, features = [
fancy-regex = { version = "0.14.0", default-features = false, features = [
"std",
"unicode",
"perf",
Expand Down

0 comments on commit e7f28ce

Please sign in to comment.