mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
udp: update io_uring dependency
This commit is contained in:
parent
34902048d9
commit
fe4761d289
2 changed files with 5 additions and 4 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -1677,11 +1677,12 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "io-uring"
|
name = "io-uring"
|
||||||
version = "0.6.4"
|
version = "0.7.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "595a0399f411a508feb2ec1e970a4a30c249351e30208960d58298de8660b0e5"
|
checksum = "c5d5b4a5e02a58296749114728ea3644f9a4cd5669c243896e445b90bd299ad6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 2.7.0",
|
||||||
|
"cfg-if",
|
||||||
"libc",
|
"libc",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ tinytemplate = "1"
|
||||||
metrics = { version = "0.24", optional = true }
|
metrics = { version = "0.24", optional = true }
|
||||||
|
|
||||||
# io-uring feature
|
# io-uring feature
|
||||||
io-uring = { version = "0.6", optional = true }
|
io-uring = { version = "0.7", optional = true }
|
||||||
|
|
||||||
# mimalloc feature
|
# mimalloc feature
|
||||||
mimalloc = { version = "0.1", default-features = false, optional = true }
|
mimalloc = { version = "0.1", default-features = false, optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue