|
|
|
|
@ -305,30 +305,19 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "errno" |
|
|
|
|
version = "0.3.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"errno-dragonfly", |
|
|
|
|
"libc", |
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "errno-dragonfly" |
|
|
|
|
version = "0.1.2" |
|
|
|
|
version = "0.3.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
|
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc", |
|
|
|
|
"libc", |
|
|
|
|
"windows-sys 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "fastrand" |
|
|
|
|
version = "2.0.0" |
|
|
|
|
version = "2.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" |
|
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "float-cmp" |
|
|
|
|
@ -547,9 +536,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "linux-raw-sys" |
|
|
|
|
version = "0.4.5" |
|
|
|
|
version = "0.4.13" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" |
|
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lock_api" |
|
|
|
|
@ -648,7 +637,7 @@ checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"libc", |
|
|
|
|
"redox_syscall 0.2.16", |
|
|
|
|
"redox_syscall", |
|
|
|
|
"smallvec", |
|
|
|
|
"windows-sys 0.45.0", |
|
|
|
|
] |
|
|
|
|
@ -759,15 +748,6 @@ dependencies = [
|
|
|
|
|
"bitflags 1.3.2", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "redox_syscall" |
|
|
|
|
version = "0.3.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags 1.3.2", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex" |
|
|
|
|
version = "1.9.5" |
|
|
|
|
@ -805,15 +785,15 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustix" |
|
|
|
|
version = "0.38.8" |
|
|
|
|
version = "0.38.31" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f" |
|
|
|
|
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags 2.4.0", |
|
|
|
|
"errno", |
|
|
|
|
"libc", |
|
|
|
|
"linux-raw-sys", |
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
"windows-sys 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -915,15 +895,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tempfile" |
|
|
|
|
version = "3.8.0" |
|
|
|
|
version = "3.10.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" |
|
|
|
|
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"fastrand", |
|
|
|
|
"redox_syscall 0.3.5", |
|
|
|
|
"rustix", |
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
"windows-sys 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -1116,11 +1095,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows-sys" |
|
|
|
|
version = "0.48.0" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows-targets 0.48.0", |
|
|
|
|
"windows-targets 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -1153,6 +1132,21 @@ dependencies = [
|
|
|
|
|
"windows_x86_64_msvc 0.48.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows-targets" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows_aarch64_gnullvm 0.52.0", |
|
|
|
|
"windows_aarch64_msvc 0.52.0", |
|
|
|
|
"windows_i686_gnu 0.52.0", |
|
|
|
|
"windows_i686_msvc 0.52.0", |
|
|
|
|
"windows_x86_64_gnu 0.52.0", |
|
|
|
|
"windows_x86_64_gnullvm 0.52.0", |
|
|
|
|
"windows_x86_64_msvc 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1165,6 +1159,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1177,6 +1177,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_gnu" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1189,6 +1195,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_gnu" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_msvc" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1201,6 +1213,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_msvc" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1213,6 +1231,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1225,6 +1249,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1237,6 +1267,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "yansi" |
|
|
|
|
version = "0.5.1" |
|
|
|
|
|