Skip to content

Commit

Permalink
deps: bump regex-syntax and regex-automata versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Aug 26, 2023
1 parent 89b452a commit 3f15f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -173,14 +173,14 @@ optional = true
# For the actual regex engines.
[dependencies.regex-automata]
path = "regex-automata"
version = "0.3.6"
version = "0.3.7"
default-features = false
features = ["alloc", "syntax", "meta", "nfa-pikevm"]

# For parsing regular expressions.
[dependencies.regex-syntax]
path = "regex-syntax"
version = "0.7.3"
version = "0.7.5"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit 3f15f1c

Please sign in to comment.