diff --git a/Cargo.lock b/Cargo.lock index e848a14..ff15aa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,9 +428,9 @@ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "memmap2" -version = "0.9.5" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" +checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index ccf8f5e..f231302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "2.0.12" uguid = "2.2.1" widestring = "1.1.0" strum = { version = "0.27.1", features = ["derive"]} -memmap2 = "0.9.5" +memmap2 = "0.9.7" tempfile = "3.13.0" #goblin = "0.10.0" # Currently a fork of mine, that includes crash fixes which have not yet been merged into master