diff --git a/crates/livesplit-auto-splitting/Cargo.toml b/crates/livesplit-auto-splitting/Cargo.toml index 432d0c81..8bb3c146 100644 --- a/crates/livesplit-auto-splitting/Cargo.toml +++ b/crates/livesplit-auto-splitting/Cargo.toml @@ -17,7 +17,7 @@ bstr = "1.10.0" bytemuck = { version = "1.14.0", features = ["min_const_generics"] } bytes = "1.6.1" indexmap = "2.0.2" -proc-maps = { version = "0.4.0", default-features = false } +proc-maps = { version = "0.5.0", default-features = false } read-process-memory = { version = "0.1.4", default-features = false } slotmap = { version = "1.0.2", default-features = false } snafu = "0.9.1"