File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -1279,6 +1279,17 @@ dependencies = [
1279
1279
" hashbrown 0.15.2" ,
1280
1280
]
1281
1281
1282
+ [[package ]]
1283
+ name = " io-uring"
1284
+ version = " 0.7.8"
1285
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1286
+ checksum = " b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
1287
+ dependencies = [
1288
+ " bitflags 2.4.2" ,
1289
+ " cfg-if" ,
1290
+ " libc" ,
1291
+ ]
1292
+
1282
1293
[[package ]]
1283
1294
name = " ipconfig"
1284
1295
version = " 0.3.2"
@@ -4154,17 +4165,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4154
4165
4155
4166
[[package ]]
4156
4167
name = " tokio"
4157
- version = " 1.45.0 "
4168
+ version = " 1.46.1 "
4158
4169
source = " registry+https://github.com/rust-lang/crates.io-index"
4159
- checksum = " 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 "
4170
+ checksum = " 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 "
4160
4171
dependencies = [
4161
4172
" backtrace" ,
4162
4173
" bytes" ,
4174
+ " io-uring" ,
4163
4175
" libc" ,
4164
4176
" mio" ,
4165
4177
" parking_lot" ,
4166
4178
" pin-project-lite" ,
4167
4179
" signal-hook-registry" ,
4180
+ " slab" ,
4168
4181
" socket2" ,
4169
4182
" tokio-macros" ,
4170
4183
" windows-sys 0.52.0" ,
You can’t perform that action at this time.
0 commit comments