build: bump io-uring from 0.5.5 to 0.5.6

Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.5 to 0.5.6.
- [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-12 16:59:00 +00:00
parent df6f1ea40c
commit e23319426d
3 changed files with 4 additions and 4 deletions

View File

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