build: Bump io-uring from 0.5.12 to 0.5.13

Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.5.12 to 0.5.13.
- [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]
2023-03-03 17:27:58 +00:00
parent 73c4156775
commit 90697d4ae0
3 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -497,9 +497,9 @@ dependencies = [
[[package]] [[package]]
name = "io-uring" name = "io-uring"
version = "0.5.12" version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41c85eff7f7c8d3ab8c7ec87313c0c194bbaf4371bb7d40f80293ba01bce8264" checksum = "dd1e1a01cfb924fd8c5c43b6827965db394f5a3a16c599ce03452266e1cf984c"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"libc", "libc",
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
default = [] default = []
[dependencies] [dependencies]
io-uring = "0.5.12" io-uring = "0.5.13"
libc = "0.2.139" libc = "0.2.139"
log = "0.4.17" log = "0.4.17"
qcow = { path = "../qcow" } qcow = { path = "../qcow" }
+1 -1
View File
@@ -14,7 +14,7 @@ block_util = { path = "../block_util" }
byteorder = "1.4.3" byteorder = "1.4.3"
epoll = "4.3.1" epoll = "4.3.1"
event_monitor = { path = "../event_monitor" } event_monitor = { path = "../event_monitor" }
io-uring = "0.5.12" io-uring = "0.5.13"
libc = "0.2.139" libc = "0.2.139"
log = "0.4.17" log = "0.4.17"
net_gen = { path = "../net_gen" } net_gen = { path = "../net_gen" }