We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023f1c9 commit ddeb85eCopy full SHA for ddeb85e
regex-cli/Cargo.toml
@@ -27,7 +27,7 @@ anyhow = "1.0.28"
27
bstr = { version = "1.4.0", default-features = false, features = ["std"] }
28
lexopt = "0.3.0"
29
log = { version = "0.4.17", features = ["std"] }
30
-memmap2 = "0.5.10"
+memmap2 = "0.9.4"
31
regex = { version = "1.9.0", path = ".." }
32
regex-automata = { version = "0.4.0", path = "../regex-automata", features = ["logging"] }
33
regex-lite = { version = "0.1.0", path = "../regex-lite" }
0 commit comments