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 @@ -1689,9 +1689,9 @@ dependencies = [
16891689
16901690[[package ]]
16911691name = " tokio"
1692- version = " 1.47.0 "
1692+ version = " 1.47.1 "
16931693source = " registry+https://github.com/rust-lang/crates.io-index"
1694- checksum = " 43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35 "
1694+ checksum = " 89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038 "
16951695dependencies = [
16961696 " backtrace" ,
16971697 " bytes" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ schemars = "0.8.22"
2020serde_json = " 1.0.141"
2121serde = { version = " 1.0.219" , features = [" derive" ] }
2222serde_yaml = " 0.9.34"
23- tokio = { version = " 1.47.0 " , features = [" full" ] }
23+ tokio = { version = " 1.47.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