Skip to content

Commit

Permalink
Update memmap2 requirement from 0.5.10 to 0.7.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and matux committed Jun 22, 2023
1 parent f9b7a30 commit 34fc938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4.2.1", features = ["cargo", "string"] }
itertools = "0.10.5"

# object
memmap2 = "0.5.10"
memmap2 = "0.7.0"
object = "0.31.0"
gimli = "0.27.2"
fallible-iterator = "0.2.0"
Expand All @@ -30,5 +30,5 @@ pretty_assertions = "1.3.0"

[build-dependencies]
anyhow = "1.0.70"
memmap2 = "0.5.10"
memmap2 = "0.7.0"
object = "0.31.0"
2 changes: 1 addition & 1 deletion atorsl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build = "build.rs"
fallible-iterator = "0.2.0"
itertools = "0.10.5"
thiserror = "1.0.40"
memmap2 = "0.5.10"
memmap2 = "0.7.0"
object = "0.31.0"
gimli = "0.27.2"

Expand Down

0 comments on commit 34fc938

Please sign in to comment.