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 = [
1689
1689
1690
1690
[[package ]]
1691
1691
name = " tokio"
1692
- version = " 1.47.0 "
1692
+ version = " 1.47.1 "
1693
1693
source = " registry+https://github.com/rust-lang/crates.io-index"
1694
- checksum = " 43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35 "
1694
+ checksum = " 89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038 "
1695
1695
dependencies = [
1696
1696
" backtrace" ,
1697
1697
" 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.141"
21
21
serde = { version = " 1.0.219" , features = [" derive" ] }
22
22
serde_yaml = " 0.9.34"
23
- tokio = { version = " 1.47.0 " , features = [" full" ] }
23
+ tokio = { version = " 1.47.1 " , 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