Skip to content

Commit

Permalink
build(deps): update io-uring requirement from 0.6.2 to 0.7.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: io-uring
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 5e86df7 commit f1eeef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compio-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ windows-sys = { workspace = true, features = [

# Linux specific dependencies
[target.'cfg(target_os = "linux")'.dependencies]
io-uring = { version = "0.6.2", optional = true }
io-uring = { version = "0.7.0", optional = true }
polling = { version = "3.3.0", optional = true }
os_pipe = { workspace = true, optional = true }
paste = { workspace = true }
Expand Down

0 comments on commit f1eeef7

Please sign in to comment.