Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump io-uring from 0.6.3 to 0.6.4 (#4096)
Browse files Browse the repository at this point in the history
Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.6.3 to 0.6.4.
- [Commits](https://github.com/tokio-rs/io-uring/commits)

---
updated-dependencies:
- dependency-name: io-uring
  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>
dependabot[bot] authored and KShivendu committed Apr 29, 2024
1 parent 7278f61 commit 69c2668
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/segment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ nom = "7.1.3"
[target.'cfg(target_os = "linux")'.dependencies]
cgroups-rs = "0.3"
procfs = { version = "0.16", default-features = false }
io-uring = "0.6.3"
io-uring = "0.6.4"

[[bench]]
name = "vector_search"

0 comments on commit 69c2668

Please sign in to comment.