Skip to content

Commit

Permalink
cli/deps: update memmap2 to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed May 8, 2024
1 parent 023f1c9 commit ddeb85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex-cli/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ anyhow = "1.0.28"
bstr = { version = "1.4.0", default-features = false, features = ["std"] }
lexopt = "0.3.0"
log = { version = "0.4.17", features = ["std"] }
memmap2 = "0.5.10"
memmap2 = "0.9.4"
regex = { version = "1.9.0", path = ".." }
regex-automata = { version = "0.4.0", path = "../regex-automata", features = ["logging"] }
regex-lite = { version = "0.1.0", path = "../regex-lite" }
Expand Down

0 comments on commit ddeb85e

Please sign in to comment.