File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1415,9 +1415,9 @@ dependencies = [
1415
1415
1416
1416
[[package ]]
1417
1417
name = " tokio"
1418
- version = " 1.43 .0"
1418
+ version = " 1.44 .0"
1419
1419
source = " registry+https://github.com/rust-lang/crates.io-index"
1420
- checksum = " 3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e "
1420
+ checksum = " 9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a "
1421
1421
dependencies = [
1422
1422
" backtrace" ,
1423
1423
" bytes" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ schemars = "0.8.22"
20
20
serde_json = " 1.0.140"
21
21
serde = { version = " 1.0.219" , features = [" derive" ] }
22
22
serde_yaml = " 0.9.34"
23
- tokio = { version = " 1.43 .0" , features = [" full" ] }
23
+ tokio = { version = " 1.44 .0" , features = [" full" ] }
24
24
tower = { version = " 0.5.2" , features = [" limit" ] }
25
25
tracing = " 0.1.41"
26
26
tracing-subscriber = " 0.3.19"
You can’t perform that action at this time.
0 commit comments