Cargo.lock: io-uring feature deps

This commit is contained in:
Tony Cao 2026-08-12 23:17:35 +08:00
parent 9db5cf4504
commit c3d9fb3708

12
Cargo.lock generated
View File

@ -382,6 +382,7 @@ dependencies = [
"ethercrab-wire", "ethercrab-wire",
"futures-lite", "futures-lite",
"heapless", "heapless",
"io-uring",
"libc", "libc",
"lock_api", "lock_api",
"log", "log",
@ -508,6 +509,17 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "io-uring"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d64d8ca234d152948ceaede1f419b6a83983a5ecccaac05fb337a809c96d3aa6"
dependencies = [
"bitflags 2.13.1",
"cfg-if",
"libc",
]
[[package]] [[package]]
name = "ipnetwork" name = "ipnetwork"
version = "0.20.0" version = "0.20.0"