diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-13 17:57:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 17:57:58 +0000 |
commit | db09ddacabd7ca1513c6d2e004ee4e099bf11998 (patch) | |
tree | b20a696bae84851b04321a1e5f0b1c1f9e367039 | |
parent | a2b8bdb903c9bd3c76ff6a0491cb264df0dcabb5 (diff) | |
download | servo-db09ddacabd7ca1513c6d2e004ee4e099bf11998.tar.gz servo-db09ddacabd7ca1513c6d2e004ee4e099bf11998.zip |
build(deps): bump memmap2 from 0.9.4 to 0.9.5 (#33449)
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.9.4 to 0.9.5.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.4...v0.9.5)
---
updated-dependencies:
- dependency-name: memmap2
dependency-type: indirect
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>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index d1574c420d4..42f1b09b4c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4208,9 +4208,9 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memmap2" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" +checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" dependencies = [ "libc", ] |