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

7
Cargo.lock generated
View file

@ -1677,11 +1677,12 @@ dependencies = [
[[package]]
name = "io-uring"
version = "0.6.4"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "595a0399f411a508feb2ec1e970a4a30c249351e30208960d58298de8660b0e5"
checksum = "c5d5b4a5e02a58296749114728ea3644f9a4cd5669c243896e445b90bd299ad6"
dependencies = [
"bitflags 1.3.2",
"bitflags 2.7.0",
"cfg-if",
"libc",
]

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 }