Bump memmap2 from 0.5.3 to 0.5.8 (#29674)

* Bump memmap2 from 0.5.3 to 0.5.8

Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.5.3 to 0.5.8.
- [Release notes](https://github.com/RazrFalcon/memmap2-rs/releases)
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.3...v0.5.8)

---
updated-dependencies:
- dependency-name: memmap2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2023-01-12 19:38:38 -07:00 committed by GitHub
parent 164c929b27
commit 10f8b5faa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -2715,9 +2715,9 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "memmap2"
version = "0.5.3"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
dependencies = [
"libc",
]

View File

@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
log = { version = "0.4.17" }
memmap2 = "0.5.3"
memmap2 = "0.5.8"
modular-bitfield = "0.11.2"
rand = "0.7.0"
solana-measure = { path = "../measure", version = "=1.15.0" }

View File

@ -37,7 +37,7 @@ generic-array = { version = "0.14.6", default-features = false, features = [
getrandom = { version = "0.1", features = ["dummy"] }
hashbrown = { version = "0.12", features = ["raw"] }
im = { version = "15.1.0", features = ["rayon", "serde"] }
memmap2 = "0.5.3"
memmap2 = "0.5.8"
once_cell = { version = "1.13", features = ["alloc", "default", "race", "std"] }
rand_core = { version = "0.6.3", features = ["alloc", "getrandom", "std"] }
subtle = { version = "2.4.1", features = ["default", "i128", "std"] }

View File

@ -2481,9 +2481,9 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
[[package]]
name = "memmap2"
version = "0.5.3"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
dependencies = [
"libc",
]

View File

@ -29,7 +29,7 @@ lazy_static = "1.4.0"
log = "0.4.17"
lru = "0.7.7"
lz4 = "1.24.0"
memmap2 = "0.5.3"
memmap2 = "0.5.8"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
num_cpus = "1.13.1"

View File

@ -57,7 +57,7 @@ itertools = "0.10.5"
lazy_static = "1.4.0"
libsecp256k1 = { version = "0.6.0", optional = true }
log = "0.4.17"
memmap2 = { version = "0.5.3", optional = true }
memmap2 = { version = "0.5.8", optional = true }
num-derive = "0.3"
num-traits = "0.2"
num_enum = "0.5.7"