build: bump io-uring from 0.5.3 to 0.5.4

Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/tokio-rs/io-uring/releases)
- [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>
This commit is contained in:
dependabot[bot] 2022-09-01 03:01:50 +00:00
parent 41e22a7d03
commit dc2365bfd0
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -436,9 +436,9 @@ dependencies = [
[[package]]
name = "io-uring"
version = "0.5.3"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427496d698429d86ff947537dff68facb83fe753b7abea4fab4ac1c4b7a4b94b"
checksum = "0d992a6bb226bed74667d449c7dcaac62bc63e09b19d08a269e26860def3bf54"
dependencies = [
"bitflags",
"libc",

View File

@ -8,7 +8,7 @@ edition = "2021"
default = []
[dependencies]
io-uring = "0.5.3"
io-uring = "0.5.4"
libc = "0.2.132"
log = "0.4.17"
qcow = { path = "../qcow" }

View File

@ -14,7 +14,7 @@ block_util = { path = "../block_util" }
byteorder = "1.4.3"
epoll = "4.3.1"
event_monitor = { path = "../event_monitor" }
io-uring = "0.5.3"
io-uring = "0.5.4"
libc = "0.2.132"
log = "0.4.17"
net_gen = { path = "../net_gen" }