upgrade memmap2 = "0.7.1"

This commit is contained in:
ManyTheFish
2023-08-09 12:02:13 +02:00
parent 6089083a8e
commit dacee40ebc
3 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ indexmap = { version = "1.9.3", features = ["serde"] }
instant-distance = { version = "0.6.1", features = ["with-serde"] }
json-depth-checker = { path = "../json-depth-checker" }
levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] }
memmap2 = "0.5.10"
memmap2 = "0.7.1"
obkv = "0.2.0"
once_cell = "1.17.1"
ordered-float = "3.6.0"