Cargo.lock: io-uring feature deps
This commit is contained in:
parent
9db5cf4504
commit
c3d9fb3708
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -382,6 +382,7 @@ dependencies = [
|
|||
"ethercrab-wire",
|
||||
"futures-lite",
|
||||
"heapless",
|
||||
"io-uring",
|
||||
"libc",
|
||||
"lock_api",
|
||||
"log",
|
||||
|
|
@ -508,6 +509,17 @@ version = "0.5.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
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]]
|
||||
name = "ipnetwork"
|
||||
version = "0.20.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user