Forráskód Böngészése

chore(deps): bump memmap2 from 0.9.8 to 0.9.9 (#9140)

* chore(deps): bump memmap2 from 0.9.8 to 0.9.9

Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.9.8 to 0.9.9.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.8...v0.9.9)

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

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

* Update all Cargo files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 napja
szülő
commit
65342e480b
4 módosított fájl, 20 hozzáadás és 20 törlés
  1. 9 9
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 5 5
      dev-bins/Cargo.lock
  4. 5 5
      programs/sbf/Cargo.lock

+ 9 - 9
Cargo.lock

@@ -2964,7 +2964,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 dependencies = [
  "libc",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -3029,7 +3029,7 @@ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 dependencies = [
  "cfg-if 1.0.4",
  "rustix 1.0.2",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -4691,9 +4691,9 @@ dependencies = [
 
 [[package]]
 name = "memmap2"
-version = "0.9.8"
+version = "0.9.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
+checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
 dependencies = [
  "libc",
 ]
@@ -6332,7 +6332,7 @@ dependencies = [
  "errno",
  "libc",
  "linux-raw-sys 0.9.2",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -6410,7 +6410,7 @@ dependencies = [
  "security-framework 3.2.0",
  "security-framework-sys",
  "webpki-root-certs",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -7172,7 +7172,7 @@ dependencies = [
  "libsecp256k1",
  "log",
  "lz4",
- "memmap2 0.9.8",
+ "memmap2 0.9.9",
  "memoffset 0.9.1",
  "modular-bitfield",
  "num_cpus",
@@ -7582,7 +7582,7 @@ dependencies = [
  "bytemuck",
  "bytemuck_derive",
  "fs_extra",
- "memmap2 0.9.8",
+ "memmap2 0.9.9",
  "modular-bitfield",
  "num_enum",
  "rand 0.9.2",
@@ -10324,7 +10324,7 @@ dependencies = [
  "libsecp256k1",
  "log",
  "lz4",
- "memmap2 0.9.8",
+ "memmap2 0.9.9",
  "memoffset 0.9.1",
  "mockall",
  "modular-bitfield",

+ 1 - 1
Cargo.toml

@@ -332,7 +332,7 @@ light-poseidon-0-2 = { package = "light-poseidon", version = "0.2.0" }
 log = "0.4.28"
 lru = "0.7.7"
 lz4 = "1.28.1"
-memmap2 = "0.9.8"
+memmap2 = "0.9.9"
 memoffset = "0.9"
 merlin = { version = "3", default-features = false }
 min-max-heap = "1.3.0"

+ 5 - 5
dev-bins/Cargo.lock

@@ -4005,9 +4005,9 @@ dependencies = [
 
 [[package]]
 name = "memmap2"
-version = "0.9.8"
+version = "0.9.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
+checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
 dependencies = [
  "libc",
 ]
@@ -6096,7 +6096,7 @@ dependencies = [
  "itertools 0.13.0",
  "log",
  "lz4",
- "memmap2 0.9.8",
+ "memmap2 0.9.9",
  "modular-bitfield",
  "num_cpus",
  "num_enum",
@@ -6503,7 +6503,7 @@ dependencies = [
  "bv",
  "bytemuck",
  "bytemuck_derive",
- "memmap2 0.9.8",
+ "memmap2 0.9.9",
  "modular-bitfield",
  "num_enum",
  "rand 0.9.2",
@@ -8594,7 +8594,7 @@ dependencies = [
  "libc",
  "log",
  "lz4",
- "memmap2 0.9.8",
+ "memmap2 0.9.9",
  "mockall",
  "modular-bitfield",
  "num-derive",

+ 5 - 5
programs/sbf/Cargo.lock

@@ -3960,9 +3960,9 @@ dependencies = [
 
 [[package]]
 name = "memmap2"
-version = "0.9.8"
+version = "0.9.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
+checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
 dependencies = [
  "libc",
 ]
@@ -6030,7 +6030,7 @@ dependencies = [
  "itertools 0.13.0",
  "log",
  "lz4",
- "memmap2 0.9.8",
+ "memmap2 0.9.9",
  "modular-bitfield",
  "num_cpus",
  "num_enum",
@@ -6334,7 +6334,7 @@ dependencies = [
  "bv",
  "bytemuck",
  "bytemuck_derive",
- "memmap2 0.9.8",
+ "memmap2 0.9.9",
  "modular-bitfield",
  "num_enum",
  "rand 0.9.2",
@@ -8347,7 +8347,7 @@ dependencies = [
  "libc",
  "log",
  "lz4",
- "memmap2 0.9.8",
+ "memmap2 0.9.9",
  "mockall",
  "modular-bitfield",
  "num-derive",