Skip to content

Commit 83e3785

Browse files
Bump memmap2 from 0.9.9 to 0.9.10 (#7415)
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.9.9 to 0.9.10. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.9.9...v0.9.10) --- updated-dependencies: - dependency-name: memmap2 dependency-version: 0.9.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4eaee1 commit 83e3785

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ rustix = { workspace = true }
117117

118118
# mmap + socket dependencies
119119
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
120-
memmap2 = "0.9.9"
120+
memmap2 = "0.9.10"
121121
page_size = "0.6"
122122
gethostname = "1.0.2"
123123
socket2 = { version = "0.6.3", features = ["all"] }

0 commit comments

Comments
 (0)