Skip to content

Commit

Permalink
chore(deps): bump memmap2 from 0.6.0 to 0.6.1 (#17364)
Browse files Browse the repository at this point in the history
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.6.0 to 0.6.1.
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.6.0...v0.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 11, 2023
1 parent 22cda94 commit 58ba741
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 @@ -16,7 +16,7 @@ crossbeam-queue = { version = "0.3.8", default-features = false, features = ["st
crossbeam-utils = { version = "0.8.15", default-features = false }
fslock = { version = "0.2.1", default-features = false, features = ["std"] }
futures = { version = "0.3.28", default-features = false, features = ["std"] }
memmap2 = { version = "0.6.0", default-features = false }
memmap2 = { version = "0.6.1", default-features = false }
metrics = "0.21.0"
num-traits = { version = "0.2.15", default-features = false }
pin-project = { version = "1.0.12", default-features = false }
Expand Down

0 comments on commit 58ba741

Please sign in to comment.