Skip to content

Commit ddeb85e

Browse files
committed
cli/deps: update memmap2 to 0.9
1 parent 023f1c9 commit ddeb85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ anyhow = "1.0.28"
2727
bstr = { version = "1.4.0", default-features = false, features = ["std"] }
2828
lexopt = "0.3.0"
2929
log = { version = "0.4.17", features = ["std"] }
30-
memmap2 = "0.5.10"
30+
memmap2 = "0.9.4"
3131
regex = { version = "1.9.0", path = ".." }
3232
regex-automata = { version = "0.4.0", path = "../regex-automata", features = ["logging"] }
3333
regex-lite = { version = "0.1.0", path = "../regex-lite" }

0 commit comments

Comments
 (0)