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 @@ -1436,9 +1436,9 @@ dependencies = [
14361436
14371437[[package ]]
14381438name = " tokio"
1439- version = " 1.45.0 "
1439+ version = " 1.45.1 "
14401440source = " registry+https://github.com/rust-lang/crates.io-index"
1441- checksum = " 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 "
1441+ checksum = " 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 "
14421442dependencies = [
14431443 " backtrace" ,
14441444 " 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.45.0 " , features = [" full" ] }
23+ tokio = { version = " 1.45.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