Upgrade io-uring to v0.6

This commit is contained in:
Joakim Frostegård 2023-04-10 00:53:56 +02:00
parent a0255ff919
commit 67f765f003
3 changed files with 7 additions and 5 deletions

4
Cargo.lock generated
View file

@ -1300,9 +1300,9 @@ dependencies = [
[[package]]
name = "io-uring"
version = "0.5.13"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd1e1a01cfb924fd8c5c43b6827965db394f5a3a16c599ce03452266e1cf984c"
checksum = "8b7b36074613a723279637061b40db993208908a94f10ccb14436ce735bc0f57"
dependencies = [
"bitflags 1.3.2",
"libc",