@@ -251,6 +251,12 @@ version = "1.25.0" |
| 251 | 251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 | 252 | checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 253 | 253 | |
| 254 | +[[package]] |
| 255 | +name = "byteorder" |
| 256 | +version = "1.5.0" |
| 257 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 258 | +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 259 | + |
| 254 | 260 | [[package]] |
| 255 | 261 | name = "bytes" |
| 256 | 262 | version = "1.11.1" |
@@ -320,6 +326,32 @@ dependencies = [ |
| 320 | 326 | "unicode-segmentation", |
| 321 | 327 | ] |
| 322 | 328 | |
| 329 | +[[package]] |
| 330 | +name = "core-foundation" |
| 331 | +version = "0.9.4" |
| 332 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 333 | +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 334 | +dependencies = [ |
| 335 | + "core-foundation-sys", |
| 336 | + "libc", |
| 337 | +] |
| 338 | + |
| 339 | +[[package]] |
| 340 | +name = "core-foundation" |
| 341 | +version = "0.10.1" |
| 342 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 343 | +checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 344 | +dependencies = [ |
| 345 | + "core-foundation-sys", |
| 346 | + "libc", |
| 347 | +] |
| 348 | + |
| 349 | +[[package]] |
| 350 | +name = "core-foundation-sys" |
| 351 | +version = "0.8.7" |
| 352 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 354 | + |
| 323 | 355 | [[package]] |
| 324 | 356 | name = "cpufeatures" |
| 325 | 357 | version = "0.2.17" |
@@ -1138,7 +1170,12 @@ version = "3.6.3" |
| 1138 | 1170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1139 | 1171 | checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c" |
| 1140 | 1172 | dependencies = [ |
| 1173 | + "byteorder", |
| 1174 | + "linux-keyutils", |
| 1141 | 1175 | "log", |
| 1176 | + "security-framework 2.11.1", |
| 1177 | + "security-framework 3.7.0", |
| 1178 | + "windows-sys 0.60.2", |
| 1142 | 1179 | "zeroize", |
| 1143 | 1180 | ] |
| 1144 | 1181 | |
@@ -1184,6 +1221,16 @@ dependencies = [ |
| 1184 | 1221 | "bitflags 2.11.1", |
| 1185 | 1222 | ] |
| 1186 | 1223 | |
| 1224 | +[[package]] |
| 1225 | +name = "linux-keyutils" |
| 1226 | +version = "0.2.5" |
| 1227 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1228 | +checksum = "83270a18e9f90d0707c41e9f35efada77b64c0e6f3f1810e71c8368a864d5590" |
| 1229 | +dependencies = [ |
| 1230 | + "bitflags 2.11.1", |
| 1231 | + "libc", |
| 1232 | +] |
| 1233 | + |
| 1187 | 1234 | [[package]] |
| 1188 | 1235 | name = "linux-raw-sys" |
| 1189 | 1236 | version = "0.12.1" |
@@ -2070,6 +2117,42 @@ version = "1.2.0" |
| 2070 | 2117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2071 | 2118 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 2072 | 2119 | |
| 2120 | +[[package]] |
| 2121 | +name = "security-framework" |
| 2122 | +version = "2.11.1" |
| 2123 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2124 | +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 2125 | +dependencies = [ |
| 2126 | + "bitflags 2.11.1", |
| 2127 | + "core-foundation 0.9.4", |
| 2128 | + "core-foundation-sys", |
| 2129 | + "libc", |
| 2130 | + "security-framework-sys", |
| 2131 | +] |
| 2132 | + |
| 2133 | +[[package]] |
| 2134 | +name = "security-framework" |
| 2135 | +version = "3.7.0" |
| 2136 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2137 | +checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 2138 | +dependencies = [ |
| 2139 | + "bitflags 2.11.1", |
| 2140 | + "core-foundation 0.10.1", |
| 2141 | + "core-foundation-sys", |
| 2142 | + "libc", |
| 2143 | + "security-framework-sys", |
| 2144 | +] |
| 2145 | + |
| 2146 | +[[package]] |
| 2147 | +name = "security-framework-sys" |
| 2148 | +version = "2.17.0" |
| 2149 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2150 | +checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 2151 | +dependencies = [ |
| 2152 | + "core-foundation-sys", |
| 2153 | + "libc", |
| 2154 | +] |
| 2155 | + |
| 2073 | 2156 | [[package]] |
| 2074 | 2157 | name = "semver" |
| 2075 | 2158 | version = "1.0.28" |