Skip to content

Commit dae0c6a

Browse files
chore(deps): bump memmap2 from 0.5.10 to 0.6.0 (vectordotdev#17355)
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.5.10 to 0.6.0. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.5.10...v0.6.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea24b4d commit dae0c6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vector-buffers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crossbeam-queue = { version = "0.3.8", default-features = false, features = ["st
1616
crossbeam-utils = { version = "0.8.15", default-features = false }
1717
fslock = { version = "0.2.1", default-features = false, features = ["std"] }
1818
futures = { version = "0.3.28", default-features = false, features = ["std"] }
19-
memmap2 = { version = "0.5.10", default-features = false }
19+
memmap2 = { version = "0.6.0", default-features = false }
2020
metrics = "0.21.0"
2121
num-traits = { version = "0.2.15", default-features = false }
2222
pin-project = { version = "1.0.12", default-features = false }

0 commit comments

Comments
 (0)