build(deps): bump io-uring from 0.6.4 to 0.7.0

Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.6.4 to 0.7.0.
- [Commits](https://github.com/tokio-rs/io-uring/commits)

---
updated-dependencies:
- dependency-name: io-uring
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-30 12:51:36 +00:00 committed by Lencerf
parent e4b394f1b5
commit bc40ba6c71
2 changed files with 7 additions and 12 deletions

17
Cargo.lock generated
View file

@ -18,7 +18,7 @@ dependencies = [
"alioth-macros",
"assert_matches",
"bitfield",
"bitflags 2.6.0",
"bitflags",
"io-uring",
"libc",
"log",
@ -133,12 +133,6 @@ version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f798d2d157e547aa99aab0967df39edd0b70307312b6f8bd2848e6abe40896e0"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.6.0"
@ -290,11 +284,12 @@ dependencies = [
[[package]]
name = "io-uring"
version = "0.6.4"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "595a0399f411a508feb2ec1e970a4a30c249351e30208960d58298de8660b0e5"
checksum = "5e81902f02e8d5323264098a3db443ca31f179a8d38d9cd9325f19cea31b9b02"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"cfg-if",
"libc",
]
@ -425,7 +420,7 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
dependencies = [
"bitflags 2.6.0",
"bitflags",
]
[[package]]

View file

@ -24,7 +24,7 @@ serde-aco.workspace = true
snafu.workspace = true
[target.'cfg(target_os = "linux")'.dependencies]
io-uring = "0.6"
io-uring = "0.7"
[dev-dependencies]
assert_matches.workspace = true