Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Sep 25, 2023
1 parent aca5649 commit d3fa940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ sanakirja = "1.3.3"
sled = "0.34.7"
rocksdb = "0.21.0"
libc = "0.2.99"
comfy-table = "6.1.0"
comfy-table = "7.0.1"

[target.'cfg(target_os = "linux")'.dev-dependencies]
io-uring = "0.5.1"
io-uring = "0.6.2"

[features]
# This feature is still experimental, and is not considered stable
Expand Down
2 changes: 1 addition & 1 deletion benches/syscall_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fn uring_bench(path: &Path) {
};
let read_e =
io_uring::opcode::Readv::new(io_uring::types::Fd(file.as_raw_fd()), &iovec, 1)
.offset(offset as i64)
.offset(offset as u64)
.build()
.user_data(buffer_index as u64);

Expand Down

0 comments on commit d3fa940

Please sign in to comment.