File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -630,6 +630,17 @@ dependencies = [
630630 " hashbrown 0.15.3" ,
631631]
632632
633+ [[package ]]
634+ name = " io-uring"
635+ version = " 0.7.8"
636+ source = " registry+https://github.com/rust-lang/crates.io-index"
637+ checksum = " b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
638+ dependencies = [
639+ " bitflags" ,
640+ " cfg-if" ,
641+ " libc" ,
642+ ]
643+
633644[[package ]]
634645name = " itoa"
635646version = " 1.0.15"
@@ -1453,17 +1464,19 @@ dependencies = [
14531464
14541465[[package ]]
14551466name = " tokio"
1456- version = " 1.45 .1"
1467+ version = " 1.46 .1"
14571468source = " registry+https://github.com/rust-lang/crates.io-index"
1458- checksum = " 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 "
1469+ checksum = " 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 "
14591470dependencies = [
14601471 " backtrace" ,
14611472 " bytes" ,
1473+ " io-uring" ,
14621474 " libc" ,
14631475 " mio" ,
14641476 " parking_lot" ,
14651477 " pin-project-lite" ,
14661478 " signal-hook-registry" ,
1479+ " slab" ,
14671480 " socket2" ,
14681481 " tokio-macros" ,
14691482 " windows-sys 0.52.0" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ schemars = "0.8.22"
2020serde_json = " 1.0.140"
2121serde = { version = " 1.0.219" , features = [" derive" ] }
2222serde_yaml = " 0.9.34"
23- tokio = { version = " 1.45 .1" , features = [" full" ] }
23+ tokio = { version = " 1.46 .1" , features = [" full" ] }
2424tower = { version = " 0.5.2" , features = [" limit" ] }
2525tracing = " 0.1.41"
2626tracing-subscriber = " 0.3.19"
You can’t perform that action at this time.
0 commit comments