File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1414,9 +1414,9 @@ dependencies = [
1414
1414
1415
1415
[[package ]]
1416
1416
name = " tokio"
1417
- version = " 1.44.2 "
1417
+ version = " 1.45.0 "
1418
1418
source = " registry+https://github.com/rust-lang/crates.io-index"
1419
- checksum = " e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 "
1419
+ checksum = " 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 "
1420
1420
dependencies = [
1421
1421
" backtrace" ,
1422
1422
" 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.44.2 " , features = [" full" ] }
23
+ tokio = { version = " 1.45.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