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 @@ -1414,9 +1414,9 @@ dependencies = [
14141414
14151415[[package ]]
14161416name = " tokio"
1417- version = " 1.44.2 "
1417+ version = " 1.45.0 "
14181418source = " registry+https://github.com/rust-lang/crates.io-index"
1419- checksum = " e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 "
1419+ checksum = " 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 "
14201420dependencies = [
14211421 " backtrace" ,
14221422 " bytes" ,
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.44.2 " , features = [" full" ] }
23+ tokio = { version = " 1.45.0 " , 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