Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 1df1249

Browse files
Bump memmap2 from 0.7.1 to 0.8.0 in /src/agent
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.7.1 to 0.8.0. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3b7e20 commit 1df1249

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/agent/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/debugger/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fnv = "1.0"
1111
goblin = "0.6"
1212
iced-x86 = "1.20"
1313
log = "0.4"
14-
memmap2 = "0.7"
14+
memmap2 = "0.8"
1515
rand = "0.8"
1616
serde = { version = "1.0", features = ["derive"] }
1717
win-util = { path = "../win-util" }

0 commit comments

Comments
 (0)