Skip to content

Commit

Permalink
chore(deps): Bump memmap2 from 0.9.0 to 0.9.2 (#19404)
Browse files Browse the repository at this point in the history
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.9.0 to 0.9.2.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.9.0...v0.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 03cbc2e commit f124f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crossbeam-utils = { version = "0.8.17", default-features = false }
derivative = { version = "2.2.0", default-features = false }
fslock = { version = "0.2.1", default-features = false, features = ["std"] }
futures = { version = "0.3.29", default-features = false, features = ["std"] }
memmap2 = { version = "0.9.0", default-features = false }
memmap2 = { version = "0.9.2", default-features = false }
metrics = "0.21.1"
num-traits = { version = "0.2.17", default-features = false }
paste = "1.0.14"
Expand Down

0 comments on commit f124f86

Please sign in to comment.