diff --git a/Cargo.lock b/Cargo.lock index 5007c81..40ac000 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/crates/udp/Cargo.toml b/crates/udp/Cargo.toml index d917e25..6e95bf7 100644 --- a/crates/udp/Cargo.toml +++ b/crates/udp/Cargo.toml @@ -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 }