udp: update io_uring dependency

This commit is contained in:
Joakim Frostegård 2025-01-12 22:41:06 +01:00
parent 34902048d9
commit fe4761d289
2 changed files with 5 additions and 4 deletions

View file

@ -62,7 +62,7 @@ tinytemplate = "1"
metrics = { version = "0.24", optional = true }
# io-uring feature
io-uring = { version = "0.6", optional = true }
io-uring = { version = "0.7", optional = true }
# mimalloc feature
mimalloc = { version = "0.1", default-features = false, optional = true }