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 = [
719
719
" hyper" ,
720
720
" libc" ,
721
721
" pin-project-lite" ,
722
- " socket2" ,
722
+ " socket2 0.5.10 " ,
723
723
" tokio" ,
724
724
" tower-service" ,
725
725
" tracing" ,
@@ -1596,6 +1596,16 @@ dependencies = [
1596
1596
" windows-sys 0.52.0" ,
1597
1597
]
1598
1598
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
+
1599
1609
[[package ]]
1600
1610
name = " strsim"
1601
1611
version = " 0.11.1"
@@ -1689,9 +1699,9 @@ dependencies = [
1689
1699
1690
1700
[[package ]]
1691
1701
name = " tokio"
1692
- version = " 1.46.1 "
1702
+ version = " 1.47.0 "
1693
1703
source = " registry+https://github.com/rust-lang/crates.io-index"
1694
- checksum = " 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 "
1704
+ checksum = " 43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35 "
1695
1705
dependencies = [
1696
1706
" backtrace" ,
1697
1707
" bytes" ,
@@ -1702,9 +1712,9 @@ dependencies = [
1702
1712
" pin-project-lite" ,
1703
1713
" signal-hook-registry" ,
1704
1714
" slab" ,
1705
- " socket2" ,
1715
+ " socket2 0.6.0 " ,
1706
1716
" tokio-macros" ,
1707
- " windows-sys 0.52 .0" ,
1717
+ " windows-sys 0.59 .0" ,
1708
1718
]
1709
1719
1710
1720
[[package ]]
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.46.1 " , features = [" full" ] }
23
+ tokio = { version = " 1.47.0 " , 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