File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ dependencies = [
719719 " hyper" ,
720720 " libc" ,
721721 " pin-project-lite" ,
722- " socket2" ,
722+ " socket2 0.5.10 " ,
723723 " tokio" ,
724724 " tower-service" ,
725725 " tracing" ,
@@ -1596,6 +1596,16 @@ dependencies = [
15961596 " windows-sys 0.52.0" ,
15971597]
15981598
1599+ [[package ]]
1600+ name = " socket2"
1601+ version = " 0.6.0"
1602+ source = " registry+https://github.com/rust-lang/crates.io-index"
1603+ checksum = " 233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1604+ dependencies = [
1605+ " libc" ,
1606+ " windows-sys 0.59.0" ,
1607+ ]
1608+
15991609[[package ]]
16001610name = " strsim"
16011611version = " 0.11.1"
@@ -1689,9 +1699,9 @@ dependencies = [
16891699
16901700[[package ]]
16911701name = " tokio"
1692- version = " 1.46.1 "
1702+ version = " 1.47.0 "
16931703source = " registry+https://github.com/rust-lang/crates.io-index"
1694- checksum = " 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 "
1704+ checksum = " 43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35 "
16951705dependencies = [
16961706 " backtrace" ,
16971707 " bytes" ,
@@ -1702,9 +1712,9 @@ dependencies = [
17021712 " pin-project-lite" ,
17031713 " signal-hook-registry" ,
17041714 " slab" ,
1705- " socket2" ,
1715+ " socket2 0.6.0 " ,
17061716 " tokio-macros" ,
1707- " windows-sys 0.52 .0" ,
1717+ " windows-sys 0.59 .0" ,
17081718]
17091719
17101720[[package ]]
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.46.1 " , features = [" full" ] }
23+ tokio = { version = " 1.47.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