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

View file

@ -36,7 +36,7 @@ getrandom = "0.2"
hashbrown = { version = "0.13", default-features = false }
hdrhistogram = "7"
hex = "0.4"
io-uring = { version = "0.5", optional = true }
io-uring = { version = "0.6", optional = true }
libc = "0.2"
log = "0.4"
metrics = { version = "0.20", optional = true }