Skip to content

Commit

Permalink
Update proc-maps requirement from 0.3.1 to 0.4.0 (#13)
Browse files Browse the repository at this point in the history
Updates the requirements on [proc-maps](https://github.com/rbspy/proc-maps) to permit the latest version.
- [Commits](rbspy/proc-maps@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: proc-maps
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 66ff3db commit 0c5189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 0c5189b

Please sign in to comment.