Skip to content

Commit 9a8720f

Browse files
committed
automata: bump regex-syntax to latest version
Fixes #1056
1 parent 87f7f3f commit 9a8720f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-automata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ internal-instrument-pikevm = ["logging", "std"]
8585
aho-corasick = { version = "1.0.0", optional = true, default-features = false }
8686
log = { version = "0.4.14", optional = true }
8787
memchr = { version = "2.5.0", optional = true, default-features = false }
88-
regex-syntax = { path = "../regex-syntax", version = "0.7.0", optional = true, default-features = false }
88+
regex-syntax = { path = "../regex-syntax", version = "0.7.4", optional = true, default-features = false }
8989

9090
[dev-dependencies]
9191
anyhow = "1.0.69"

0 commit comments

Comments
 (0)