|
|
|
|
@ -293,19 +293,6 @@ dependencies = [
|
|
|
|
|
"syn 1.0.107", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "dashmap" |
|
|
|
|
version = "5.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"hashbrown", |
|
|
|
|
"lock_api", |
|
|
|
|
"once_cell", |
|
|
|
|
"parking_lot_core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "derive_builder" |
|
|
|
|
version = "0.12.0" |
|
|
|
|
@ -482,21 +469,16 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "getrandom" |
|
|
|
|
version = "0.2.12" |
|
|
|
|
version = "0.3.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" |
|
|
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"libc", |
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
|
|
|
"r-efi", |
|
|
|
|
"wasip2", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "hashbrown" |
|
|
|
|
version = "0.12.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "hermit-abi" |
|
|
|
|
version = "0.1.19" |
|
|
|
|
@ -572,17 +554,11 @@ dependencies = [
|
|
|
|
|
"wasm-bindgen", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lazy_static" |
|
|
|
|
version = "1.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libc" |
|
|
|
|
version = "0.2.153" |
|
|
|
|
version = "0.2.178" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" |
|
|
|
|
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "link-cplusplus" |
|
|
|
|
@ -668,9 +644,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "once_cell" |
|
|
|
|
version = "1.17.0" |
|
|
|
|
version = "1.21.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" |
|
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "once_cell_polyfill" |
|
|
|
|
@ -752,9 +728,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "proc-macro2" |
|
|
|
|
version = "1.0.56" |
|
|
|
|
version = "1.0.103" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" |
|
|
|
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" |
|
|
|
|
dependencies = [ |
|
|
|
|
"unicode-ident", |
|
|
|
|
] |
|
|
|
|
@ -768,22 +744,27 @@ dependencies = [
|
|
|
|
|
"proc-macro2", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "r-efi" |
|
|
|
|
version = "5.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rand" |
|
|
|
|
version = "0.8.5" |
|
|
|
|
version = "0.9.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
|
|
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"rand_chacha", |
|
|
|
|
"rand_core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rand_chacha" |
|
|
|
|
version = "0.3.1" |
|
|
|
|
version = "0.9.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ppv-lite86", |
|
|
|
|
"rand_core", |
|
|
|
|
@ -791,9 +772,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rand_core" |
|
|
|
|
version = "0.6.4" |
|
|
|
|
version = "0.9.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
|
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
|
|
|
|
dependencies = [ |
|
|
|
|
"getrandom", |
|
|
|
|
] |
|
|
|
|
@ -864,6 +845,15 @@ dependencies = [
|
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "scc" |
|
|
|
|
version = "2.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc" |
|
|
|
|
dependencies = [ |
|
|
|
|
"sdd", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "scopeguard" |
|
|
|
|
version = "1.1.0" |
|
|
|
|
@ -876,6 +866,12 @@ version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "sdd" |
|
|
|
|
version = "3.0.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde" |
|
|
|
|
version = "1.0.152" |
|
|
|
|
@ -884,23 +880,23 @@ checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serial_test" |
|
|
|
|
version = "2.0.0" |
|
|
|
|
version = "3.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" |
|
|
|
|
checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"dashmap", |
|
|
|
|
"futures", |
|
|
|
|
"lazy_static", |
|
|
|
|
"log", |
|
|
|
|
"once_cell", |
|
|
|
|
"parking_lot", |
|
|
|
|
"scc", |
|
|
|
|
"serial_test_derive", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serial_test_derive" |
|
|
|
|
version = "2.0.0" |
|
|
|
|
version = "3.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" |
|
|
|
|
checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
@ -1002,7 +998,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
|
|
|
"wasi", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
@ -1069,10 +1065,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wasi" |
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1" |
|
|
|
|
name = "wasip2" |
|
|
|
|
version = "1.0.1+wasi-0.2.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
|
|
|
|
dependencies = [ |
|
|
|
|
"wit-bindgen", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wasm-bindgen" |
|
|
|
|
@ -1306,6 +1305,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wit-bindgen" |
|
|
|
|
version = "0.46.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "yansi" |
|
|
|
|
version = "0.5.1" |
|
|
|
|
|