We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f7f3f commit 9a8720fCopy full SHA for 9a8720f
regex-automata/Cargo.toml
@@ -85,7 +85,7 @@ internal-instrument-pikevm = ["logging", "std"]
85
aho-corasick = { version = "1.0.0", optional = true, default-features = false }
86
log = { version = "0.4.14", optional = true }
87
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 }
+regex-syntax = { path = "../regex-syntax", version = "0.7.4", optional = true, default-features = false }
89
90
[dev-dependencies]
91
anyhow = "1.0.69"
0 commit comments