nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 176 lines 5.5 kB view raw
1diff --git a/Cargo.lock b/Cargo.lock 2index 9b32d00..9767c48 100644 3--- a/Cargo.lock 4+++ b/Cargo.lock 5@@ -1,39 +1,44 @@ 6 # This file is automatically @generated by Cargo. 7 # It is not intended for manual editing. 8+version = 3 9+ 10 [[package]] 11 name = "ansi_term" 12-version = "0.10.2" 13+version = "0.12.1" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15-checksum = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455" 16+checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 17+dependencies = [ 18+ "winapi", 19+] 20 21 [[package]] 22 name = "assert_matches" 23-version = "1.1.0" 24+version = "1.5.0" 25 source = "registry+https://github.com/rust-lang/crates.io-index" 26-checksum = "9e772942dccdf11b368c31e044e4fca9189f80a773d2f0808379de65894cbf57" 27+checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 28 29 [[package]] 30 name = "atty" 31-version = "0.2.6" 32+version = "0.2.14" 33 source = "registry+https://github.com/rust-lang/crates.io-index" 34-checksum = "8352656fd42c30a0c3c89d26dea01e3b77c0ab2af18230835c15e2e13cd51859" 35+checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 36 dependencies = [ 37+ "hermit-abi", 38 "libc", 39- "termion", 40 "winapi", 41 ] 42 43 [[package]] 44 name = "bitflags" 45-version = "1.0.1" 46+version = "1.3.2" 47 source = "registry+https://github.com/rust-lang/crates.io-index" 48-checksum = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf" 49+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 50 51 [[package]] 52 name = "clap" 53-version = "2.29.1" 54+version = "2.34.0" 55 source = "registry+https://github.com/rust-lang/crates.io-index" 56-checksum = "8f4a2b3bb7ef3c672d7c13d15613211d5a6976b6892c598b0fcb5d40765f19c2" 57+checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 58 dependencies = [ 59 "ansi_term", 60 "atty", 61@@ -45,77 +50,60 @@ dependencies = [ 62 ] 63 64 [[package]] 65-name = "libc" 66-version = "0.2.36" 67+name = "hermit-abi" 68+version = "0.1.19" 69 source = "registry+https://github.com/rust-lang/crates.io-index" 70-checksum = "1e5d97d6708edaa407429faa671b942dc0f2727222fb6b6539bf1db936e4b121" 71- 72-[[package]] 73-name = "nbtscanner" 74-version = "0.0.1" 75+checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 76 dependencies = [ 77- "assert_matches", 78- "clap", 79+ "libc", 80 ] 81 82 [[package]] 83-name = "redox_syscall" 84-version = "0.1.37" 85+name = "libc" 86+version = "0.2.147" 87 source = "registry+https://github.com/rust-lang/crates.io-index" 88-checksum = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd" 89+checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 90 91 [[package]] 92-name = "redox_termios" 93-version = "0.1.1" 94-source = "registry+https://github.com/rust-lang/crates.io-index" 95-checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" 96+name = "nbtscanner" 97+version = "0.0.2" 98 dependencies = [ 99- "redox_syscall", 100+ "assert_matches", 101+ "clap", 102 ] 103 104 [[package]] 105 name = "strsim" 106-version = "0.6.0" 107-source = "registry+https://github.com/rust-lang/crates.io-index" 108-checksum = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" 109- 110-[[package]] 111-name = "termion" 112-version = "1.5.1" 113+version = "0.8.0" 114 source = "registry+https://github.com/rust-lang/crates.io-index" 115-checksum = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" 116-dependencies = [ 117- "libc", 118- "redox_syscall", 119- "redox_termios", 120-] 121+checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 122 123 [[package]] 124 name = "textwrap" 125-version = "0.9.0" 126+version = "0.11.0" 127 source = "registry+https://github.com/rust-lang/crates.io-index" 128-checksum = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693" 129+checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 130 dependencies = [ 131 "unicode-width", 132 ] 133 134 [[package]] 135 name = "unicode-width" 136-version = "0.1.4" 137+version = "0.1.10" 138 source = "registry+https://github.com/rust-lang/crates.io-index" 139-checksum = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f" 140+checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 141 142 [[package]] 143 name = "vec_map" 144-version = "0.8.0" 145+version = "0.8.2" 146 source = "registry+https://github.com/rust-lang/crates.io-index" 147-checksum = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c" 148+checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 149 150 [[package]] 151 name = "winapi" 152-version = "0.3.3" 153+version = "0.3.9" 154 source = "registry+https://github.com/rust-lang/crates.io-index" 155-checksum = "b09fb3b6f248ea4cd42c9a65113a847d612e17505d6ebd1f7357ad68a8bf8693" 156+checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 157 dependencies = [ 158 "winapi-i686-pc-windows-gnu", 159 "winapi-x86_64-pc-windows-gnu", 160@@ -123,12 +111,12 @@ dependencies = [ 161 162 [[package]] 163 name = "winapi-i686-pc-windows-gnu" 164-version = "0.3.2" 165+version = "0.4.0" 166 source = "registry+https://github.com/rust-lang/crates.io-index" 167-checksum = "ec6667f60c23eca65c561e63a13d81b44234c2e38a6b6c959025ee907ec614cc" 168+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 169 170 [[package]] 171 name = "winapi-x86_64-pc-windows-gnu" 172-version = "0.3.2" 173+version = "0.4.0" 174 source = "registry+https://github.com/rust-lang/crates.io-index" 175-checksum = "98f12c52b2630cd05d2c3ffd8e008f7f48252c042b4871c72aed9dc733b96668" 176+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"