diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 48 |
1 files changed, 22 insertions, 26 deletions
| @@ -497,19 +497,6 @@ dependencies = [ | |||
| 497 | ] | 497 | ] |
| 498 | 498 | ||
| 499 | [[package]] | 499 | [[package]] |
| 500 | name = "dashmap" | ||
| 501 | version = "5.5.3" | ||
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 503 | checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" | ||
| 504 | dependencies = [ | ||
| 505 | "cfg-if", | ||
| 506 | "hashbrown 0.14.5", | ||
| 507 | "lock_api", | ||
| 508 | "once_cell", | ||
| 509 | "parking_lot_core", | ||
| 510 | ] | ||
| 511 | |||
| 512 | [[package]] | ||
| 513 | name = "data-encoding" | 500 | name = "data-encoding" |
| 514 | version = "2.9.0" | 501 | version = "2.9.0" |
| 515 | source = "registry+https://github.com/rust-lang/crates.io-index" | 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -876,12 +863,6 @@ dependencies = [ | |||
| 876 | 863 | ||
| 877 | [[package]] | 864 | [[package]] |
| 878 | name = "hashbrown" | 865 | name = "hashbrown" |
| 879 | version = "0.14.5" | ||
| 880 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 881 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" | ||
| 882 | |||
| 883 | [[package]] | ||
| 884 | name = "hashbrown" | ||
| 885 | version = "0.15.3" | 866 | version = "0.15.3" |
| 886 | source = "registry+https://github.com/rust-lang/crates.io-index" | 867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 887 | checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" | 868 | checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" |
| @@ -1210,7 +1191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 1210 | checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" | 1191 | checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" |
| 1211 | dependencies = [ | 1192 | dependencies = [ |
| 1212 | "equivalent", | 1193 | "equivalent", |
| 1213 | "hashbrown 0.15.3", | 1194 | "hashbrown", |
| 1214 | ] | 1195 | ] |
| 1215 | 1196 | ||
| 1216 | [[package]] | 1197 | [[package]] |
| @@ -2343,6 +2324,15 @@ dependencies = [ | |||
| 2343 | ] | 2324 | ] |
| 2344 | 2325 | ||
| 2345 | [[package]] | 2326 | [[package]] |
| 2327 | name = "scc" | ||
| 2328 | version = "2.3.4" | ||
| 2329 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2330 | checksum = "22b2d775fb28f245817589471dd49c5edf64237f4a19d10ce9a92ff4651a27f4" | ||
| 2331 | dependencies = [ | ||
| 2332 | "sdd", | ||
| 2333 | ] | ||
| 2334 | |||
| 2335 | [[package]] | ||
| 2346 | name = "scopeguard" | 2336 | name = "scopeguard" |
| 2347 | version = "1.2.0" | 2337 | version = "1.2.0" |
| 2348 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2361,6 +2351,12 @@ dependencies = [ | |||
| 2361 | ] | 2351 | ] |
| 2362 | 2352 | ||
| 2363 | [[package]] | 2353 | [[package]] |
| 2354 | name = "sdd" | ||
| 2355 | version = "3.0.8" | ||
| 2356 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2357 | checksum = "584e070911c7017da6cb2eb0788d09f43d789029b5877d3e5ecc8acf86ceee21" | ||
| 2358 | |||
| 2359 | [[package]] | ||
| 2364 | name = "secp256k1" | 2360 | name = "secp256k1" |
| 2365 | version = "0.29.1" | 2361 | version = "0.29.1" |
| 2366 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2445,23 +2441,23 @@ dependencies = [ | |||
| 2445 | 2441 | ||
| 2446 | [[package]] | 2442 | [[package]] |
| 2447 | name = "serial_test" | 2443 | name = "serial_test" |
| 2448 | version = "2.0.0" | 2444 | version = "3.2.0" |
| 2449 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2450 | checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" | 2446 | checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" |
| 2451 | dependencies = [ | 2447 | dependencies = [ |
| 2452 | "dashmap", | ||
| 2453 | "futures", | 2448 | "futures", |
| 2454 | "lazy_static", | ||
| 2455 | "log", | 2449 | "log", |
| 2450 | "once_cell", | ||
| 2456 | "parking_lot", | 2451 | "parking_lot", |
| 2452 | "scc", | ||
| 2457 | "serial_test_derive", | 2453 | "serial_test_derive", |
| 2458 | ] | 2454 | ] |
| 2459 | 2455 | ||
| 2460 | [[package]] | 2456 | [[package]] |
| 2461 | name = "serial_test_derive" | 2457 | name = "serial_test_derive" |
| 2462 | version = "2.0.0" | 2458 | version = "3.2.0" |
| 2463 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2464 | checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" | 2460 | checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" |
| 2465 | dependencies = [ | 2461 | dependencies = [ |
| 2466 | "proc-macro2", | 2462 | "proc-macro2", |
| 2467 | "quote", | 2463 | "quote", |