Skip to content

Commit

Permalink
Update memmap2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Jun 26, 2024
1 parent 052dd08 commit c717d61
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/parser/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ derive_more = "0.99.17"
itertools = "0.13.0"
lazy_static = "1.4.0"
bit_reverse = "0.1.8"
memmap2 = "0.5.10"
memmap2 = "0.9.4"
serde = { version = "1.0.164", features = ["derive"] }
libc = "0.2.147"
rayon = "1.7.0"
Expand Down
12 changes: 6 additions & 6 deletions src/python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ polars = "0.41.2"
polars-arrow = { version = "0.41.2"}
derive_more = "0.99.17"
itertools = "0.13.0"
memmap2 = "0.5.10"
memmap2 = "0.9.4"
protobuf-support = "3.3.0"

[dependencies.parser]
Expand Down

0 comments on commit c717d61

Please sign in to comment.