|
|
@ -762,7 +762,7 @@ dependencies = [ |
|
|
|
"js-sys", |
|
|
|
"js-sys", |
|
|
|
"num-traits", |
|
|
|
"num-traits", |
|
|
|
"wasm-bindgen", |
|
|
|
"wasm-bindgen", |
|
|
|
"windows-targets", |
|
|
|
"windows-targets 0.48.5", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -834,13 +834,11 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "clipboard-win" |
|
|
|
name = "clipboard-win" |
|
|
|
version = "4.5.0" |
|
|
|
version = "5.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" |
|
|
|
checksum = "c57002a5d9be777c1ef967e33674dac9ebd310d8893e4e3437b14d5f0f6372cc" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"error-code", |
|
|
|
"error-code", |
|
|
|
"str-buf", |
|
|
|
|
|
|
|
"winapi", |
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -1327,13 +1325,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "error-code" |
|
|
|
name = "error-code" |
|
|
|
version = "2.3.1" |
|
|
|
version = "3.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" |
|
|
|
checksum = "281e452d3bad4005426416cdba5ccfd4f5c1280e10099e21db27f7c1c28347fc" |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"str-buf", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "event-listener" |
|
|
|
name = "event-listener" |
|
|
@ -1401,13 +1395,13 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "fd-lock" |
|
|
|
name = "fd-lock" |
|
|
|
version = "3.0.13" |
|
|
|
version = "4.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5" |
|
|
|
checksum = "b93f7a0db71c99f68398f80653ed05afb0b00e062e1a20c7ff849c4edfabbbcc" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if", |
|
|
|
"rustix 0.38.24", |
|
|
|
"rustix 0.38.24", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys 0.52.0", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -2409,11 +2403,11 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "nix" |
|
|
|
name = "nix" |
|
|
|
version = "0.26.4" |
|
|
|
version = "0.27.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" |
|
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bitflags 1.3.2", |
|
|
|
"bitflags 2.4.1", |
|
|
|
"cfg-if", |
|
|
|
"cfg-if", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
] |
|
|
|
] |
|
|
@ -2628,7 +2622,7 @@ dependencies = [ |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"redox_syscall 0.4.1", |
|
|
|
"redox_syscall 0.4.1", |
|
|
|
"smallvec", |
|
|
|
"smallvec", |
|
|
|
"windows-targets", |
|
|
|
"windows-targets 0.48.5", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -3173,9 +3167,9 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rustyline" |
|
|
|
name = "rustyline" |
|
|
|
version = "12.0.0" |
|
|
|
version = "13.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "994eca4bca05c87e86e15d90fc7a91d1be64b4482b38cb2d27474568fe7c9db9" |
|
|
|
checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bitflags 2.4.1", |
|
|
|
"bitflags 2.4.1", |
|
|
|
"cfg-if", |
|
|
|
"cfg-if", |
|
|
@ -3188,7 +3182,6 @@ dependencies = [ |
|
|
|
"nix", |
|
|
|
"nix", |
|
|
|
"radix_trie", |
|
|
|
"radix_trie", |
|
|
|
"rustyline-derive", |
|
|
|
"rustyline-derive", |
|
|
|
"scopeguard", |
|
|
|
|
|
|
|
"unicode-segmentation", |
|
|
|
"unicode-segmentation", |
|
|
|
"unicode-width", |
|
|
|
"unicode-width", |
|
|
|
"utf8parse", |
|
|
|
"utf8parse", |
|
|
@ -3197,9 +3190,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rustyline-derive" |
|
|
|
name = "rustyline-derive" |
|
|
|
version = "0.9.0" |
|
|
|
version = "0.10.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5a32af5427251d2e4be14fc151eabe18abb4a7aad5efee7044da9f096c906a43" |
|
|
|
checksum = "e5af959c8bf6af1aff6d2b463a57f71aae53d1332da58419e30ad8dc7011d951" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
@ -3537,12 +3530,6 @@ version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" |
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "str-buf" |
|
|
|
|
|
|
|
version = "1.0.6" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "strsim" |
|
|
|
name = "strsim" |
|
|
|
version = "0.10.0" |
|
|
|
version = "0.10.0" |
|
|
@ -4494,7 +4481,7 @@ version = "0.51.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" |
|
|
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"windows-targets", |
|
|
|
"windows-targets 0.48.5", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -4516,7 +4503,16 @@ version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"windows-targets", |
|
|
|
"windows-targets 0.48.5", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "windows-sys" |
|
|
|
|
|
|
|
version = "0.52.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"windows-targets 0.52.0", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -4525,21 +4521,42 @@ version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"windows_aarch64_gnullvm", |
|
|
|
"windows_aarch64_gnullvm 0.48.5", |
|
|
|
"windows_aarch64_msvc 0.48.5", |
|
|
|
"windows_aarch64_msvc 0.48.5", |
|
|
|
"windows_i686_gnu 0.48.5", |
|
|
|
"windows_i686_gnu 0.48.5", |
|
|
|
"windows_i686_msvc 0.48.5", |
|
|
|
"windows_i686_msvc 0.48.5", |
|
|
|
"windows_x86_64_gnu 0.48.5", |
|
|
|
"windows_x86_64_gnu 0.48.5", |
|
|
|
"windows_x86_64_gnullvm", |
|
|
|
"windows_x86_64_gnullvm 0.48.5", |
|
|
|
"windows_x86_64_msvc 0.48.5", |
|
|
|
"windows_x86_64_msvc 0.48.5", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[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]] |
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
version = "0.48.5" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
|
|
|
|
version = "0.52.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
version = "0.33.0" |
|
|
|
version = "0.33.0" |
|
|
@ -4552,6 +4569,12 @@ version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
|
|
|
|
version = "0.52.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "windows_i686_gnu" |
|
|
|
name = "windows_i686_gnu" |
|
|
|
version = "0.33.0" |
|
|
|
version = "0.33.0" |
|
|
@ -4564,6 +4587,12 @@ version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "windows_i686_gnu" |
|
|
|
|
|
|
|
version = "0.52.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "windows_i686_msvc" |
|
|
|
name = "windows_i686_msvc" |
|
|
|
version = "0.33.0" |
|
|
|
version = "0.33.0" |
|
|
@ -4576,6 +4605,12 @@ version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "windows_i686_msvc" |
|
|
|
|
|
|
|
version = "0.52.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
version = "0.33.0" |
|
|
|
version = "0.33.0" |
|
|
@ -4588,12 +4623,24 @@ version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
|
|
|
|
version = "0.52.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
version = "0.48.5" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
|
|
|
|
version = "0.52.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
version = "0.33.0" |
|
|
|
version = "0.33.0" |
|
|
@ -4606,6 +4653,12 @@ version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
|
|
|
|
version = "0.52.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "winnow" |
|
|
|
name = "winnow" |
|
|
|
version = "0.5.19" |
|
|
|
version = "0.5.19" |
|
|
|