File tree Expand file tree Collapse file tree 2 files changed +22
-9
lines changed
Expand file tree Collapse file tree 2 files changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -308,9 +308,9 @@ dependencies = [
308308
309309[[package ]]
310310name = " delegate"
311- version = " 0.13.3 "
311+ version = " 0.13.4 "
312312source = " registry+https://github.com/rust-lang/crates.io-index"
313- checksum = " b9b6483c2bbed26f97861cf57651d4f2b731964a28cd2257f934a4b452480d21 "
313+ checksum = " 6178a82cf56c836a3ba61a7935cdb1c49bfaa6fa4327cd5bf554a503087de26b "
314314dependencies = [
315315 " proc-macro2" ,
316316 " quote" ,
@@ -706,9 +706,9 @@ dependencies = [
706706
707707[[package ]]
708708name = " hyper-util"
709- version = " 0.1.14 "
709+ version = " 0.1.15 "
710710source = " registry+https://github.com/rust-lang/crates.io-index"
711- checksum = " dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb "
711+ checksum = " 7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df "
712712dependencies = [
713713 " bytes" ,
714714 " futures-channel" ,
@@ -766,6 +766,17 @@ dependencies = [
766766 " either" ,
767767]
768768
769+ [[package ]]
770+ name = " io-uring"
771+ version = " 0.7.8"
772+ source = " registry+https://github.com/rust-lang/crates.io-index"
773+ checksum = " b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
774+ dependencies = [
775+ " bitflags" ,
776+ " cfg-if" ,
777+ " libc" ,
778+ ]
779+
769780[[package ]]
770781name = " itoa"
771782version = " 1.0.15"
@@ -1678,17 +1689,19 @@ dependencies = [
16781689
16791690[[package ]]
16801691name = " tokio"
1681- version = " 1.45 .1"
1692+ version = " 1.46 .1"
16821693source = " registry+https://github.com/rust-lang/crates.io-index"
1683- checksum = " 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 "
1694+ checksum = " 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 "
16841695dependencies = [
16851696 " backtrace" ,
16861697 " bytes" ,
1698+ " io-uring" ,
16871699 " libc" ,
16881700 " mio" ,
16891701 " parking_lot" ,
16901702 " pin-project-lite" ,
16911703 " signal-hook-registry" ,
1704+ " slab" ,
16921705 " socket2" ,
16931706 " tokio-macros" ,
16941707 " windows-sys 0.52.0" ,
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ version = "0.16.0"
1010
1111[workspace .dependencies ]
1212anyhow = " 1.0.98"
13- delegate = " 0.13.3 "
14- hyper-util = " 0.1.14 "
13+ delegate = " 0.13.4 "
14+ hyper-util = " 0.1.15 "
1515kube = { version = " 1.1.0" }
1616k8s-openapi = { version = " 0.25.0" }
1717once_cell = " 1.21.3"
@@ -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