22# It is not intended for manual editing.
33version = 4
44
5- [[package ]]
6- name = " addr2line"
7- version = " 0.25.1"
8- source = " registry+https://github.com/rust-lang/crates.io-index"
9- checksum = " 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10- dependencies = [
11- " gimli" ,
12- ]
13-
14- [[package ]]
15- name = " adler2"
16- version = " 2.0.1"
17- source = " registry+https://github.com/rust-lang/crates.io-index"
18- checksum = " 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19-
205[[package ]]
216name = " ahash"
227version = " 0.8.12"
@@ -201,21 +186,6 @@ dependencies = [
201186 " tokio" ,
202187]
203188
204- [[package ]]
205- name = " backtrace"
206- version = " 0.3.76"
207- source = " registry+https://github.com/rust-lang/crates.io-index"
208- checksum = " bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
209- dependencies = [
210- " addr2line" ,
211- " cfg-if" ,
212- " libc" ,
213- " miniz_oxide" ,
214- " object" ,
215- " rustc-demangle" ,
216- " windows-link 0.2.0" ,
217- ]
218-
219189[[package ]]
220190name = " base64"
221191version = " 0.22.1"
@@ -791,12 +761,6 @@ dependencies = [
791761 " windows-targets" ,
792762]
793763
794- [[package ]]
795- name = " gimli"
796- version = " 0.32.3"
797- source = " registry+https://github.com/rust-lang/crates.io-index"
798- checksum = " e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
799-
800764[[package ]]
801765name = " glob"
802766version = " 0.3.3"
@@ -1082,17 +1046,6 @@ dependencies = [
10821046 " hashbrown" ,
10831047]
10841048
1085- [[package ]]
1086- name = " io-uring"
1087- version = " 0.7.10"
1088- source = " registry+https://github.com/rust-lang/crates.io-index"
1089- checksum = " 046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
1090- dependencies = [
1091- " bitflags" ,
1092- " cfg-if" ,
1093- " libc" ,
1094- ]
1095-
10961049[[package ]]
10971050name = " ipnet"
10981051version = " 2.11.0"
@@ -1657,15 +1610,6 @@ version = "0.2.1"
16571610source = " registry+https://github.com/rust-lang/crates.io-index"
16581611checksum = " 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
16591612
1660- [[package ]]
1661- name = " miniz_oxide"
1662- version = " 0.8.9"
1663- source = " registry+https://github.com/rust-lang/crates.io-index"
1664- checksum = " 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1665- dependencies = [
1666- " adler2" ,
1667- ]
1668-
16691613[[package ]]
16701614name = " mio"
16711615version = " 1.0.4"
@@ -1693,7 +1637,7 @@ version = "0.50.3"
16931637source = " registry+https://github.com/rust-lang/crates.io-index"
16941638checksum = " 7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
16951639dependencies = [
1696- " windows-sys 0.59 .0" ,
1640+ " windows-sys 0.61 .0" ,
16971641]
16981642
16991643[[package ]]
@@ -1705,15 +1649,6 @@ dependencies = [
17051649 " autocfg" ,
17061650]
17071651
1708- [[package ]]
1709- name = " object"
1710- version = " 0.37.3"
1711- source = " registry+https://github.com/rust-lang/crates.io-index"
1712- checksum = " ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1713- dependencies = [
1714- " memchr" ,
1715- ]
1716-
17171652[[package ]]
17181653name = " once_cell"
17191654version = " 1.21.3"
@@ -2100,12 +2035,6 @@ dependencies = [
21002035 " windows-sys 0.52.0" ,
21012036]
21022037
2103- [[package ]]
2104- name = " rustc-demangle"
2105- version = " 0.1.26"
2106- source = " registry+https://github.com/rust-lang/crates.io-index"
2107- checksum = " 56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
2108-
21092038[[package ]]
21102039name = " rustc-hash"
21112040version = " 2.1.1"
@@ -2521,29 +2450,26 @@ dependencies = [
25212450
25222451[[package ]]
25232452name = " tokio"
2524- version = " 1.47.1 "
2453+ version = " 1.48.0 "
25252454source = " registry+https://github.com/rust-lang/crates.io-index"
2526- checksum = " 89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038 "
2455+ checksum = " ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408 "
25272456dependencies = [
2528- " backtrace" ,
25292457 " bytes" ,
2530- " io-uring" ,
25312458 " libc" ,
25322459 " mio" ,
25332460 " parking_lot" ,
25342461 " pin-project-lite" ,
25352462 " signal-hook-registry" ,
2536- " slab" ,
25372463 " socket2 0.6.0" ,
25382464 " tokio-macros" ,
2539- " windows-sys 0.59 .0" ,
2465+ " windows-sys 0.61 .0" ,
25402466]
25412467
25422468[[package ]]
25432469name = " tokio-macros"
2544- version = " 2.5 .0"
2470+ version = " 2.6 .0"
25452471source = " registry+https://github.com/rust-lang/crates.io-index"
2546- checksum = " 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 "
2472+ checksum = " af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5 "
25472473dependencies = [
25482474 " proc-macro2" ,
25492475 " quote" ,
0 commit comments