build: Bump io-uring from 0.6.3 to 0.6.4

Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.6.3 to 0.6.4.
- [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]
2024-09-20 11:13:50 +00:00
committed by cloud-hypervisor-bot
parent 4644f8a643
commit 990ba0666d
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ io_uring = ["dep:io-uring"]
[dependencies]
byteorder = "1.5.0"
crc-any = "2.4.4"
io-uring = { version = "0.6.3", optional = true }
io-uring = { version = "0.6.4", optional = true }
libc = "0.2.158"
log = "0.4.22"
remain = "0.2.14"