From 016f68580f868e751b90e3241bab8cf6dbfe1b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:47:20 +0000 Subject: [PATCH] Update proc-maps requirement from 0.3.1 to 0.4.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.3.1...v0.4.0) --- updated-dependencies: - dependency-name: proc-maps dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/hyperlight_host/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 39f18dfb..3a64a288 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -96,7 +96,7 @@ windows = { version = "0.58", features = [ ] } [target.'cfg(unix)'.dev-dependencies] -proc-maps = "0.3.1" +proc-maps = "0.4.0" [build-dependencies] anyhow = { version = "1.0.75" }