Skip to content

Commit 34fc938

Browse files
dependabot[bot]matux
authored andcommitted
Update memmap2 requirement from 0.5.10 to 0.7.0
Updates the requirements on [memmap2](https://github.com/RazrFalcon/memmap2-rs) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.5.10...v0.7.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9b7a30 commit 34fc938

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ators/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clap = { version = "4.2.1", features = ["cargo", "string"] }
1919
itertools = "0.10.5"
2020

2121
# object
22-
memmap2 = "0.5.10"
22+
memmap2 = "0.7.0"
2323
object = "0.31.0"
2424
gimli = "0.27.2"
2525
fallible-iterator = "0.2.0"
@@ -30,5 +30,5 @@ pretty_assertions = "1.3.0"
3030

3131
[build-dependencies]
3232
anyhow = "1.0.70"
33-
memmap2 = "0.5.10"
33+
memmap2 = "0.7.0"
3434
object = "0.31.0"

atorsl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build = "build.rs"
1717
fallible-iterator = "0.2.0"
1818
itertools = "0.10.5"
1919
thiserror = "1.0.40"
20-
memmap2 = "0.5.10"
20+
memmap2 = "0.7.0"
2121
object = "0.31.0"
2222
gimli = "0.27.2"
2323

0 commit comments

Comments
 (0)