Skip to content

Commit

Permalink
deps: bump regex-syntax to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Oct 14, 2023
1 parent 1dbeee7 commit ee01ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ features = ["alloc", "syntax", "meta", "nfa-pikevm"]
# For parsing regular expressions.
[dependencies.regex-syntax]
path = "regex-syntax"
version = "0.8.0"
version = "0.8.2"
default-features = false

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion regex-automata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ internal-instrument-pikevm = ["logging", "std"]
aho-corasick = { version = "1.0.0", optional = true, default-features = false }
log = { version = "0.4.14", optional = true }
memchr = { version = "2.6.0", optional = true, default-features = false }
regex-syntax = { path = "../regex-syntax", version = "0.8.0", optional = true, default-features = false }
regex-syntax = { path = "../regex-syntax", version = "0.8.2", optional = true, default-features = false }

[dev-dependencies]
anyhow = "1.0.69"
Expand Down

0 comments on commit ee01ec2

Please sign in to comment.