From 6767ba6059c307ff456dfec06a851dcd7191b196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:23:34 +0000 Subject: [PATCH] Update proc-maps requirement from 0.4.0 to 0.5.0 Updates the requirements on [proc-maps](https://github.com/rbspy/proc-maps) to permit the latest version. - [Commits](https://github.com/rbspy/proc-maps/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: proc-maps dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/livesplit-auto-splitting/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"