lol

Merge staging-next into staging

authored by

nixpkgs-ci[bot] and committed by
GitHub
a99aed50 85b2817d

+301 -4910
+1 -2
nixos/modules/programs/yabar.nix
··· 79 79 description = '' 80 80 The package which contains the `yabar` binary. 81 81 82 - Nixpkgs provides the `yabar` and `yabar-unstable`, 83 - so it's possible to choose. 82 + Nixpkgs offers both a stable (`yabar`) and unstable (`yabar-unstable`) version of Yabar. 84 83 ''; 85 84 }; 86 85
+6
pkgs/applications/emulators/libretro/cores/parallel-n64.nix
··· 38 38 description = "Parallel Mupen64plus rewrite for libretro"; 39 39 homepage = "https://github.com/libretro/parallel-n64"; 40 40 license = lib.licenses.gpl3Only; 41 + badPlatforms = [ 42 + # ./mupen64plus-core/src/r4300/new_dynarec/arm64/linkage_aarch64.o: in function `.E12': 43 + # (.text+0x5b4): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol `invalidate_block' defined in .text section in ./mupen64plus-core/src/r4300/new_dynarec/new_dynarec_64.o 44 + # collect2: error: ld returned 1 exit status 45 + "aarch64-linux" 46 + ]; 41 47 }; 42 48 }
+4
pkgs/applications/emulators/libretro/cores/ppsspp.nix
··· 51 51 description = "PPSSPP libretro port"; 52 52 homepage = "https://github.com/hrydgard/ppsspp"; 53 53 license = lib.licenses.gpl2Plus; 54 + badPlatforms = [ 55 + # error: cannot convert 'uint32x4_t' to 'int' in initialization 56 + "aarch64-linux" 57 + ]; 54 58 }; 55 59 }
+7 -7
pkgs/applications/networking/cluster/rke2/1_29/versions.nix
··· 1 1 { 2 - rke2Version = "1.29.13+rke2r1"; 3 - rke2Commit = "00803ef95072be9d13b6e52a56fa9b6d9e7b0a51"; 4 - rke2TarballHash = "sha256-1OphaTrEU2MvV0kdEyxomRGgbl/YSVikcYtLuL3QnBI="; 5 - rke2VendorHash = "sha256-6XczvyQMqYqHHu+cSsmXsi7zMG128ZwiAHr482qQqpI="; 6 - k8sImageTag = "v1.29.13-rke2r1-build20250117"; 7 - etcdVersion = "v3.5.16-k3s1-build20241106"; 2 + rke2Version = "1.29.14+rke2r1"; 3 + rke2Commit = "700728b7c1efe5db28004c747819b635254e9a91"; 4 + rke2TarballHash = "sha256-K1Yn85NBl4t0OwaETfqgeZVIgAzbLevY0lyOHs5YwfM="; 5 + rke2VendorHash = "sha256-WG++RPbIhDNnd9BRbEop4qtDcaKJTUz+YzeygZfDxLI="; 6 + k8sImageTag = "v1.29.14-rke2r1-build20250213"; 7 + etcdVersion = "v3.5.18-k3s1-build20250210"; 8 8 pauseVersion = "3.6"; 9 9 ccmVersion = "v1.29.10-0.20241016053521-9510ac25fefb-build20241016"; 10 - dockerizedVersion = "v1.29.13-rke2r1"; 10 + dockerizedVersion = "v1.29.14-rke2r1"; 11 11 }
+7 -7
pkgs/applications/networking/cluster/rke2/1_30/versions.nix
··· 1 1 { 2 - rke2Version = "1.30.9+rke2r1"; 3 - rke2Commit = "bfd23524f32a4d9fa6f19ab58a2d47572e56f813"; 4 - rke2TarballHash = "sha256-/WVKmK9ZackY9ULST0zFi/RRwA4ZR3u1DXULWTc6G3o="; 5 - rke2VendorHash = "sha256-kghiYswm3s7bILGp8t452jx84MY73EF9OTaWdncFr34="; 6 - k8sImageTag = "v1.30.9-rke2r1-build20250116"; 7 - etcdVersion = "v3.5.16-k3s1-build20241106"; 2 + rke2Version = "1.30.10+rke2r1"; 3 + rke2Commit = "b83bb8e150236c43aa3d52d31523feb879d09911"; 4 + rke2TarballHash = "sha256-YpF2SBIH3GwWOtSIbIZb88Nd1GNUvOmbgeyNDKAo+qU="; 5 + rke2VendorHash = "sha256-aExBaQuqW2ZNCniHjur5OcvBogC4zofn5UNQS8gHSrA="; 6 + k8sImageTag = "v1.30.10-rke2r1-build20250213"; 7 + etcdVersion = "v3.5.18-k3s1-build20250210"; 8 8 pauseVersion = "3.6"; 9 9 ccmVersion = "v1.30.6-0.20241016053533-5ec454f50e7a-build20241016"; 10 - dockerizedVersion = "v1.30.9-rke2r1"; 10 + dockerizedVersion = "v1.30.10-rke2r1"; 11 11 }
+7 -7
pkgs/applications/networking/cluster/rke2/1_32/versions.nix
··· 1 1 { 2 - rke2Version = "1.32.1+rke2r1"; 3 - rke2Commit = "c0f7be4407cf2c437cacfe735e5c943e827f2ff8"; 4 - rke2TarballHash = "sha256-clZpTnMnj2PRDDYz7+r11RlyX2ExwsE1Tmdt3/kUmtE="; 5 - rke2VendorHash = "sha256-aIB2fRkccx5fXMnFxZ+tirXp5gg8o/h/a6Lgc+EG4L4="; 6 - k8sImageTag = "v1.32.1-rke2r1-build20250115"; 7 - etcdVersion = "v3.5.16-k3s1-build20241106"; 2 + rke2Version = "1.32.2+rke2r1"; 3 + rke2Commit = "8a5c3a23c25cc9b423a303be5f4f1c0e8b885726"; 4 + rke2TarballHash = "sha256-9sNlOkzPCTqHSqaphuSUsfRpS39QYcTDHgjMuYdircc="; 5 + rke2VendorHash = "sha256-fECmrfLayXRhACH7YkuIAUVFqSyPpy/JZb2ZPvITfqQ="; 6 + k8sImageTag = "v1.32.2-rke2r1-build20250213"; 7 + etcdVersion = "v3.5.18-k3s1-build20250210"; 8 8 pauseVersion = "3.6"; 9 9 ccmVersion = "v1.32.0-rc3.0.20241220224140-68fbd1a6b543-build20250101"; 10 - dockerizedVersion = "v1.32.1-rke2r1"; 10 + dockerizedVersion = "v1.32.2-rke2r1"; 11 11 }
+3 -3
pkgs/by-name/go/gocryptfs/package.nix
··· 12 12 13 13 buildGoModule rec { 14 14 pname = "gocryptfs"; 15 - version = "2.5.1"; 15 + version = "2.5.2"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "rfjakob"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-yTZD4Q/krl6pW6EdtU+sdCWOOo9LHJqHCuNubAoEIyo="; 21 + sha256 = "sha256-H3J+1a4Y6/BqgU7D9j/PNtP6Ci3EjrtO/ADx3GpJMgI="; 22 22 }; 23 23 24 - vendorHash = "sha256-bzhwYiTqI3MV0KxDT5j9TVnWJxM0BuLgEC8/r+2aQjI="; 24 + vendorHash = "sha256-WfTJ8TuFupEa391XQMDl3hKTjrmRHJqvYb1haAGHW/U="; 25 25 26 26 nativeBuildInputs = [ 27 27 makeWrapper
-4675
pkgs/by-name/ha/habitat/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "actix-codec" 7 - version = "0.5.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe" 10 - dependencies = [ 11 - "bitflags 1.3.2", 12 - "bytes", 13 - "futures-core", 14 - "futures-sink", 15 - "log 0.4.20", 16 - "memchr", 17 - "pin-project-lite", 18 - "tokio", 19 - "tokio-util 0.7.8", 20 - ] 21 - 22 - [[package]] 23 - name = "actix-http" 24 - version = "3.3.0" 25 - source = "registry+https://github.com/rust-lang/crates.io-index" 26 - checksum = "0070905b2c4a98d184c4e81025253cb192aa8a73827553f38e9410801ceb35bb" 27 - dependencies = [ 28 - "actix-codec", 29 - "actix-rt", 30 - "actix-service", 31 - "actix-tls", 32 - "actix-utils", 33 - "ahash", 34 - "base64 0.21.2", 35 - "bitflags 1.3.2", 36 - "bytes", 37 - "bytestring", 38 - "derive_more", 39 - "encoding_rs", 40 - "futures-core", 41 - "h2", 42 - "http", 43 - "httparse", 44 - "httpdate", 45 - "itoa 1.0.1", 46 - "language-tags", 47 - "local-channel", 48 - "mime", 49 - "percent-encoding", 50 - "pin-project-lite", 51 - "rand 0.8.5", 52 - "sha1", 53 - "smallvec", 54 - "tokio", 55 - "tokio-util 0.7.8", 56 - "tracing", 57 - ] 58 - 59 - [[package]] 60 - name = "actix-macros" 61 - version = "0.2.3" 62 - source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6" 64 - dependencies = [ 65 - "quote", 66 - "syn 1.0.104", 67 - ] 68 - 69 - [[package]] 70 - name = "actix-router" 71 - version = "0.5.0" 72 - source = "registry+https://github.com/rust-lang/crates.io-index" 73 - checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80" 74 - dependencies = [ 75 - "bytestring", 76 - "firestorm", 77 - "http", 78 - "log 0.4.20", 79 - "regex 1.7.3", 80 - "serde", 81 - ] 82 - 83 - [[package]] 84 - name = "actix-rt" 85 - version = "2.8.0" 86 - source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e" 88 - dependencies = [ 89 - "actix-macros", 90 - "futures-core", 91 - "tokio", 92 - ] 93 - 94 - [[package]] 95 - name = "actix-server" 96 - version = "2.1.1" 97 - source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824" 99 - dependencies = [ 100 - "actix-rt", 101 - "actix-service", 102 - "actix-utils", 103 - "futures-core", 104 - "futures-util", 105 - "mio 0.8.8", 106 - "num_cpus", 107 - "socket2 0.4.9", 108 - "tokio", 109 - "tracing", 110 - ] 111 - 112 - [[package]] 113 - name = "actix-service" 114 - version = "2.0.0" 115 - source = "registry+https://github.com/rust-lang/crates.io-index" 116 - checksum = "77f5f9d66a8730d0fae62c26f3424f5751e5518086628a40b7ab6fca4a705034" 117 - dependencies = [ 118 - "futures-core", 119 - "paste", 120 - "pin-project-lite", 121 - ] 122 - 123 - [[package]] 124 - name = "actix-tls" 125 - version = "3.0.3" 126 - source = "registry+https://github.com/rust-lang/crates.io-index" 127 - checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297" 128 - dependencies = [ 129 - "actix-codec", 130 - "actix-rt", 131 - "actix-service", 132 - "actix-utils", 133 - "futures-core", 134 - "log 0.4.20", 135 - "pin-project-lite", 136 - "tokio-rustls", 137 - "tokio-util 0.7.8", 138 - "webpki-roots", 139 - ] 140 - 141 - [[package]] 142 - name = "actix-utils" 143 - version = "3.0.0" 144 - source = "registry+https://github.com/rust-lang/crates.io-index" 145 - checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94" 146 - dependencies = [ 147 - "local-waker", 148 - "pin-project-lite", 149 - ] 150 - 151 - [[package]] 152 - name = "actix-web" 153 - version = "4.3.1" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96" 156 - dependencies = [ 157 - "actix-codec", 158 - "actix-http", 159 - "actix-router", 160 - "actix-rt", 161 - "actix-server", 162 - "actix-service", 163 - "actix-tls", 164 - "actix-utils", 165 - "ahash", 166 - "bytes", 167 - "bytestring", 168 - "cfg-if 1.0.0", 169 - "derive_more", 170 - "encoding_rs", 171 - "futures-core", 172 - "futures-util", 173 - "http", 174 - "itoa 1.0.1", 175 - "language-tags", 176 - "log 0.4.20", 177 - "mime", 178 - "once_cell", 179 - "pin-project-lite", 180 - "regex 1.7.3", 181 - "serde", 182 - "serde_json", 183 - "serde_urlencoded", 184 - "smallvec", 185 - "socket2 0.4.9", 186 - "time 0.3.11", 187 - "url", 188 - ] 189 - 190 - [[package]] 191 - name = "addr" 192 - version = "0.15.6" 193 - source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef" 195 - dependencies = [ 196 - "psl", 197 - "psl-types", 198 - ] 199 - 200 - [[package]] 201 - name = "addr2line" 202 - version = "0.16.0" 203 - source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd" 205 - dependencies = [ 206 - "gimli", 207 - ] 208 - 209 - [[package]] 210 - name = "adler" 211 - version = "1.0.2" 212 - source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 214 - 215 - [[package]] 216 - name = "ahash" 217 - version = "0.7.4" 218 - source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" 220 - dependencies = [ 221 - "getrandom 0.2.3", 222 - "once_cell", 223 - "version_check", 224 - ] 225 - 226 - [[package]] 227 - name = "aho-corasick" 228 - version = "0.6.10" 229 - source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" 231 - dependencies = [ 232 - "memchr", 233 - ] 234 - 235 - [[package]] 236 - name = "aho-corasick" 237 - version = "0.7.18" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 240 - dependencies = [ 241 - "memchr", 242 - ] 243 - 244 - [[package]] 245 - name = "android-tzdata" 246 - version = "0.1.1" 247 - source = "registry+https://github.com/rust-lang/crates.io-index" 248 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 249 - 250 - [[package]] 251 - name = "android_system_properties" 252 - version = "0.1.5" 253 - source = "registry+https://github.com/rust-lang/crates.io-index" 254 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 255 - dependencies = [ 256 - "libc", 257 - ] 258 - 259 - [[package]] 260 - name = "ansi_term" 261 - version = "0.11.0" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 264 - dependencies = [ 265 - "winapi 0.3.9", 266 - ] 267 - 268 - [[package]] 269 - name = "anyhow" 270 - version = "1.0.75" 271 - source = "registry+https://github.com/rust-lang/crates.io-index" 272 - checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 273 - dependencies = [ 274 - "backtrace", 275 - ] 276 - 277 - [[package]] 278 - name = "arc-swap" 279 - version = "1.5.0" 280 - source = "registry+https://github.com/rust-lang/crates.io-index" 281 - checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f" 282 - 283 - [[package]] 284 - name = "arrayref" 285 - version = "0.3.6" 286 - source = "registry+https://github.com/rust-lang/crates.io-index" 287 - checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 288 - 289 - [[package]] 290 - name = "arrayvec" 291 - version = "0.7.2" 292 - source = "registry+https://github.com/rust-lang/crates.io-index" 293 - checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 294 - 295 - [[package]] 296 - name = "async-trait" 297 - version = "0.1.73" 298 - source = "registry+https://github.com/rust-lang/crates.io-index" 299 - checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" 300 - dependencies = [ 301 - "proc-macro2", 302 - "quote", 303 - "syn 2.0.28", 304 - ] 305 - 306 - [[package]] 307 - name = "atty" 308 - version = "0.2.14" 309 - source = "registry+https://github.com/rust-lang/crates.io-index" 310 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 311 - dependencies = [ 312 - "hermit-abi 0.1.19", 313 - "libc", 314 - "winapi 0.3.9", 315 - ] 316 - 317 - [[package]] 318 - name = "autocfg" 319 - version = "1.1.0" 320 - source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 322 - 323 - [[package]] 324 - name = "backtrace" 325 - version = "0.3.61" 326 - source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01" 328 - dependencies = [ 329 - "addr2line", 330 - "cc", 331 - "cfg-if 1.0.0", 332 - "libc", 333 - "miniz_oxide 0.4.4", 334 - "object", 335 - "rustc-demangle", 336 - ] 337 - 338 - [[package]] 339 - name = "base64" 340 - version = "0.13.1" 341 - source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 343 - 344 - [[package]] 345 - name = "base64" 346 - version = "0.21.2" 347 - source = "registry+https://github.com/rust-lang/crates.io-index" 348 - checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 349 - 350 - [[package]] 351 - name = "bimap" 352 - version = "0.6.3" 353 - source = "registry+https://github.com/rust-lang/crates.io-index" 354 - checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" 355 - 356 - [[package]] 357 - name = "bincode" 358 - version = "1.3.3" 359 - source = "registry+https://github.com/rust-lang/crates.io-index" 360 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 361 - dependencies = [ 362 - "serde", 363 - ] 364 - 365 - [[package]] 366 - name = "bit-set" 367 - version = "0.5.3" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 370 - dependencies = [ 371 - "bit-vec", 372 - ] 373 - 374 - [[package]] 375 - name = "bit-vec" 376 - version = "0.6.3" 377 - source = "registry+https://github.com/rust-lang/crates.io-index" 378 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 379 - 380 - [[package]] 381 - name = "bitflags" 382 - version = "1.3.2" 383 - source = "registry+https://github.com/rust-lang/crates.io-index" 384 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 385 - 386 - [[package]] 387 - name = "bitflags" 388 - version = "2.4.0" 389 - source = "registry+https://github.com/rust-lang/crates.io-index" 390 - checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 391 - 392 - [[package]] 393 - name = "blake2b_simd" 394 - version = "1.0.1" 395 - source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" 397 - dependencies = [ 398 - "arrayref", 399 - "arrayvec", 400 - "constant_time_eq", 401 - ] 402 - 403 - [[package]] 404 - name = "block-buffer" 405 - version = "0.9.0" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 408 - dependencies = [ 409 - "generic-array", 410 - ] 411 - 412 - [[package]] 413 - name = "block-buffer" 414 - version = "0.10.2" 415 - source = "registry+https://github.com/rust-lang/crates.io-index" 416 - checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" 417 - dependencies = [ 418 - "generic-array", 419 - ] 420 - 421 - [[package]] 422 - name = "broadcast" 423 - version = "0.1.0" 424 - source = "registry+https://github.com/rust-lang/crates.io-index" 425 - checksum = "fb214f702da3cc6aa1666520f40ea66f506644db5e1065be4bbc972f7ec3750b" 426 - 427 - [[package]] 428 - name = "bumpalo" 429 - version = "3.12.0" 430 - source = "registry+https://github.com/rust-lang/crates.io-index" 431 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 432 - 433 - [[package]] 434 - name = "byteorder" 435 - version = "1.4.3" 436 - source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 438 - 439 - [[package]] 440 - name = "bytes" 441 - version = "1.4.0" 442 - source = "registry+https://github.com/rust-lang/crates.io-index" 443 - checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 444 - 445 - [[package]] 446 - name = "bytestring" 447 - version = "1.0.0" 448 - source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d" 450 - dependencies = [ 451 - "bytes", 452 - ] 453 - 454 - [[package]] 455 - name = "caps" 456 - version = "0.5.5" 457 - source = "registry+https://github.com/rust-lang/crates.io-index" 458 - checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b" 459 - dependencies = [ 460 - "libc", 461 - "thiserror", 462 - ] 463 - 464 - [[package]] 465 - name = "cc" 466 - version = "1.0.83" 467 - source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 469 - dependencies = [ 470 - "libc", 471 - ] 472 - 473 - [[package]] 474 - name = "cfg-if" 475 - version = "0.1.10" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 478 - 479 - [[package]] 480 - name = "cfg-if" 481 - version = "1.0.0" 482 - source = "registry+https://github.com/rust-lang/crates.io-index" 483 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 484 - 485 - [[package]] 486 - name = "chrono" 487 - version = "0.4.26" 488 - source = "registry+https://github.com/rust-lang/crates.io-index" 489 - checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 490 - dependencies = [ 491 - "android-tzdata", 492 - "iana-time-zone", 493 - "js-sys", 494 - "num-traits", 495 - "serde", 496 - "time 0.1.43", 497 - "wasm-bindgen", 498 - "winapi 0.3.9", 499 - ] 500 - 501 - [[package]] 502 - name = "clap" 503 - version = "2.33.1" 504 - source = "git+https://github.com/habitat-sh/clap.git?branch=v2-master#21690ba25d1ac5783f4fb413ff87e6d086d15b49" 505 - dependencies = [ 506 - "ansi_term", 507 - "atty", 508 - "bitflags 1.3.2", 509 - "strsim", 510 - "textwrap", 511 - "unicode-width", 512 - "vec_map", 513 - ] 514 - 515 - [[package]] 516 - name = "codespan-reporting" 517 - version = "0.11.1" 518 - source = "registry+https://github.com/rust-lang/crates.io-index" 519 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 520 - dependencies = [ 521 - "termcolor", 522 - "unicode-width", 523 - ] 524 - 525 - [[package]] 526 - name = "colosseum" 527 - version = "0.2.2" 528 - source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" 530 - 531 - [[package]] 532 - name = "configopt" 533 - version = "0.1.0" 534 - source = "git+https://github.com/habitat-sh/configopt.git#98e4041a9922d6ebb5e548c3241fb82c76c6a4c0" 535 - dependencies = [ 536 - "colosseum", 537 - "configopt-derive", 538 - "lazy_static 1.4.0", 539 - "serde", 540 - "structopt", 541 - "toml 0.7.6", 542 - ] 543 - 544 - [[package]] 545 - name = "configopt-derive" 546 - version = "0.1.0" 547 - source = "git+https://github.com/habitat-sh/configopt.git#98e4041a9922d6ebb5e548c3241fb82c76c6a4c0" 548 - dependencies = [ 549 - "heck 0.3.3", 550 - "proc-macro2", 551 - "proc_macro_roids", 552 - "quote", 553 - "syn 1.0.104", 554 - ] 555 - 556 - [[package]] 557 - name = "constant_time_eq" 558 - version = "0.2.4" 559 - source = "registry+https://github.com/rust-lang/crates.io-index" 560 - checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279" 561 - 562 - [[package]] 563 - name = "convert_case" 564 - version = "0.4.0" 565 - source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 567 - 568 - [[package]] 569 - name = "core-foundation" 570 - version = "0.9.1" 571 - source = "registry+https://github.com/rust-lang/crates.io-index" 572 - checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" 573 - dependencies = [ 574 - "core-foundation-sys", 575 - "libc", 576 - ] 577 - 578 - [[package]] 579 - name = "core-foundation-sys" 580 - version = "0.8.3" 581 - source = "registry+https://github.com/rust-lang/crates.io-index" 582 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 583 - 584 - [[package]] 585 - name = "cpu-time" 586 - version = "1.0.0" 587 - source = "registry+https://github.com/rust-lang/crates.io-index" 588 - checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" 589 - dependencies = [ 590 - "libc", 591 - "winapi 0.3.9", 592 - ] 593 - 594 - [[package]] 595 - name = "cpufeatures" 596 - version = "0.1.5" 597 - source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" 599 - dependencies = [ 600 - "libc", 601 - ] 602 - 603 - [[package]] 604 - name = "cpufeatures" 605 - version = "0.2.5" 606 - source = "registry+https://github.com/rust-lang/crates.io-index" 607 - checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 608 - dependencies = [ 609 - "libc", 610 - ] 611 - 612 - [[package]] 613 - name = "crc32fast" 614 - version = "1.2.1" 615 - source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" 617 - dependencies = [ 618 - "cfg-if 1.0.0", 619 - ] 620 - 621 - [[package]] 622 - name = "crossbeam-channel" 623 - version = "0.4.4" 624 - source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" 626 - dependencies = [ 627 - "crossbeam-utils 0.7.2", 628 - "maybe-uninit", 629 - ] 630 - 631 - [[package]] 632 - name = "crossbeam-channel" 633 - version = "0.5.8" 634 - source = "registry+https://github.com/rust-lang/crates.io-index" 635 - checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 636 - dependencies = [ 637 - "cfg-if 1.0.0", 638 - "crossbeam-utils 0.8.15", 639 - ] 640 - 641 - [[package]] 642 - name = "crossbeam-utils" 643 - version = "0.7.2" 644 - source = "registry+https://github.com/rust-lang/crates.io-index" 645 - checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" 646 - dependencies = [ 647 - "autocfg", 648 - "cfg-if 0.1.10", 649 - "lazy_static 1.4.0", 650 - ] 651 - 652 - [[package]] 653 - name = "crossbeam-utils" 654 - version = "0.8.15" 655 - source = "registry+https://github.com/rust-lang/crates.io-index" 656 - checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 657 - dependencies = [ 658 - "cfg-if 1.0.0", 659 - ] 660 - 661 - [[package]] 662 - name = "crypto-common" 663 - version = "0.1.6" 664 - source = "registry+https://github.com/rust-lang/crates.io-index" 665 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 666 - dependencies = [ 667 - "generic-array", 668 - "typenum", 669 - ] 670 - 671 - [[package]] 672 - name = "crypto-mac" 673 - version = "0.11.1" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" 676 - dependencies = [ 677 - "generic-array", 678 - "subtle", 679 - ] 680 - 681 - [[package]] 682 - name = "ctrlc" 683 - version = "3.4.0" 684 - source = "registry+https://github.com/rust-lang/crates.io-index" 685 - checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" 686 - dependencies = [ 687 - "nix", 688 - "windows-sys 0.48.0", 689 - ] 690 - 691 - [[package]] 692 - name = "cxx" 693 - version = "1.0.92" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72" 696 - dependencies = [ 697 - "cc", 698 - "cxxbridge-flags", 699 - "cxxbridge-macro", 700 - "link-cplusplus", 701 - ] 702 - 703 - [[package]] 704 - name = "cxx-build" 705 - version = "1.0.92" 706 - source = "registry+https://github.com/rust-lang/crates.io-index" 707 - checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613" 708 - dependencies = [ 709 - "cc", 710 - "codespan-reporting", 711 - "once_cell", 712 - "proc-macro2", 713 - "quote", 714 - "scratch", 715 - "syn 1.0.104", 716 - ] 717 - 718 - [[package]] 719 - name = "cxxbridge-flags" 720 - version = "1.0.92" 721 - source = "registry+https://github.com/rust-lang/crates.io-index" 722 - checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97" 723 - 724 - [[package]] 725 - name = "cxxbridge-macro" 726 - version = "1.0.92" 727 - source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56" 729 - dependencies = [ 730 - "proc-macro2", 731 - "quote", 732 - "syn 1.0.104", 733 - ] 734 - 735 - [[package]] 736 - name = "derivative" 737 - version = "2.2.0" 738 - source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 740 - dependencies = [ 741 - "proc-macro2", 742 - "quote", 743 - "syn 1.0.104", 744 - ] 745 - 746 - [[package]] 747 - name = "derive_more" 748 - version = "0.99.16" 749 - source = "registry+https://github.com/rust-lang/crates.io-index" 750 - checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df" 751 - dependencies = [ 752 - "convert_case", 753 - "proc-macro2", 754 - "quote", 755 - "rustc_version 0.3.3", 756 - "syn 1.0.104", 757 - ] 758 - 759 - [[package]] 760 - name = "destructure_traitobject" 761 - version = "0.2.0" 762 - source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "3c877555693c14d2f84191cfd3ad8582790fc52b5e2274b40b59cf5f5cea25c7" 764 - 765 - [[package]] 766 - name = "digest" 767 - version = "0.9.0" 768 - source = "registry+https://github.com/rust-lang/crates.io-index" 769 - checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 770 - dependencies = [ 771 - "generic-array", 772 - ] 773 - 774 - [[package]] 775 - name = "digest" 776 - version = "0.10.3" 777 - source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 779 - dependencies = [ 780 - "block-buffer 0.10.2", 781 - "crypto-common", 782 - ] 783 - 784 - [[package]] 785 - name = "dirs" 786 - version = "5.0.1" 787 - source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 789 - dependencies = [ 790 - "dirs-sys", 791 - ] 792 - 793 - [[package]] 794 - name = "dirs-next" 795 - version = "2.0.0" 796 - source = "registry+https://github.com/rust-lang/crates.io-index" 797 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 798 - dependencies = [ 799 - "cfg-if 1.0.0", 800 - "dirs-sys-next", 801 - ] 802 - 803 - [[package]] 804 - name = "dirs-sys" 805 - version = "0.4.1" 806 - source = "registry+https://github.com/rust-lang/crates.io-index" 807 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 808 - dependencies = [ 809 - "libc", 810 - "option-ext", 811 - "redox_users", 812 - "windows-sys 0.48.0", 813 - ] 814 - 815 - [[package]] 816 - name = "dirs-sys-next" 817 - version = "0.1.2" 818 - source = "registry+https://github.com/rust-lang/crates.io-index" 819 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 820 - dependencies = [ 821 - "libc", 822 - "redox_users", 823 - "winapi 0.3.9", 824 - ] 825 - 826 - [[package]] 827 - name = "dns-lookup" 828 - version = "2.0.2" 829 - source = "registry+https://github.com/rust-lang/crates.io-index" 830 - checksum = "8f332aa79f9e9de741ac013237294ef42ce2e9c6394dc7d766725812f1238812" 831 - dependencies = [ 832 - "cfg-if 1.0.0", 833 - "libc", 834 - "socket2 0.5.3", 835 - "windows-sys 0.48.0", 836 - ] 837 - 838 - [[package]] 839 - name = "downcast-rs" 840 - version = "1.2.0" 841 - source = "registry+https://github.com/rust-lang/crates.io-index" 842 - checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 843 - 844 - [[package]] 845 - name = "ed25519" 846 - version = "1.2.0" 847 - source = "registry+https://github.com/rust-lang/crates.io-index" 848 - checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc" 849 - dependencies = [ 850 - "signature", 851 - ] 852 - 853 - [[package]] 854 - name = "either" 855 - version = "1.6.1" 856 - source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 858 - 859 - [[package]] 860 - name = "encoding_rs" 861 - version = "0.8.28" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" 864 - dependencies = [ 865 - "cfg-if 1.0.0", 866 - ] 867 - 868 - [[package]] 869 - name = "env" 870 - version = "0.0.0" 871 - source = "registry+https://github.com/rust-lang/crates.io-index" 872 - checksum = "876927d21ef1ae98001c8c35a1d8dfd682136914b23ef04276820fa6d43c3630" 873 - 874 - [[package]] 875 - name = "env_logger" 876 - version = "0.10.0" 877 - source = "registry+https://github.com/rust-lang/crates.io-index" 878 - checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 879 - dependencies = [ 880 - "humantime", 881 - "is-terminal", 882 - "log 0.4.20", 883 - "regex 1.7.3", 884 - "termcolor", 885 - ] 886 - 887 - [[package]] 888 - name = "env_proxy" 889 - version = "0.4.1" 890 - source = "registry+https://github.com/rust-lang/crates.io-index" 891 - checksum = "3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1" 892 - dependencies = [ 893 - "log 0.4.20", 894 - "url", 895 - ] 896 - 897 - [[package]] 898 - name = "equivalent" 899 - version = "1.0.0" 900 - source = "registry+https://github.com/rust-lang/crates.io-index" 901 - checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 902 - 903 - [[package]] 904 - name = "erased-serde" 905 - version = "0.3.25" 906 - source = "registry+https://github.com/rust-lang/crates.io-index" 907 - checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569" 908 - dependencies = [ 909 - "serde", 910 - ] 911 - 912 - [[package]] 913 - name = "errno" 914 - version = "0.2.8" 915 - source = "registry+https://github.com/rust-lang/crates.io-index" 916 - checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 917 - dependencies = [ 918 - "errno-dragonfly", 919 - "libc", 920 - "winapi 0.3.9", 921 - ] 922 - 923 - [[package]] 924 - name = "errno" 925 - version = "0.3.2" 926 - source = "registry+https://github.com/rust-lang/crates.io-index" 927 - checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 928 - dependencies = [ 929 - "errno-dragonfly", 930 - "libc", 931 - "windows-sys 0.48.0", 932 - ] 933 - 934 - [[package]] 935 - name = "errno-dragonfly" 936 - version = "0.1.1" 937 - source = "registry+https://github.com/rust-lang/crates.io-index" 938 - checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" 939 - dependencies = [ 940 - "gcc", 941 - "libc", 942 - ] 943 - 944 - [[package]] 945 - name = "error-chain" 946 - version = "0.10.0" 947 - source = "registry+https://github.com/rust-lang/crates.io-index" 948 - checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" 949 - 950 - [[package]] 951 - name = "fancy-regex" 952 - version = "0.11.0" 953 - source = "registry+https://github.com/rust-lang/crates.io-index" 954 - checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 955 - dependencies = [ 956 - "bit-set", 957 - "regex 1.7.3", 958 - ] 959 - 960 - [[package]] 961 - name = "fastrand" 962 - version = "2.0.0" 963 - source = "registry+https://github.com/rust-lang/crates.io-index" 964 - checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 965 - 966 - [[package]] 967 - name = "field-offset" 968 - version = "0.3.4" 969 - source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92" 971 - dependencies = [ 972 - "memoffset 0.6.4", 973 - "rustc_version 0.3.3", 974 - ] 975 - 976 - [[package]] 977 - name = "filetime" 978 - version = "0.2.22" 979 - source = "registry+https://github.com/rust-lang/crates.io-index" 980 - checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 981 - dependencies = [ 982 - "cfg-if 1.0.0", 983 - "libc", 984 - "redox_syscall 0.3.5", 985 - "windows-sys 0.48.0", 986 - ] 987 - 988 - [[package]] 989 - name = "firestorm" 990 - version = "0.5.1" 991 - source = "registry+https://github.com/rust-lang/crates.io-index" 992 - checksum = "2c5f6c2c942da57e2aaaa84b8a521489486f14e75e7fa91dab70aba913975f98" 993 - 994 - [[package]] 995 - name = "fixedbitset" 996 - version = "0.4.0" 997 - source = "registry+https://github.com/rust-lang/crates.io-index" 998 - checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e" 999 - 1000 - [[package]] 1001 - name = "flate2" 1002 - version = "1.0.27" 1003 - source = "registry+https://github.com/rust-lang/crates.io-index" 1004 - checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 1005 - dependencies = [ 1006 - "crc32fast", 1007 - "miniz_oxide 0.7.1", 1008 - ] 1009 - 1010 - [[package]] 1011 - name = "fnv" 1012 - version = "1.0.7" 1013 - source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1015 - 1016 - [[package]] 1017 - name = "foreign-types" 1018 - version = "0.3.2" 1019 - source = "registry+https://github.com/rust-lang/crates.io-index" 1020 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1021 - dependencies = [ 1022 - "foreign-types-shared", 1023 - ] 1024 - 1025 - [[package]] 1026 - name = "foreign-types-shared" 1027 - version = "0.1.1" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1030 - 1031 - [[package]] 1032 - name = "form_urlencoded" 1033 - version = "1.2.0" 1034 - source = "registry+https://github.com/rust-lang/crates.io-index" 1035 - checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 1036 - dependencies = [ 1037 - "percent-encoding", 1038 - ] 1039 - 1040 - [[package]] 1041 - name = "fs2" 1042 - version = "0.4.3" 1043 - source = "registry+https://github.com/rust-lang/crates.io-index" 1044 - checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 1045 - dependencies = [ 1046 - "libc", 1047 - "winapi 0.3.9", 1048 - ] 1049 - 1050 - [[package]] 1051 - name = "fsevent-sys" 1052 - version = "4.1.0" 1053 - source = "registry+https://github.com/rust-lang/crates.io-index" 1054 - checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1055 - dependencies = [ 1056 - "libc", 1057 - ] 1058 - 1059 - [[package]] 1060 - name = "fuchsia-zircon" 1061 - version = "0.3.3" 1062 - source = "registry+https://github.com/rust-lang/crates.io-index" 1063 - checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 1064 - dependencies = [ 1065 - "bitflags 1.3.2", 1066 - "fuchsia-zircon-sys", 1067 - ] 1068 - 1069 - [[package]] 1070 - name = "fuchsia-zircon-sys" 1071 - version = "0.3.3" 1072 - source = "registry+https://github.com/rust-lang/crates.io-index" 1073 - checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 1074 - 1075 - [[package]] 1076 - name = "futures" 1077 - version = "0.3.28" 1078 - source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 1080 - dependencies = [ 1081 - "futures-channel", 1082 - "futures-core", 1083 - "futures-executor", 1084 - "futures-io", 1085 - "futures-sink", 1086 - "futures-task", 1087 - "futures-util", 1088 - ] 1089 - 1090 - [[package]] 1091 - name = "futures-channel" 1092 - version = "0.3.28" 1093 - source = "registry+https://github.com/rust-lang/crates.io-index" 1094 - checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 1095 - dependencies = [ 1096 - "futures-core", 1097 - "futures-sink", 1098 - ] 1099 - 1100 - [[package]] 1101 - name = "futures-core" 1102 - version = "0.3.28" 1103 - source = "registry+https://github.com/rust-lang/crates.io-index" 1104 - checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1105 - 1106 - [[package]] 1107 - name = "futures-executor" 1108 - version = "0.3.28" 1109 - source = "registry+https://github.com/rust-lang/crates.io-index" 1110 - checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 1111 - dependencies = [ 1112 - "futures-core", 1113 - "futures-task", 1114 - "futures-util", 1115 - ] 1116 - 1117 - [[package]] 1118 - name = "futures-io" 1119 - version = "0.3.28" 1120 - source = "registry+https://github.com/rust-lang/crates.io-index" 1121 - checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 1122 - 1123 - [[package]] 1124 - name = "futures-macro" 1125 - version = "0.3.28" 1126 - source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1128 - dependencies = [ 1129 - "proc-macro2", 1130 - "quote", 1131 - "syn 2.0.28", 1132 - ] 1133 - 1134 - [[package]] 1135 - name = "futures-sink" 1136 - version = "0.3.28" 1137 - source = "registry+https://github.com/rust-lang/crates.io-index" 1138 - checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1139 - 1140 - [[package]] 1141 - name = "futures-task" 1142 - version = "0.3.28" 1143 - source = "registry+https://github.com/rust-lang/crates.io-index" 1144 - checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1145 - 1146 - [[package]] 1147 - name = "futures-util" 1148 - version = "0.3.28" 1149 - source = "registry+https://github.com/rust-lang/crates.io-index" 1150 - checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1151 - dependencies = [ 1152 - "futures-channel", 1153 - "futures-core", 1154 - "futures-io", 1155 - "futures-macro", 1156 - "futures-sink", 1157 - "futures-task", 1158 - "memchr", 1159 - "pin-project-lite", 1160 - "pin-utils", 1161 - "slab", 1162 - ] 1163 - 1164 - [[package]] 1165 - name = "gcc" 1166 - version = "0.3.55" 1167 - source = "registry+https://github.com/rust-lang/crates.io-index" 1168 - checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" 1169 - 1170 - [[package]] 1171 - name = "generator" 1172 - version = "0.7.0" 1173 - source = "registry+https://github.com/rust-lang/crates.io-index" 1174 - checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee" 1175 - dependencies = [ 1176 - "cc", 1177 - "libc", 1178 - "log 0.4.20", 1179 - "rustversion", 1180 - "winapi 0.3.9", 1181 - ] 1182 - 1183 - [[package]] 1184 - name = "generic-array" 1185 - version = "0.14.4" 1186 - source = "registry+https://github.com/rust-lang/crates.io-index" 1187 - checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" 1188 - dependencies = [ 1189 - "typenum", 1190 - "version_check", 1191 - ] 1192 - 1193 - [[package]] 1194 - name = "getrandom" 1195 - version = "0.1.16" 1196 - source = "registry+https://github.com/rust-lang/crates.io-index" 1197 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1198 - dependencies = [ 1199 - "cfg-if 1.0.0", 1200 - "libc", 1201 - "wasi 0.9.0+wasi-snapshot-preview1", 1202 - ] 1203 - 1204 - [[package]] 1205 - name = "getrandom" 1206 - version = "0.2.3" 1207 - source = "registry+https://github.com/rust-lang/crates.io-index" 1208 - checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" 1209 - dependencies = [ 1210 - "cfg-if 1.0.0", 1211 - "libc", 1212 - "wasi 0.10.2+wasi-snapshot-preview1", 1213 - ] 1214 - 1215 - [[package]] 1216 - name = "gimli" 1217 - version = "0.25.0" 1218 - source = "registry+https://github.com/rust-lang/crates.io-index" 1219 - checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7" 1220 - 1221 - [[package]] 1222 - name = "glob" 1223 - version = "0.3.1" 1224 - source = "registry+https://github.com/rust-lang/crates.io-index" 1225 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1226 - 1227 - [[package]] 1228 - name = "h2" 1229 - version = "0.3.19" 1230 - source = "registry+https://github.com/rust-lang/crates.io-index" 1231 - checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 1232 - dependencies = [ 1233 - "bytes", 1234 - "fnv", 1235 - "futures-core", 1236 - "futures-sink", 1237 - "futures-util", 1238 - "http", 1239 - "indexmap 1.9.2", 1240 - "slab", 1241 - "tokio", 1242 - "tokio-util 0.7.8", 1243 - "tracing", 1244 - ] 1245 - 1246 - [[package]] 1247 - name = "hab" 1248 - version = "0.0.0" 1249 - dependencies = [ 1250 - "anyhow", 1251 - "atty", 1252 - "base64 0.21.2", 1253 - "bitflags 2.4.0", 1254 - "chrono", 1255 - "clap", 1256 - "configopt", 1257 - "ctrlc", 1258 - "dirs", 1259 - "env_logger", 1260 - "flate2", 1261 - "futures", 1262 - "glob", 1263 - "habitat-sup-client", 1264 - "habitat-sup-protocol", 1265 - "habitat_api_client", 1266 - "habitat_common", 1267 - "habitat_core", 1268 - "handlebars 0.29.1", 1269 - "lazy_static 1.4.0", 1270 - "libc", 1271 - "log 0.4.20", 1272 - "pbr", 1273 - "rants", 1274 - "reqwest", 1275 - "retry", 1276 - "rustls", 1277 - "same-file", 1278 - "serde", 1279 - "serde_json", 1280 - "serde_yaml 0.9.25", 1281 - "structopt", 1282 - "tabwriter", 1283 - "tar", 1284 - "tempfile", 1285 - "termcolor", 1286 - "thiserror", 1287 - "tokio", 1288 - "toml 0.7.6", 1289 - "url", 1290 - "uuid 1.2.2", 1291 - "walkdir", 1292 - "webpki", 1293 - "widestring 1.0.2", 1294 - "winapi 0.3.9", 1295 - "winreg 0.51.0", 1296 - ] 1297 - 1298 - [[package]] 1299 - name = "habitat-launcher" 1300 - version = "0.0.0" 1301 - dependencies = [ 1302 - "anyhow", 1303 - "env_logger", 1304 - "habitat-launcher-protocol", 1305 - "habitat_common", 1306 - "habitat_core", 1307 - "ipc-channel", 1308 - "libc", 1309 - "log 0.4.20", 1310 - "nix", 1311 - "prost", 1312 - "semver 1.0.18", 1313 - "thiserror", 1314 - "winapi 0.3.9", 1315 - ] 1316 - 1317 - [[package]] 1318 - name = "habitat-launcher-client" 1319 - version = "0.0.0" 1320 - dependencies = [ 1321 - "bincode", 1322 - "env_logger", 1323 - "habitat-launcher-protocol", 1324 - "habitat_common", 1325 - "habitat_core", 1326 - "ipc-channel", 1327 - "libc", 1328 - "log 0.4.20", 1329 - "prost", 1330 - "serde", 1331 - "thiserror", 1332 - ] 1333 - 1334 - [[package]] 1335 - name = "habitat-launcher-protocol" 1336 - version = "0.0.0" 1337 - dependencies = [ 1338 - "bytes", 1339 - "prost", 1340 - "prost-build", 1341 - "serde", 1342 - ] 1343 - 1344 - [[package]] 1345 - name = "habitat-rst-reader" 1346 - version = "0.0.0" 1347 - dependencies = [ 1348 - "clap", 1349 - "env_logger", 1350 - "habitat_butterfly", 1351 - "log 0.4.20", 1352 - ] 1353 - 1354 - [[package]] 1355 - name = "habitat-sup-client" 1356 - version = "0.0.0" 1357 - dependencies = [ 1358 - "futures", 1359 - "habitat-sup-protocol", 1360 - "habitat_common", 1361 - "habitat_core", 1362 - "log 0.4.20", 1363 - "prost", 1364 - "rustls", 1365 - "termcolor", 1366 - "tokio", 1367 - "tokio-util 0.7.8", 1368 - ] 1369 - 1370 - [[package]] 1371 - name = "habitat-sup-protocol" 1372 - version = "0.0.0" 1373 - dependencies = [ 1374 - "base64 0.21.2", 1375 - "bytes", 1376 - "habitat_core", 1377 - "lazy_static 1.4.0", 1378 - "log 0.4.20", 1379 - "prost", 1380 - "prost-build", 1381 - "rand 0.8.5", 1382 - "serde", 1383 - "tempfile", 1384 - "tokio", 1385 - "tokio-util 0.7.8", 1386 - "toml 0.7.6", 1387 - ] 1388 - 1389 - [[package]] 1390 - name = "habitat_api_client" 1391 - version = "0.0.0" 1392 - dependencies = [ 1393 - "broadcast", 1394 - "bytes", 1395 - "chrono", 1396 - "env", 1397 - "futures", 1398 - "habitat_core", 1399 - "habitat_http_client", 1400 - "log 0.4.20", 1401 - "pbr", 1402 - "percent-encoding", 1403 - "rand 0.8.5", 1404 - "regex 1.7.3", 1405 - "reqwest", 1406 - "serde", 1407 - "serde_json", 1408 - "tee", 1409 - "tokio", 1410 - "tokio-util 0.7.8", 1411 - "url", 1412 - ] 1413 - 1414 - [[package]] 1415 - name = "habitat_butterfly" 1416 - version = "0.1.0" 1417 - dependencies = [ 1418 - "byteorder", 1419 - "bytes", 1420 - "env_logger", 1421 - "habitat_common", 1422 - "habitat_core", 1423 - "lazy_static 1.4.0", 1424 - "log 0.4.20", 1425 - "mktemp", 1426 - "parking_lot", 1427 - "prometheus", 1428 - "prost", 1429 - "prost-build", 1430 - "rand 0.8.5", 1431 - "serde", 1432 - "serde_json", 1433 - "tempfile", 1434 - "threadpool", 1435 - "toml 0.7.6", 1436 - "uuid 1.2.2", 1437 - "winapi 0.3.9", 1438 - "zmq", 1439 - ] 1440 - 1441 - [[package]] 1442 - name = "habitat_common" 1443 - version = "0.0.0" 1444 - dependencies = [ 1445 - "async-trait", 1446 - "bimap", 1447 - "bitflags 2.4.0", 1448 - "clap", 1449 - "dirs", 1450 - "glob", 1451 - "habitat_api_client", 1452 - "habitat_core", 1453 - "handlebars 0.28.3", 1454 - "lazy_static 1.4.0", 1455 - "libc", 1456 - "log 0.4.20", 1457 - "native-tls", 1458 - "nix", 1459 - "owning_ref", 1460 - "parking_lot", 1461 - "pbr", 1462 - "petgraph", 1463 - "regex 1.7.3", 1464 - "reqwest", 1465 - "retry", 1466 - "rustls", 1467 - "serde", 1468 - "serde-transcode", 1469 - "serde_json", 1470 - "serde_yaml 0.9.25", 1471 - "tempfile", 1472 - "termcolor", 1473 - "thiserror", 1474 - "tokio", 1475 - "toml 0.7.6", 1476 - "uuid 1.2.2", 1477 - "valico", 1478 - "winapi 0.3.9", 1479 - ] 1480 - 1481 - [[package]] 1482 - name = "habitat_core" 1483 - version = "0.0.0" 1484 - dependencies = [ 1485 - "base64 0.21.2", 1486 - "blake2b_simd", 1487 - "caps", 1488 - "cc", 1489 - "chrono", 1490 - "ctrlc", 1491 - "dirs", 1492 - "dns-lookup", 1493 - "errno 0.3.2", 1494 - "glob", 1495 - "habitat_win_users", 1496 - "hex", 1497 - "lazy_static 1.4.0", 1498 - "libc", 1499 - "log 0.4.20", 1500 - "native-tls", 1501 - "nix", 1502 - "num_cpus", 1503 - "os_info", 1504 - "paste", 1505 - "pem 3.0.1", 1506 - "pin-project", 1507 - "rand 0.8.5", 1508 - "rcgen", 1509 - "regex 1.7.3", 1510 - "reqwest", 1511 - "rustls", 1512 - "rustls-pemfile", 1513 - "serde", 1514 - "serde_json", 1515 - "serde_test", 1516 - "sodiumoxide", 1517 - "tabwriter", 1518 - "tar", 1519 - "tempfile", 1520 - "thiserror", 1521 - "tokio", 1522 - "tokio-rustls", 1523 - "toml 0.7.6", 1524 - "url", 1525 - "webpki", 1526 - "widestring 1.0.2", 1527 - "winapi 0.3.9", 1528 - "windows-acl", 1529 - "xz2", 1530 - ] 1531 - 1532 - [[package]] 1533 - name = "habitat_http_client" 1534 - version = "0.0.0" 1535 - dependencies = [ 1536 - "base64 0.21.2", 1537 - "env_proxy", 1538 - "habitat_core", 1539 - "httparse", 1540 - "log 0.4.20", 1541 - "native-tls", 1542 - "pem 3.0.1", 1543 - "reqwest", 1544 - "serde", 1545 - "serde_json", 1546 - "tempfile", 1547 - "url", 1548 - ] 1549 - 1550 - [[package]] 1551 - name = "habitat_pkg_export_container" 1552 - version = "0.0.0" 1553 - dependencies = [ 1554 - "anyhow", 1555 - "base64 0.21.2", 1556 - "clap", 1557 - "env_logger", 1558 - "hab", 1559 - "habitat_common", 1560 - "habitat_core", 1561 - "handlebars 0.29.1", 1562 - "lazy_static 1.4.0", 1563 - "linked-hash-map", 1564 - "log 0.4.20", 1565 - "rusoto_core", 1566 - "rusoto_credential", 1567 - "rusoto_ecr", 1568 - "serde", 1569 - "serde_json", 1570 - "tempfile", 1571 - "termcolor", 1572 - "thiserror", 1573 - "tokio", 1574 - "url", 1575 - ] 1576 - 1577 - [[package]] 1578 - name = "habitat_pkg_export_tar" 1579 - version = "0.0.0" 1580 - dependencies = [ 1581 - "anyhow", 1582 - "clap", 1583 - "env_logger", 1584 - "flate2", 1585 - "habitat_common", 1586 - "habitat_core", 1587 - "handlebars 0.29.1", 1588 - "lazy_static 1.4.0", 1589 - "log 0.4.20", 1590 - "mktemp", 1591 - "serde", 1592 - "serde_json", 1593 - "tar", 1594 - "tempfile", 1595 - "thiserror", 1596 - "tokio", 1597 - "url", 1598 - ] 1599 - 1600 - [[package]] 1601 - name = "habitat_sup" 1602 - version = "0.0.0" 1603 - dependencies = [ 1604 - "actix-rt", 1605 - "actix-web", 1606 - "anyhow", 1607 - "byteorder", 1608 - "bytes", 1609 - "caps", 1610 - "clap", 1611 - "configopt", 1612 - "cpu-time", 1613 - "ctrlc", 1614 - "derivative", 1615 - "fs2", 1616 - "futures", 1617 - "glob", 1618 - "hab", 1619 - "habitat-launcher-client", 1620 - "habitat-launcher-protocol", 1621 - "habitat-sup-protocol", 1622 - "habitat_api_client", 1623 - "habitat_butterfly", 1624 - "habitat_common", 1625 - "habitat_core", 1626 - "habitat_http_client", 1627 - "hyper", 1628 - "lazy_static 1.4.0", 1629 - "libc", 1630 - "log 0.4.20", 1631 - "log4rs", 1632 - "mio 0.8.8", 1633 - "multimap 0.9.0", 1634 - "nix", 1635 - "notify", 1636 - "num_cpus", 1637 - "parking_lot", 1638 - "pin-project", 1639 - "prometheus", 1640 - "prost", 1641 - "prost-build", 1642 - "prost-types", 1643 - "rand 0.8.5", 1644 - "rants", 1645 - "regex 1.7.3", 1646 - "reqwest", 1647 - "rustls", 1648 - "rustls-pemfile", 1649 - "serde", 1650 - "serde-transcode", 1651 - "serde_derive", 1652 - "serde_json", 1653 - "serde_yaml 0.9.25", 1654 - "state", 1655 - "structopt", 1656 - "tempfile", 1657 - "termcolor", 1658 - "thiserror", 1659 - "tokio", 1660 - "tokio-rustls", 1661 - "tokio-util 0.7.8", 1662 - "toml 0.7.6", 1663 - "url", 1664 - "uuid 1.2.2", 1665 - "valico", 1666 - "winapi 0.3.9", 1667 - ] 1668 - 1669 - [[package]] 1670 - name = "habitat_win_users" 1671 - version = "0.0.0" 1672 - dependencies = [ 1673 - "cc", 1674 - "log 0.4.20", 1675 - "widestring 1.0.2", 1676 - "winapi 0.3.9", 1677 - ] 1678 - 1679 - [[package]] 1680 - name = "handlebars" 1681 - version = "0.28.3" 1682 - source = "registry+https://github.com/rust-lang/crates.io-index" 1683 - checksum = "1bed53dfb11098ec893ed54aa8b9828ffb98d28acbe56a49419935e5a8688ca9" 1684 - dependencies = [ 1685 - "lazy_static 0.2.11", 1686 - "log 0.3.9", 1687 - "pest 0.3.3", 1688 - "quick-error", 1689 - "regex 0.2.11", 1690 - "serde", 1691 - "serde_json", 1692 - ] 1693 - 1694 - [[package]] 1695 - name = "handlebars" 1696 - version = "0.29.1" 1697 - source = "registry+https://github.com/rust-lang/crates.io-index" 1698 - checksum = "fb04af2006ea09d985fef82b81e0eb25337e51b691c76403332378a53d521edc" 1699 - dependencies = [ 1700 - "lazy_static 0.2.11", 1701 - "log 0.3.9", 1702 - "pest 0.3.3", 1703 - "quick-error", 1704 - "regex 0.2.11", 1705 - "serde", 1706 - "serde_json", 1707 - ] 1708 - 1709 - [[package]] 1710 - name = "hashbrown" 1711 - version = "0.12.3" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1714 - dependencies = [ 1715 - "ahash", 1716 - ] 1717 - 1718 - [[package]] 1719 - name = "hashbrown" 1720 - version = "0.14.0" 1721 - source = "registry+https://github.com/rust-lang/crates.io-index" 1722 - checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 1723 - 1724 - [[package]] 1725 - name = "heck" 1726 - version = "0.3.3" 1727 - source = "registry+https://github.com/rust-lang/crates.io-index" 1728 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1729 - dependencies = [ 1730 - "unicode-segmentation", 1731 - ] 1732 - 1733 - [[package]] 1734 - name = "heck" 1735 - version = "0.4.0" 1736 - source = "registry+https://github.com/rust-lang/crates.io-index" 1737 - checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 1738 - 1739 - [[package]] 1740 - name = "hermit-abi" 1741 - version = "0.1.19" 1742 - source = "registry+https://github.com/rust-lang/crates.io-index" 1743 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1744 - dependencies = [ 1745 - "libc", 1746 - ] 1747 - 1748 - [[package]] 1749 - name = "hermit-abi" 1750 - version = "0.3.2" 1751 - source = "registry+https://github.com/rust-lang/crates.io-index" 1752 - checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 1753 - 1754 - [[package]] 1755 - name = "hex" 1756 - version = "0.4.3" 1757 - source = "registry+https://github.com/rust-lang/crates.io-index" 1758 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1759 - 1760 - [[package]] 1761 - name = "hmac" 1762 - version = "0.11.0" 1763 - source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" 1765 - dependencies = [ 1766 - "crypto-mac", 1767 - "digest 0.9.0", 1768 - ] 1769 - 1770 - [[package]] 1771 - name = "http" 1772 - version = "0.2.8" 1773 - source = "registry+https://github.com/rust-lang/crates.io-index" 1774 - checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 1775 - dependencies = [ 1776 - "bytes", 1777 - "fnv", 1778 - "itoa 1.0.1", 1779 - ] 1780 - 1781 - [[package]] 1782 - name = "http-body" 1783 - version = "0.4.3" 1784 - source = "registry+https://github.com/rust-lang/crates.io-index" 1785 - checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5" 1786 - dependencies = [ 1787 - "bytes", 1788 - "http", 1789 - "pin-project-lite", 1790 - ] 1791 - 1792 - [[package]] 1793 - name = "httparse" 1794 - version = "1.8.0" 1795 - source = "registry+https://github.com/rust-lang/crates.io-index" 1796 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1797 - 1798 - [[package]] 1799 - name = "httpdate" 1800 - version = "1.0.1" 1801 - source = "registry+https://github.com/rust-lang/crates.io-index" 1802 - checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" 1803 - 1804 - [[package]] 1805 - name = "humantime" 1806 - version = "2.1.0" 1807 - source = "registry+https://github.com/rust-lang/crates.io-index" 1808 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1809 - 1810 - [[package]] 1811 - name = "hyper" 1812 - version = "0.14.27" 1813 - source = "registry+https://github.com/rust-lang/crates.io-index" 1814 - checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 1815 - dependencies = [ 1816 - "bytes", 1817 - "futures-channel", 1818 - "futures-core", 1819 - "futures-util", 1820 - "h2", 1821 - "http", 1822 - "http-body", 1823 - "httparse", 1824 - "httpdate", 1825 - "itoa 1.0.1", 1826 - "pin-project-lite", 1827 - "socket2 0.4.9", 1828 - "tokio", 1829 - "tower-service", 1830 - "tracing", 1831 - "want", 1832 - ] 1833 - 1834 - [[package]] 1835 - name = "hyper-tls" 1836 - version = "0.5.0" 1837 - source = "registry+https://github.com/rust-lang/crates.io-index" 1838 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1839 - dependencies = [ 1840 - "bytes", 1841 - "hyper", 1842 - "native-tls", 1843 - "tokio", 1844 - "tokio-native-tls", 1845 - ] 1846 - 1847 - [[package]] 1848 - name = "iana-time-zone" 1849 - version = "0.1.53" 1850 - source = "registry+https://github.com/rust-lang/crates.io-index" 1851 - checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 1852 - dependencies = [ 1853 - "android_system_properties", 1854 - "core-foundation-sys", 1855 - "iana-time-zone-haiku", 1856 - "js-sys", 1857 - "wasm-bindgen", 1858 - "winapi 0.3.9", 1859 - ] 1860 - 1861 - [[package]] 1862 - name = "iana-time-zone-haiku" 1863 - version = "0.1.1" 1864 - source = "registry+https://github.com/rust-lang/crates.io-index" 1865 - checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 1866 - dependencies = [ 1867 - "cxx", 1868 - "cxx-build", 1869 - ] 1870 - 1871 - [[package]] 1872 - name = "idna" 1873 - version = "0.4.0" 1874 - source = "registry+https://github.com/rust-lang/crates.io-index" 1875 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1876 - dependencies = [ 1877 - "unicode-bidi", 1878 - "unicode-normalization", 1879 - ] 1880 - 1881 - [[package]] 1882 - name = "indexmap" 1883 - version = "1.9.2" 1884 - source = "registry+https://github.com/rust-lang/crates.io-index" 1885 - checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 1886 - dependencies = [ 1887 - "autocfg", 1888 - "hashbrown 0.12.3", 1889 - ] 1890 - 1891 - [[package]] 1892 - name = "indexmap" 1893 - version = "2.0.0" 1894 - source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1896 - dependencies = [ 1897 - "equivalent", 1898 - "hashbrown 0.14.0", 1899 - ] 1900 - 1901 - [[package]] 1902 - name = "inotify" 1903 - version = "0.9.6" 1904 - source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 1906 - dependencies = [ 1907 - "bitflags 1.3.2", 1908 - "inotify-sys", 1909 - "libc", 1910 - ] 1911 - 1912 - [[package]] 1913 - name = "inotify-sys" 1914 - version = "0.1.5" 1915 - source = "registry+https://github.com/rust-lang/crates.io-index" 1916 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 1917 - dependencies = [ 1918 - "libc", 1919 - ] 1920 - 1921 - [[package]] 1922 - name = "io-lifetimes" 1923 - version = "1.0.11" 1924 - source = "registry+https://github.com/rust-lang/crates.io-index" 1925 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1926 - dependencies = [ 1927 - "hermit-abi 0.3.2", 1928 - "libc", 1929 - "windows-sys 0.48.0", 1930 - ] 1931 - 1932 - [[package]] 1933 - name = "iovec" 1934 - version = "0.1.4" 1935 - source = "registry+https://github.com/rust-lang/crates.io-index" 1936 - checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 1937 - dependencies = [ 1938 - "libc", 1939 - ] 1940 - 1941 - [[package]] 1942 - name = "ipc-channel" 1943 - version = "0.15.0" 1944 - source = "registry+https://github.com/rust-lang/crates.io-index" 1945 - checksum = "ad9b32d360ae2d4662212f1d29bc8a277256f49029cea20fd6c182b89819aea7" 1946 - dependencies = [ 1947 - "bincode", 1948 - "crossbeam-channel 0.4.4", 1949 - "fnv", 1950 - "lazy_static 1.4.0", 1951 - "libc", 1952 - "mio 0.6.23", 1953 - "rand 0.7.3", 1954 - "serde", 1955 - "tempfile", 1956 - "uuid 0.8.2", 1957 - "winapi 0.3.9", 1958 - ] 1959 - 1960 - [[package]] 1961 - name = "ipnet" 1962 - version = "2.3.1" 1963 - source = "registry+https://github.com/rust-lang/crates.io-index" 1964 - checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" 1965 - 1966 - [[package]] 1967 - name = "is-terminal" 1968 - version = "0.4.4" 1969 - source = "registry+https://github.com/rust-lang/crates.io-index" 1970 - checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" 1971 - dependencies = [ 1972 - "hermit-abi 0.3.2", 1973 - "io-lifetimes", 1974 - "rustix 0.36.8", 1975 - "windows-sys 0.45.0", 1976 - ] 1977 - 1978 - [[package]] 1979 - name = "itertools" 1980 - version = "0.10.1" 1981 - source = "registry+https://github.com/rust-lang/crates.io-index" 1982 - checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" 1983 - dependencies = [ 1984 - "either", 1985 - ] 1986 - 1987 - [[package]] 1988 - name = "itoa" 1989 - version = "0.4.7" 1990 - source = "registry+https://github.com/rust-lang/crates.io-index" 1991 - checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 1992 - 1993 - [[package]] 1994 - name = "itoa" 1995 - version = "1.0.1" 1996 - source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" 1998 - 1999 - [[package]] 2000 - name = "js-sys" 2001 - version = "0.3.52" 2002 - source = "registry+https://github.com/rust-lang/crates.io-index" 2003 - checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752" 2004 - dependencies = [ 2005 - "wasm-bindgen", 2006 - ] 2007 - 2008 - [[package]] 2009 - name = "json-pointer" 2010 - version = "0.3.4" 2011 - source = "registry+https://github.com/rust-lang/crates.io-index" 2012 - checksum = "5fe841b94e719a482213cee19dd04927cf412f26d8dc84c5a446c081e49c2997" 2013 - dependencies = [ 2014 - "serde_json", 2015 - ] 2016 - 2017 - [[package]] 2018 - name = "jsonway" 2019 - version = "2.0.0" 2020 - source = "registry+https://github.com/rust-lang/crates.io-index" 2021 - checksum = "effcb749443c905fbaef49d214f8b1049c240e0adb7af9baa0e201e625e4f9de" 2022 - dependencies = [ 2023 - "serde", 2024 - "serde_json", 2025 - ] 2026 - 2027 - [[package]] 2028 - name = "kernel32-sys" 2029 - version = "0.2.2" 2030 - source = "registry+https://github.com/rust-lang/crates.io-index" 2031 - checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 2032 - dependencies = [ 2033 - "winapi 0.2.8", 2034 - "winapi-build", 2035 - ] 2036 - 2037 - [[package]] 2038 - name = "kqueue" 2039 - version = "1.0.7" 2040 - source = "registry+https://github.com/rust-lang/crates.io-index" 2041 - checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98" 2042 - dependencies = [ 2043 - "kqueue-sys", 2044 - "libc", 2045 - ] 2046 - 2047 - [[package]] 2048 - name = "kqueue-sys" 2049 - version = "1.0.3" 2050 - source = "registry+https://github.com/rust-lang/crates.io-index" 2051 - checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 2052 - dependencies = [ 2053 - "bitflags 1.3.2", 2054 - "libc", 2055 - ] 2056 - 2057 - [[package]] 2058 - name = "language-tags" 2059 - version = "0.3.2" 2060 - source = "registry+https://github.com/rust-lang/crates.io-index" 2061 - checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" 2062 - 2063 - [[package]] 2064 - name = "lazy_static" 2065 - version = "0.2.11" 2066 - source = "registry+https://github.com/rust-lang/crates.io-index" 2067 - checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" 2068 - 2069 - [[package]] 2070 - name = "lazy_static" 2071 - version = "1.4.0" 2072 - source = "registry+https://github.com/rust-lang/crates.io-index" 2073 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2074 - 2075 - [[package]] 2076 - name = "libc" 2077 - version = "0.2.147" 2078 - source = "registry+https://github.com/rust-lang/crates.io-index" 2079 - checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 2080 - 2081 - [[package]] 2082 - name = "libsodium-sys" 2083 - version = "0.2.7" 2084 - source = "registry+https://github.com/rust-lang/crates.io-index" 2085 - checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd" 2086 - dependencies = [ 2087 - "cc", 2088 - "libc", 2089 - "pkg-config", 2090 - "walkdir", 2091 - ] 2092 - 2093 - [[package]] 2094 - name = "link-cplusplus" 2095 - version = "1.0.8" 2096 - source = "registry+https://github.com/rust-lang/crates.io-index" 2097 - checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 2098 - dependencies = [ 2099 - "cc", 2100 - ] 2101 - 2102 - [[package]] 2103 - name = "linked-hash-map" 2104 - version = "0.5.6" 2105 - source = "registry+https://github.com/rust-lang/crates.io-index" 2106 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2107 - 2108 - [[package]] 2109 - name = "linux-raw-sys" 2110 - version = "0.1.4" 2111 - source = "registry+https://github.com/rust-lang/crates.io-index" 2112 - checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 2113 - 2114 - [[package]] 2115 - name = "linux-raw-sys" 2116 - version = "0.4.3" 2117 - source = "registry+https://github.com/rust-lang/crates.io-index" 2118 - checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" 2119 - 2120 - [[package]] 2121 - name = "local-channel" 2122 - version = "0.1.2" 2123 - source = "registry+https://github.com/rust-lang/crates.io-index" 2124 - checksum = "6246c68cf195087205a0512559c97e15eaf95198bf0e206d662092cdcb03fe9f" 2125 - dependencies = [ 2126 - "futures-core", 2127 - "futures-sink", 2128 - "futures-util", 2129 - "local-waker", 2130 - ] 2131 - 2132 - [[package]] 2133 - name = "local-waker" 2134 - version = "0.1.1" 2135 - source = "registry+https://github.com/rust-lang/crates.io-index" 2136 - checksum = "84f9a2d3e27ce99ce2c3aad0b09b1a7b916293ea9b2bf624c13fe646fadd8da4" 2137 - 2138 - [[package]] 2139 - name = "lock_api" 2140 - version = "0.4.6" 2141 - source = "registry+https://github.com/rust-lang/crates.io-index" 2142 - checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" 2143 - dependencies = [ 2144 - "scopeguard", 2145 - ] 2146 - 2147 - [[package]] 2148 - name = "log" 2149 - version = "0.3.9" 2150 - source = "registry+https://github.com/rust-lang/crates.io-index" 2151 - checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 2152 - dependencies = [ 2153 - "log 0.4.20", 2154 - ] 2155 - 2156 - [[package]] 2157 - name = "log" 2158 - version = "0.4.20" 2159 - source = "registry+https://github.com/rust-lang/crates.io-index" 2160 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 2161 - dependencies = [ 2162 - "serde", 2163 - ] 2164 - 2165 - [[package]] 2166 - name = "log-mdc" 2167 - version = "0.1.0" 2168 - source = "registry+https://github.com/rust-lang/crates.io-index" 2169 - checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7" 2170 - 2171 - [[package]] 2172 - name = "log4rs" 2173 - version = "1.2.0" 2174 - source = "registry+https://github.com/rust-lang/crates.io-index" 2175 - checksum = "d36ca1786d9e79b8193a68d480a0907b612f109537115c6ff655a3a1967533fd" 2176 - dependencies = [ 2177 - "anyhow", 2178 - "arc-swap", 2179 - "chrono", 2180 - "derivative", 2181 - "fnv", 2182 - "humantime", 2183 - "libc", 2184 - "log 0.4.20", 2185 - "log-mdc", 2186 - "parking_lot", 2187 - "serde", 2188 - "serde-value", 2189 - "serde_json", 2190 - "serde_yaml 0.8.26", 2191 - "thiserror", 2192 - "thread-id", 2193 - "typemap-ors", 2194 - "winapi 0.3.9", 2195 - ] 2196 - 2197 - [[package]] 2198 - name = "loom" 2199 - version = "0.5.1" 2200 - source = "registry+https://github.com/rust-lang/crates.io-index" 2201 - checksum = "2111607c723d7857e0d8299d5ce7a0bf4b844d3e44f8de136b13da513eaf8fc4" 2202 - dependencies = [ 2203 - "cfg-if 1.0.0", 2204 - "generator", 2205 - "scoped-tls", 2206 - "serde", 2207 - "serde_json", 2208 - ] 2209 - 2210 - [[package]] 2211 - name = "lzma-sys" 2212 - version = "0.1.19" 2213 - source = "registry+https://github.com/rust-lang/crates.io-index" 2214 - checksum = "e06754c4acf47d49c727d5665ca9fb828851cda315ed3bd51edd148ef78a8772" 2215 - dependencies = [ 2216 - "cc", 2217 - "libc", 2218 - "pkg-config", 2219 - ] 2220 - 2221 - [[package]] 2222 - name = "maybe-uninit" 2223 - version = "2.0.0" 2224 - source = "registry+https://github.com/rust-lang/crates.io-index" 2225 - checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" 2226 - 2227 - [[package]] 2228 - name = "md-5" 2229 - version = "0.9.1" 2230 - source = "registry+https://github.com/rust-lang/crates.io-index" 2231 - checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15" 2232 - dependencies = [ 2233 - "block-buffer 0.9.0", 2234 - "digest 0.9.0", 2235 - "opaque-debug", 2236 - ] 2237 - 2238 - [[package]] 2239 - name = "memchr" 2240 - version = "2.4.0" 2241 - source = "registry+https://github.com/rust-lang/crates.io-index" 2242 - checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" 2243 - 2244 - [[package]] 2245 - name = "memoffset" 2246 - version = "0.6.4" 2247 - source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" 2249 - dependencies = [ 2250 - "autocfg", 2251 - ] 2252 - 2253 - [[package]] 2254 - name = "memoffset" 2255 - version = "0.7.1" 2256 - source = "registry+https://github.com/rust-lang/crates.io-index" 2257 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2258 - dependencies = [ 2259 - "autocfg", 2260 - ] 2261 - 2262 - [[package]] 2263 - name = "metadeps" 2264 - version = "1.1.2" 2265 - source = "registry+https://github.com/rust-lang/crates.io-index" 2266 - checksum = "73b122901b3a675fac8cecf68dcb2f0d3036193bc861d1ac0e1c337f7d5254c2" 2267 - dependencies = [ 2268 - "error-chain", 2269 - "pkg-config", 2270 - "toml 0.2.1", 2271 - ] 2272 - 2273 - [[package]] 2274 - name = "mime" 2275 - version = "0.3.16" 2276 - source = "registry+https://github.com/rust-lang/crates.io-index" 2277 - checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 2278 - 2279 - [[package]] 2280 - name = "minimal-lexical" 2281 - version = "0.2.1" 2282 - source = "registry+https://github.com/rust-lang/crates.io-index" 2283 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2284 - 2285 - [[package]] 2286 - name = "miniz_oxide" 2287 - version = "0.4.4" 2288 - source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 2290 - dependencies = [ 2291 - "adler", 2292 - "autocfg", 2293 - ] 2294 - 2295 - [[package]] 2296 - name = "miniz_oxide" 2297 - version = "0.7.1" 2298 - source = "registry+https://github.com/rust-lang/crates.io-index" 2299 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 2300 - dependencies = [ 2301 - "adler", 2302 - ] 2303 - 2304 - [[package]] 2305 - name = "mio" 2306 - version = "0.6.23" 2307 - source = "registry+https://github.com/rust-lang/crates.io-index" 2308 - checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 2309 - dependencies = [ 2310 - "cfg-if 0.1.10", 2311 - "fuchsia-zircon", 2312 - "fuchsia-zircon-sys", 2313 - "iovec", 2314 - "kernel32-sys", 2315 - "libc", 2316 - "log 0.4.20", 2317 - "miow", 2318 - "net2", 2319 - "slab", 2320 - "winapi 0.2.8", 2321 - ] 2322 - 2323 - [[package]] 2324 - name = "mio" 2325 - version = "0.8.8" 2326 - source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 2328 - dependencies = [ 2329 - "libc", 2330 - "log 0.4.20", 2331 - "wasi 0.11.0+wasi-snapshot-preview1", 2332 - "windows-sys 0.48.0", 2333 - ] 2334 - 2335 - [[package]] 2336 - name = "miow" 2337 - version = "0.2.2" 2338 - source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 2340 - dependencies = [ 2341 - "kernel32-sys", 2342 - "net2", 2343 - "winapi 0.2.8", 2344 - "ws2_32-sys", 2345 - ] 2346 - 2347 - [[package]] 2348 - name = "mktemp" 2349 - version = "0.5.0" 2350 - source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "4bdc1f74dd7bb717d39f784f844e490d935b3aa7e383008006dbbf29c1f7820a" 2352 - dependencies = [ 2353 - "uuid 1.2.2", 2354 - ] 2355 - 2356 - [[package]] 2357 - name = "multimap" 2358 - version = "0.8.3" 2359 - source = "registry+https://github.com/rust-lang/crates.io-index" 2360 - checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 2361 - 2362 - [[package]] 2363 - name = "multimap" 2364 - version = "0.9.0" 2365 - source = "registry+https://github.com/rust-lang/crates.io-index" 2366 - checksum = "70db9248a93dc36a36d9a47898caa007a32755c7ad140ec64eeeb50d5a730631" 2367 - dependencies = [ 2368 - "serde", 2369 - ] 2370 - 2371 - [[package]] 2372 - name = "native-tls" 2373 - version = "0.2.11" 2374 - source = "registry+https://github.com/rust-lang/crates.io-index" 2375 - checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 2376 - dependencies = [ 2377 - "lazy_static 1.4.0", 2378 - "libc", 2379 - "log 0.4.20", 2380 - "openssl", 2381 - "openssl-probe", 2382 - "openssl-sys", 2383 - "schannel", 2384 - "security-framework", 2385 - "security-framework-sys", 2386 - "tempfile", 2387 - ] 2388 - 2389 - [[package]] 2390 - name = "net2" 2391 - version = "0.2.37" 2392 - source = "registry+https://github.com/rust-lang/crates.io-index" 2393 - checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" 2394 - dependencies = [ 2395 - "cfg-if 0.1.10", 2396 - "libc", 2397 - "winapi 0.3.9", 2398 - ] 2399 - 2400 - [[package]] 2401 - name = "nix" 2402 - version = "0.26.2" 2403 - source = "registry+https://github.com/rust-lang/crates.io-index" 2404 - checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 2405 - dependencies = [ 2406 - "bitflags 1.3.2", 2407 - "cfg-if 1.0.0", 2408 - "libc", 2409 - "memoffset 0.7.1", 2410 - "pin-utils", 2411 - "static_assertions", 2412 - ] 2413 - 2414 - [[package]] 2415 - name = "nom" 2416 - version = "7.1.1" 2417 - source = "registry+https://github.com/rust-lang/crates.io-index" 2418 - checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 2419 - dependencies = [ 2420 - "memchr", 2421 - "minimal-lexical", 2422 - ] 2423 - 2424 - [[package]] 2425 - name = "notify" 2426 - version = "6.1.1" 2427 - source = "registry+https://github.com/rust-lang/crates.io-index" 2428 - checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 2429 - dependencies = [ 2430 - "bitflags 2.4.0", 2431 - "crossbeam-channel 0.5.8", 2432 - "filetime", 2433 - "fsevent-sys", 2434 - "inotify", 2435 - "kqueue", 2436 - "libc", 2437 - "log 0.4.20", 2438 - "mio 0.8.8", 2439 - "walkdir", 2440 - "windows-sys 0.48.0", 2441 - ] 2442 - 2443 - [[package]] 2444 - name = "num-traits" 2445 - version = "0.2.14" 2446 - source = "registry+https://github.com/rust-lang/crates.io-index" 2447 - checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 2448 - dependencies = [ 2449 - "autocfg", 2450 - ] 2451 - 2452 - [[package]] 2453 - name = "num_cpus" 2454 - version = "1.16.0" 2455 - source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2457 - dependencies = [ 2458 - "hermit-abi 0.3.2", 2459 - "libc", 2460 - ] 2461 - 2462 - [[package]] 2463 - name = "num_threads" 2464 - version = "0.1.6" 2465 - source = "registry+https://github.com/rust-lang/crates.io-index" 2466 - checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 2467 - dependencies = [ 2468 - "libc", 2469 - ] 2470 - 2471 - [[package]] 2472 - name = "object" 2473 - version = "0.26.0" 2474 - source = "registry+https://github.com/rust-lang/crates.io-index" 2475 - checksum = "c55827317fb4c08822499848a14237d2874d6f139828893017237e7ab93eb386" 2476 - dependencies = [ 2477 - "memchr", 2478 - ] 2479 - 2480 - [[package]] 2481 - name = "once_cell" 2482 - version = "1.13.0" 2483 - source = "registry+https://github.com/rust-lang/crates.io-index" 2484 - checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" 2485 - 2486 - [[package]] 2487 - name = "opaque-debug" 2488 - version = "0.3.0" 2489 - source = "registry+https://github.com/rust-lang/crates.io-index" 2490 - checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 2491 - 2492 - [[package]] 2493 - name = "openssl" 2494 - version = "0.10.55" 2495 - source = "registry+https://github.com/rust-lang/crates.io-index" 2496 - checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 2497 - dependencies = [ 2498 - "bitflags 1.3.2", 2499 - "cfg-if 1.0.0", 2500 - "foreign-types", 2501 - "libc", 2502 - "once_cell", 2503 - "openssl-macros", 2504 - "openssl-sys", 2505 - ] 2506 - 2507 - [[package]] 2508 - name = "openssl-macros" 2509 - version = "0.1.0" 2510 - source = "registry+https://github.com/rust-lang/crates.io-index" 2511 - checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 2512 - dependencies = [ 2513 - "proc-macro2", 2514 - "quote", 2515 - "syn 1.0.104", 2516 - ] 2517 - 2518 - [[package]] 2519 - name = "openssl-probe" 2520 - version = "0.1.4" 2521 - source = "registry+https://github.com/rust-lang/crates.io-index" 2522 - checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" 2523 - 2524 - [[package]] 2525 - name = "openssl-src" 2526 - version = "111.25.0+1.1.1t" 2527 - source = "registry+https://github.com/rust-lang/crates.io-index" 2528 - checksum = "3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6" 2529 - dependencies = [ 2530 - "cc", 2531 - ] 2532 - 2533 - [[package]] 2534 - name = "openssl-sys" 2535 - version = "0.9.90" 2536 - source = "registry+https://github.com/rust-lang/crates.io-index" 2537 - checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 2538 - dependencies = [ 2539 - "cc", 2540 - "libc", 2541 - "openssl-src", 2542 - "pkg-config", 2543 - "vcpkg", 2544 - ] 2545 - 2546 - [[package]] 2547 - name = "option-ext" 2548 - version = "0.2.0" 2549 - source = "registry+https://github.com/rust-lang/crates.io-index" 2550 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2551 - 2552 - [[package]] 2553 - name = "ordered-float" 2554 - version = "2.7.0" 2555 - source = "registry+https://github.com/rust-lang/crates.io-index" 2556 - checksum = "039f02eb0f69271f26abe3202189275d7aa2258b903cb0281b5de710a2570ff3" 2557 - dependencies = [ 2558 - "num-traits", 2559 - ] 2560 - 2561 - [[package]] 2562 - name = "os_info" 2563 - version = "3.7.0" 2564 - source = "registry+https://github.com/rust-lang/crates.io-index" 2565 - checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e" 2566 - dependencies = [ 2567 - "log 0.4.20", 2568 - "serde", 2569 - "winapi 0.3.9", 2570 - ] 2571 - 2572 - [[package]] 2573 - name = "owning_ref" 2574 - version = "0.4.1" 2575 - source = "registry+https://github.com/rust-lang/crates.io-index" 2576 - checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce" 2577 - dependencies = [ 2578 - "stable_deref_trait", 2579 - ] 2580 - 2581 - [[package]] 2582 - name = "parking_lot" 2583 - version = "0.12.1" 2584 - source = "registry+https://github.com/rust-lang/crates.io-index" 2585 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2586 - dependencies = [ 2587 - "lock_api", 2588 - "parking_lot_core", 2589 - ] 2590 - 2591 - [[package]] 2592 - name = "parking_lot_core" 2593 - version = "0.9.2" 2594 - source = "registry+https://github.com/rust-lang/crates.io-index" 2595 - checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37" 2596 - dependencies = [ 2597 - "backtrace", 2598 - "cfg-if 1.0.0", 2599 - "libc", 2600 - "petgraph", 2601 - "redox_syscall 0.2.10", 2602 - "smallvec", 2603 - "thread-id", 2604 - "windows-sys 0.34.0", 2605 - ] 2606 - 2607 - [[package]] 2608 - name = "paste" 2609 - version = "1.0.14" 2610 - source = "registry+https://github.com/rust-lang/crates.io-index" 2611 - checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2612 - 2613 - [[package]] 2614 - name = "pbr" 2615 - version = "1.1.1" 2616 - source = "registry+https://github.com/rust-lang/crates.io-index" 2617 - checksum = "ed5827dfa0d69b6c92493d6c38e633bbaa5937c153d0d7c28bf12313f8c6d514" 2618 - dependencies = [ 2619 - "crossbeam-channel 0.5.8", 2620 - "libc", 2621 - "winapi 0.3.9", 2622 - ] 2623 - 2624 - [[package]] 2625 - name = "pem" 2626 - version = "2.0.1" 2627 - source = "registry+https://github.com/rust-lang/crates.io-index" 2628 - checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" 2629 - dependencies = [ 2630 - "base64 0.21.2", 2631 - "serde", 2632 - ] 2633 - 2634 - [[package]] 2635 - name = "pem" 2636 - version = "3.0.1" 2637 - source = "registry+https://github.com/rust-lang/crates.io-index" 2638 - checksum = "ed3127afbfc30b4cad60c34aeb741fb562a808642b81142bcf4afb73142da960" 2639 - dependencies = [ 2640 - "base64 0.21.2", 2641 - "serde", 2642 - ] 2643 - 2644 - [[package]] 2645 - name = "percent-encoding" 2646 - version = "2.3.0" 2647 - source = "registry+https://github.com/rust-lang/crates.io-index" 2648 - checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 2649 - 2650 - [[package]] 2651 - name = "pest" 2652 - version = "0.3.3" 2653 - source = "registry+https://github.com/rust-lang/crates.io-index" 2654 - checksum = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8" 2655 - 2656 - [[package]] 2657 - name = "pest" 2658 - version = "2.1.3" 2659 - source = "registry+https://github.com/rust-lang/crates.io-index" 2660 - checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" 2661 - dependencies = [ 2662 - "ucd-trie", 2663 - ] 2664 - 2665 - [[package]] 2666 - name = "petgraph" 2667 - version = "0.6.4" 2668 - source = "registry+https://github.com/rust-lang/crates.io-index" 2669 - checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" 2670 - dependencies = [ 2671 - "fixedbitset", 2672 - "indexmap 2.0.0", 2673 - ] 2674 - 2675 - [[package]] 2676 - name = "phf" 2677 - version = "0.11.1" 2678 - source = "registry+https://github.com/rust-lang/crates.io-index" 2679 - checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 2680 - dependencies = [ 2681 - "phf_shared", 2682 - ] 2683 - 2684 - [[package]] 2685 - name = "phf_codegen" 2686 - version = "0.11.1" 2687 - source = "registry+https://github.com/rust-lang/crates.io-index" 2688 - checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" 2689 - dependencies = [ 2690 - "phf_generator", 2691 - "phf_shared", 2692 - ] 2693 - 2694 - [[package]] 2695 - name = "phf_generator" 2696 - version = "0.11.1" 2697 - source = "registry+https://github.com/rust-lang/crates.io-index" 2698 - checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" 2699 - dependencies = [ 2700 - "phf_shared", 2701 - "rand 0.8.5", 2702 - ] 2703 - 2704 - [[package]] 2705 - name = "phf_shared" 2706 - version = "0.11.1" 2707 - source = "registry+https://github.com/rust-lang/crates.io-index" 2708 - checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 2709 - dependencies = [ 2710 - "siphasher", 2711 - ] 2712 - 2713 - [[package]] 2714 - name = "pin-project" 2715 - version = "1.1.3" 2716 - source = "registry+https://github.com/rust-lang/crates.io-index" 2717 - checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 2718 - dependencies = [ 2719 - "pin-project-internal", 2720 - ] 2721 - 2722 - [[package]] 2723 - name = "pin-project-internal" 2724 - version = "1.1.3" 2725 - source = "registry+https://github.com/rust-lang/crates.io-index" 2726 - checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 2727 - dependencies = [ 2728 - "proc-macro2", 2729 - "quote", 2730 - "syn 2.0.28", 2731 - ] 2732 - 2733 - [[package]] 2734 - name = "pin-project-lite" 2735 - version = "0.2.12" 2736 - source = "registry+https://github.com/rust-lang/crates.io-index" 2737 - checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" 2738 - 2739 - [[package]] 2740 - name = "pin-utils" 2741 - version = "0.1.0" 2742 - source = "registry+https://github.com/rust-lang/crates.io-index" 2743 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2744 - 2745 - [[package]] 2746 - name = "pkg-config" 2747 - version = "0.3.19" 2748 - source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" 2750 - 2751 - [[package]] 2752 - name = "ppv-lite86" 2753 - version = "0.2.10" 2754 - source = "registry+https://github.com/rust-lang/crates.io-index" 2755 - checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 2756 - 2757 - [[package]] 2758 - name = "prettyplease" 2759 - version = "0.1.23" 2760 - source = "registry+https://github.com/rust-lang/crates.io-index" 2761 - checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78" 2762 - dependencies = [ 2763 - "proc-macro2", 2764 - "syn 1.0.104", 2765 - ] 2766 - 2767 - [[package]] 2768 - name = "proc-macro-error" 2769 - version = "1.0.4" 2770 - source = "registry+https://github.com/rust-lang/crates.io-index" 2771 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2772 - dependencies = [ 2773 - "proc-macro-error-attr", 2774 - "proc-macro2", 2775 - "quote", 2776 - "syn 1.0.104", 2777 - "version_check", 2778 - ] 2779 - 2780 - [[package]] 2781 - name = "proc-macro-error-attr" 2782 - version = "1.0.4" 2783 - source = "registry+https://github.com/rust-lang/crates.io-index" 2784 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2785 - dependencies = [ 2786 - "proc-macro2", 2787 - "quote", 2788 - "version_check", 2789 - ] 2790 - 2791 - [[package]] 2792 - name = "proc-macro2" 2793 - version = "1.0.63" 2794 - source = "registry+https://github.com/rust-lang/crates.io-index" 2795 - checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" 2796 - dependencies = [ 2797 - "unicode-ident", 2798 - ] 2799 - 2800 - [[package]] 2801 - name = "proc_macro_roids" 2802 - version = "0.7.0" 2803 - source = "registry+https://github.com/rust-lang/crates.io-index" 2804 - checksum = "06675fa2c577f52bcf77fbb511123927547d154faa08097cc012c66ec3c9611a" 2805 - dependencies = [ 2806 - "proc-macro2", 2807 - "quote", 2808 - "syn 1.0.104", 2809 - ] 2810 - 2811 - [[package]] 2812 - name = "prometheus" 2813 - version = "0.13.3" 2814 - source = "registry+https://github.com/rust-lang/crates.io-index" 2815 - checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" 2816 - dependencies = [ 2817 - "cfg-if 1.0.0", 2818 - "fnv", 2819 - "lazy_static 1.4.0", 2820 - "memchr", 2821 - "parking_lot", 2822 - "protobuf", 2823 - "thiserror", 2824 - ] 2825 - 2826 - [[package]] 2827 - name = "prost" 2828 - version = "0.11.9" 2829 - source = "registry+https://github.com/rust-lang/crates.io-index" 2830 - checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 2831 - dependencies = [ 2832 - "bytes", 2833 - "prost-derive", 2834 - ] 2835 - 2836 - [[package]] 2837 - name = "prost-build" 2838 - version = "0.11.9" 2839 - source = "registry+https://github.com/rust-lang/crates.io-index" 2840 - checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 2841 - dependencies = [ 2842 - "bytes", 2843 - "heck 0.4.0", 2844 - "itertools", 2845 - "lazy_static 1.4.0", 2846 - "log 0.4.20", 2847 - "multimap 0.8.3", 2848 - "petgraph", 2849 - "prettyplease", 2850 - "prost", 2851 - "prost-types", 2852 - "regex 1.7.3", 2853 - "syn 1.0.104", 2854 - "tempfile", 2855 - "which", 2856 - ] 2857 - 2858 - [[package]] 2859 - name = "prost-derive" 2860 - version = "0.11.9" 2861 - source = "registry+https://github.com/rust-lang/crates.io-index" 2862 - checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 2863 - dependencies = [ 2864 - "anyhow", 2865 - "itertools", 2866 - "proc-macro2", 2867 - "quote", 2868 - "syn 1.0.104", 2869 - ] 2870 - 2871 - [[package]] 2872 - name = "prost-types" 2873 - version = "0.11.9" 2874 - source = "registry+https://github.com/rust-lang/crates.io-index" 2875 - checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 2876 - dependencies = [ 2877 - "prost", 2878 - ] 2879 - 2880 - [[package]] 2881 - name = "protobuf" 2882 - version = "2.25.0" 2883 - source = "registry+https://github.com/rust-lang/crates.io-index" 2884 - checksum = "020f86b07722c5c4291f7c723eac4676b3892d47d9a7708dc2779696407f039b" 2885 - 2886 - [[package]] 2887 - name = "psl" 2888 - version = "2.1.3" 2889 - source = "registry+https://github.com/rust-lang/crates.io-index" 2890 - checksum = "2ac31add97d7c393248c273c9f862bcfd396e870db1ff5dec63e0e707db82ae4" 2891 - dependencies = [ 2892 - "psl-types", 2893 - ] 2894 - 2895 - [[package]] 2896 - name = "psl-types" 2897 - version = "2.0.11" 2898 - source = "registry+https://github.com/rust-lang/crates.io-index" 2899 - checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 2900 - 2901 - [[package]] 2902 - name = "quick-error" 2903 - version = "1.2.3" 2904 - source = "registry+https://github.com/rust-lang/crates.io-index" 2905 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2906 - 2907 - [[package]] 2908 - name = "quote" 2909 - version = "1.0.29" 2910 - source = "registry+https://github.com/rust-lang/crates.io-index" 2911 - checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 2912 - dependencies = [ 2913 - "proc-macro2", 2914 - ] 2915 - 2916 - [[package]] 2917 - name = "rand" 2918 - version = "0.7.3" 2919 - source = "registry+https://github.com/rust-lang/crates.io-index" 2920 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2921 - dependencies = [ 2922 - "getrandom 0.1.16", 2923 - "libc", 2924 - "rand_chacha 0.2.2", 2925 - "rand_core 0.5.1", 2926 - "rand_hc", 2927 - ] 2928 - 2929 - [[package]] 2930 - name = "rand" 2931 - version = "0.8.5" 2932 - source = "registry+https://github.com/rust-lang/crates.io-index" 2933 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2934 - dependencies = [ 2935 - "libc", 2936 - "rand_chacha 0.3.1", 2937 - "rand_core 0.6.3", 2938 - ] 2939 - 2940 - [[package]] 2941 - name = "rand_chacha" 2942 - version = "0.2.2" 2943 - source = "registry+https://github.com/rust-lang/crates.io-index" 2944 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2945 - dependencies = [ 2946 - "ppv-lite86", 2947 - "rand_core 0.5.1", 2948 - ] 2949 - 2950 - [[package]] 2951 - name = "rand_chacha" 2952 - version = "0.3.1" 2953 - source = "registry+https://github.com/rust-lang/crates.io-index" 2954 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2955 - dependencies = [ 2956 - "ppv-lite86", 2957 - "rand_core 0.6.3", 2958 - ] 2959 - 2960 - [[package]] 2961 - name = "rand_core" 2962 - version = "0.5.1" 2963 - source = "registry+https://github.com/rust-lang/crates.io-index" 2964 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2965 - dependencies = [ 2966 - "getrandom 0.1.16", 2967 - ] 2968 - 2969 - [[package]] 2970 - name = "rand_core" 2971 - version = "0.6.3" 2972 - source = "registry+https://github.com/rust-lang/crates.io-index" 2973 - checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 2974 - dependencies = [ 2975 - "getrandom 0.2.3", 2976 - ] 2977 - 2978 - [[package]] 2979 - name = "rand_hc" 2980 - version = "0.2.0" 2981 - source = "registry+https://github.com/rust-lang/crates.io-index" 2982 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2983 - dependencies = [ 2984 - "rand_core 0.5.1", 2985 - ] 2986 - 2987 - [[package]] 2988 - name = "rants" 2989 - version = "0.6.0" 2990 - source = "git+https://github.com/habitat-sh/rants.git#7fd1434ecaaf9af743ccab1840034f5d71329935" 2991 - dependencies = [ 2992 - "bytes", 2993 - "futures", 2994 - "log 0.4.20", 2995 - "native-tls", 2996 - "nom", 2997 - "owning_ref", 2998 - "pin-project", 2999 - "rand 0.8.5", 3000 - "serde", 3001 - "serde_json", 3002 - "tokio", 3003 - "tokio-native-tls", 3004 - "tokio-stream", 3005 - "tokio-util 0.7.8", 3006 - "uuid 1.2.2", 3007 - ] 3008 - 3009 - [[package]] 3010 - name = "rcgen" 3011 - version = "0.11.1" 3012 - source = "registry+https://github.com/rust-lang/crates.io-index" 3013 - checksum = "4954fbc00dcd4d8282c987710e50ba513d351400dbdd00e803a05172a90d8976" 3014 - dependencies = [ 3015 - "pem 2.0.1", 3016 - "ring", 3017 - "time 0.3.11", 3018 - "yasna", 3019 - ] 3020 - 3021 - [[package]] 3022 - name = "redox_syscall" 3023 - version = "0.2.10" 3024 - source = "registry+https://github.com/rust-lang/crates.io-index" 3025 - checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 3026 - dependencies = [ 3027 - "bitflags 1.3.2", 3028 - ] 3029 - 3030 - [[package]] 3031 - name = "redox_syscall" 3032 - version = "0.3.5" 3033 - source = "registry+https://github.com/rust-lang/crates.io-index" 3034 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 3035 - dependencies = [ 3036 - "bitflags 1.3.2", 3037 - ] 3038 - 3039 - [[package]] 3040 - name = "redox_users" 3041 - version = "0.4.0" 3042 - source = "registry+https://github.com/rust-lang/crates.io-index" 3043 - checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" 3044 - dependencies = [ 3045 - "getrandom 0.2.3", 3046 - "redox_syscall 0.2.10", 3047 - ] 3048 - 3049 - [[package]] 3050 - name = "regex" 3051 - version = "0.2.11" 3052 - source = "registry+https://github.com/rust-lang/crates.io-index" 3053 - checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" 3054 - dependencies = [ 3055 - "aho-corasick 0.6.10", 3056 - "memchr", 3057 - "regex-syntax 0.5.6", 3058 - "thread_local", 3059 - "utf8-ranges", 3060 - ] 3061 - 3062 - [[package]] 3063 - name = "regex" 3064 - version = "1.7.3" 3065 - source = "registry+https://github.com/rust-lang/crates.io-index" 3066 - checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 3067 - dependencies = [ 3068 - "aho-corasick 0.7.18", 3069 - "memchr", 3070 - "regex-syntax 0.6.29", 3071 - ] 3072 - 3073 - [[package]] 3074 - name = "regex-syntax" 3075 - version = "0.5.6" 3076 - source = "registry+https://github.com/rust-lang/crates.io-index" 3077 - checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" 3078 - dependencies = [ 3079 - "ucd-util", 3080 - ] 3081 - 3082 - [[package]] 3083 - name = "regex-syntax" 3084 - version = "0.6.29" 3085 - source = "registry+https://github.com/rust-lang/crates.io-index" 3086 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3087 - 3088 - [[package]] 3089 - name = "reqwest" 3090 - version = "0.11.9" 3091 - source = "registry+https://github.com/rust-lang/crates.io-index" 3092 - checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525" 3093 - dependencies = [ 3094 - "base64 0.13.1", 3095 - "bytes", 3096 - "encoding_rs", 3097 - "futures-core", 3098 - "futures-util", 3099 - "h2", 3100 - "http", 3101 - "http-body", 3102 - "hyper", 3103 - "hyper-tls", 3104 - "ipnet", 3105 - "js-sys", 3106 - "lazy_static 1.4.0", 3107 - "log 0.4.20", 3108 - "mime", 3109 - "native-tls", 3110 - "percent-encoding", 3111 - "pin-project-lite", 3112 - "serde", 3113 - "serde_json", 3114 - "serde_urlencoded", 3115 - "tokio", 3116 - "tokio-native-tls", 3117 - "tokio-util 0.6.10", 3118 - "url", 3119 - "wasm-bindgen", 3120 - "wasm-bindgen-futures", 3121 - "web-sys", 3122 - "winreg 0.7.0", 3123 - ] 3124 - 3125 - [[package]] 3126 - name = "retry" 3127 - version = "1.0.0" 3128 - source = "git+https://github.com/habitat-sh/retry#42c71e75aa231d8bf9befa7a0ec93dd570a21454" 3129 - dependencies = [ 3130 - "rand 0.8.5", 3131 - "tokio", 3132 - ] 3133 - 3134 - [[package]] 3135 - name = "ring" 3136 - version = "0.16.20" 3137 - source = "registry+https://github.com/rust-lang/crates.io-index" 3138 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 3139 - dependencies = [ 3140 - "cc", 3141 - "libc", 3142 - "once_cell", 3143 - "spin", 3144 - "untrusted", 3145 - "web-sys", 3146 - "winapi 0.3.9", 3147 - ] 3148 - 3149 - [[package]] 3150 - name = "rusoto_core" 3151 - version = "0.48.0" 3152 - source = "registry+https://github.com/rust-lang/crates.io-index" 3153 - checksum = "1db30db44ea73551326269adcf7a2169428a054f14faf9e1768f2163494f2fa2" 3154 - dependencies = [ 3155 - "async-trait", 3156 - "base64 0.13.1", 3157 - "bytes", 3158 - "crc32fast", 3159 - "futures", 3160 - "http", 3161 - "hyper", 3162 - "hyper-tls", 3163 - "lazy_static 1.4.0", 3164 - "log 0.4.20", 3165 - "rusoto_credential", 3166 - "rusoto_signature", 3167 - "rustc_version 0.4.0", 3168 - "serde", 3169 - "serde_json", 3170 - "tokio", 3171 - "xml-rs", 3172 - ] 3173 - 3174 - [[package]] 3175 - name = "rusoto_credential" 3176 - version = "0.48.0" 3177 - source = "registry+https://github.com/rust-lang/crates.io-index" 3178 - checksum = "ee0a6c13db5aad6047b6a44ef023dbbc21a056b6dab5be3b79ce4283d5c02d05" 3179 - dependencies = [ 3180 - "async-trait", 3181 - "chrono", 3182 - "dirs-next", 3183 - "futures", 3184 - "hyper", 3185 - "serde", 3186 - "serde_json", 3187 - "shlex", 3188 - "tokio", 3189 - "zeroize", 3190 - ] 3191 - 3192 - [[package]] 3193 - name = "rusoto_ecr" 3194 - version = "0.48.0" 3195 - source = "registry+https://github.com/rust-lang/crates.io-index" 3196 - checksum = "f2acfd092a618d37dbfb6f42e519c6e530a11115859a3e1f03d1daf8cc648d09" 3197 - dependencies = [ 3198 - "async-trait", 3199 - "bytes", 3200 - "futures", 3201 - "rusoto_core", 3202 - "serde", 3203 - "serde_json", 3204 - ] 3205 - 3206 - [[package]] 3207 - name = "rusoto_signature" 3208 - version = "0.48.0" 3209 - source = "registry+https://github.com/rust-lang/crates.io-index" 3210 - checksum = "a5ae95491c8b4847931e291b151127eccd6ff8ca13f33603eb3d0035ecb05272" 3211 - dependencies = [ 3212 - "base64 0.13.1", 3213 - "bytes", 3214 - "chrono", 3215 - "digest 0.9.0", 3216 - "futures", 3217 - "hex", 3218 - "hmac", 3219 - "http", 3220 - "hyper", 3221 - "log 0.4.20", 3222 - "md-5", 3223 - "percent-encoding", 3224 - "pin-project-lite", 3225 - "rusoto_credential", 3226 - "rustc_version 0.4.0", 3227 - "serde", 3228 - "sha2", 3229 - "tokio", 3230 - ] 3231 - 3232 - [[package]] 3233 - name = "rustc-demangle" 3234 - version = "0.1.20" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49" 3237 - 3238 - [[package]] 3239 - name = "rustc_version" 3240 - version = "0.3.3" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" 3243 - dependencies = [ 3244 - "semver 0.11.0", 3245 - ] 3246 - 3247 - [[package]] 3248 - name = "rustc_version" 3249 - version = "0.4.0" 3250 - source = "registry+https://github.com/rust-lang/crates.io-index" 3251 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3252 - dependencies = [ 3253 - "semver 1.0.18", 3254 - ] 3255 - 3256 - [[package]] 3257 - name = "rustix" 3258 - version = "0.36.8" 3259 - source = "registry+https://github.com/rust-lang/crates.io-index" 3260 - checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 3261 - dependencies = [ 3262 - "bitflags 1.3.2", 3263 - "errno 0.2.8", 3264 - "io-lifetimes", 3265 - "libc", 3266 - "linux-raw-sys 0.1.4", 3267 - "windows-sys 0.45.0", 3268 - ] 3269 - 3270 - [[package]] 3271 - name = "rustix" 3272 - version = "0.38.4" 3273 - source = "registry+https://github.com/rust-lang/crates.io-index" 3274 - checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" 3275 - dependencies = [ 3276 - "bitflags 2.4.0", 3277 - "errno 0.3.2", 3278 - "libc", 3279 - "linux-raw-sys 0.4.3", 3280 - "windows-sys 0.48.0", 3281 - ] 3282 - 3283 - [[package]] 3284 - name = "rustls" 3285 - version = "0.20.8" 3286 - source = "registry+https://github.com/rust-lang/crates.io-index" 3287 - checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 3288 - dependencies = [ 3289 - "log 0.4.20", 3290 - "ring", 3291 - "sct", 3292 - "webpki", 3293 - ] 3294 - 3295 - [[package]] 3296 - name = "rustls-pemfile" 3297 - version = "1.0.3" 3298 - source = "registry+https://github.com/rust-lang/crates.io-index" 3299 - checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 3300 - dependencies = [ 3301 - "base64 0.21.2", 3302 - ] 3303 - 3304 - [[package]] 3305 - name = "rustversion" 3306 - version = "1.0.5" 3307 - source = "registry+https://github.com/rust-lang/crates.io-index" 3308 - checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" 3309 - 3310 - [[package]] 3311 - name = "ryu" 3312 - version = "1.0.5" 3313 - source = "registry+https://github.com/rust-lang/crates.io-index" 3314 - checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 3315 - 3316 - [[package]] 3317 - name = "same-file" 3318 - version = "1.0.6" 3319 - source = "registry+https://github.com/rust-lang/crates.io-index" 3320 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3321 - dependencies = [ 3322 - "winapi-util", 3323 - ] 3324 - 3325 - [[package]] 3326 - name = "schannel" 3327 - version = "0.1.19" 3328 - source = "registry+https://github.com/rust-lang/crates.io-index" 3329 - checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" 3330 - dependencies = [ 3331 - "lazy_static 1.4.0", 3332 - "winapi 0.3.9", 3333 - ] 3334 - 3335 - [[package]] 3336 - name = "scoped-tls" 3337 - version = "1.0.0" 3338 - source = "registry+https://github.com/rust-lang/crates.io-index" 3339 - checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 3340 - 3341 - [[package]] 3342 - name = "scopeguard" 3343 - version = "1.1.0" 3344 - source = "registry+https://github.com/rust-lang/crates.io-index" 3345 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3346 - 3347 - [[package]] 3348 - name = "scratch" 3349 - version = "1.0.5" 3350 - source = "registry+https://github.com/rust-lang/crates.io-index" 3351 - checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 3352 - 3353 - [[package]] 3354 - name = "sct" 3355 - version = "0.7.0" 3356 - source = "registry+https://github.com/rust-lang/crates.io-index" 3357 - checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 3358 - dependencies = [ 3359 - "ring", 3360 - "untrusted", 3361 - ] 3362 - 3363 - [[package]] 3364 - name = "security-framework" 3365 - version = "2.3.1" 3366 - source = "registry+https://github.com/rust-lang/crates.io-index" 3367 - checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" 3368 - dependencies = [ 3369 - "bitflags 1.3.2", 3370 - "core-foundation", 3371 - "core-foundation-sys", 3372 - "libc", 3373 - "security-framework-sys", 3374 - ] 3375 - 3376 - [[package]] 3377 - name = "security-framework-sys" 3378 - version = "2.3.0" 3379 - source = "registry+https://github.com/rust-lang/crates.io-index" 3380 - checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284" 3381 - dependencies = [ 3382 - "core-foundation-sys", 3383 - "libc", 3384 - ] 3385 - 3386 - [[package]] 3387 - name = "semver" 3388 - version = "0.11.0" 3389 - source = "registry+https://github.com/rust-lang/crates.io-index" 3390 - checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 3391 - dependencies = [ 3392 - "semver-parser", 3393 - ] 3394 - 3395 - [[package]] 3396 - name = "semver" 3397 - version = "1.0.18" 3398 - source = "registry+https://github.com/rust-lang/crates.io-index" 3399 - checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 3400 - 3401 - [[package]] 3402 - name = "semver-parser" 3403 - version = "0.10.2" 3404 - source = "registry+https://github.com/rust-lang/crates.io-index" 3405 - checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 3406 - dependencies = [ 3407 - "pest 2.1.3", 3408 - ] 3409 - 3410 - [[package]] 3411 - name = "serde" 3412 - version = "1.0.185" 3413 - source = "registry+https://github.com/rust-lang/crates.io-index" 3414 - checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31" 3415 - dependencies = [ 3416 - "serde_derive", 3417 - ] 3418 - 3419 - [[package]] 3420 - name = "serde-transcode" 3421 - version = "1.1.1" 3422 - source = "registry+https://github.com/rust-lang/crates.io-index" 3423 - checksum = "590c0e25c2a5bb6e85bf5c1bce768ceb86b316e7a01bdf07d2cb4ec2271990e2" 3424 - dependencies = [ 3425 - "serde", 3426 - ] 3427 - 3428 - [[package]] 3429 - name = "serde-value" 3430 - version = "0.7.0" 3431 - source = "registry+https://github.com/rust-lang/crates.io-index" 3432 - checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 3433 - dependencies = [ 3434 - "ordered-float", 3435 - "serde", 3436 - ] 3437 - 3438 - [[package]] 3439 - name = "serde_derive" 3440 - version = "1.0.185" 3441 - source = "registry+https://github.com/rust-lang/crates.io-index" 3442 - checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec" 3443 - dependencies = [ 3444 - "proc-macro2", 3445 - "quote", 3446 - "syn 2.0.28", 3447 - ] 3448 - 3449 - [[package]] 3450 - name = "serde_json" 3451 - version = "1.0.105" 3452 - source = "registry+https://github.com/rust-lang/crates.io-index" 3453 - checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 3454 - dependencies = [ 3455 - "indexmap 2.0.0", 3456 - "itoa 1.0.1", 3457 - "ryu", 3458 - "serde", 3459 - ] 3460 - 3461 - [[package]] 3462 - name = "serde_spanned" 3463 - version = "0.6.3" 3464 - source = "registry+https://github.com/rust-lang/crates.io-index" 3465 - checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 3466 - dependencies = [ 3467 - "serde", 3468 - ] 3469 - 3470 - [[package]] 3471 - name = "serde_test" 3472 - version = "1.0.176" 3473 - source = "registry+https://github.com/rust-lang/crates.io-index" 3474 - checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab" 3475 - dependencies = [ 3476 - "serde", 3477 - ] 3478 - 3479 - [[package]] 3480 - name = "serde_urlencoded" 3481 - version = "0.7.0" 3482 - source = "registry+https://github.com/rust-lang/crates.io-index" 3483 - checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" 3484 - dependencies = [ 3485 - "form_urlencoded", 3486 - "itoa 0.4.7", 3487 - "ryu", 3488 - "serde", 3489 - ] 3490 - 3491 - [[package]] 3492 - name = "serde_yaml" 3493 - version = "0.8.26" 3494 - source = "registry+https://github.com/rust-lang/crates.io-index" 3495 - checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" 3496 - dependencies = [ 3497 - "indexmap 1.9.2", 3498 - "ryu", 3499 - "serde", 3500 - "yaml-rust", 3501 - ] 3502 - 3503 - [[package]] 3504 - name = "serde_yaml" 3505 - version = "0.9.25" 3506 - source = "registry+https://github.com/rust-lang/crates.io-index" 3507 - checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" 3508 - dependencies = [ 3509 - "indexmap 2.0.0", 3510 - "itoa 1.0.1", 3511 - "ryu", 3512 - "serde", 3513 - "unsafe-libyaml", 3514 - ] 3515 - 3516 - [[package]] 3517 - name = "sha1" 3518 - version = "0.10.1" 3519 - source = "registry+https://github.com/rust-lang/crates.io-index" 3520 - checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f" 3521 - dependencies = [ 3522 - "cfg-if 1.0.0", 3523 - "cpufeatures 0.2.5", 3524 - "digest 0.10.3", 3525 - ] 3526 - 3527 - [[package]] 3528 - name = "sha2" 3529 - version = "0.9.5" 3530 - source = "registry+https://github.com/rust-lang/crates.io-index" 3531 - checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" 3532 - dependencies = [ 3533 - "block-buffer 0.9.0", 3534 - "cfg-if 1.0.0", 3535 - "cpufeatures 0.1.5", 3536 - "digest 0.9.0", 3537 - "opaque-debug", 3538 - ] 3539 - 3540 - [[package]] 3541 - name = "shlex" 3542 - version = "1.0.0" 3543 - source = "registry+https://github.com/rust-lang/crates.io-index" 3544 - checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" 3545 - 3546 - [[package]] 3547 - name = "signal-hook-registry" 3548 - version = "1.4.0" 3549 - source = "registry+https://github.com/rust-lang/crates.io-index" 3550 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 3551 - dependencies = [ 3552 - "libc", 3553 - ] 3554 - 3555 - [[package]] 3556 - name = "signature" 3557 - version = "1.3.1" 3558 - source = "registry+https://github.com/rust-lang/crates.io-index" 3559 - checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335" 3560 - 3561 - [[package]] 3562 - name = "siphasher" 3563 - version = "0.3.6" 3564 - source = "registry+https://github.com/rust-lang/crates.io-index" 3565 - checksum = "729a25c17d72b06c68cb47955d44fda88ad2d3e7d77e025663fdd69b93dd71a1" 3566 - 3567 - [[package]] 3568 - name = "slab" 3569 - version = "0.4.4" 3570 - source = "registry+https://github.com/rust-lang/crates.io-index" 3571 - checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590" 3572 - 3573 - [[package]] 3574 - name = "smallvec" 3575 - version = "1.6.1" 3576 - source = "registry+https://github.com/rust-lang/crates.io-index" 3577 - checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" 3578 - 3579 - [[package]] 3580 - name = "socket2" 3581 - version = "0.4.9" 3582 - source = "registry+https://github.com/rust-lang/crates.io-index" 3583 - checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 3584 - dependencies = [ 3585 - "libc", 3586 - "winapi 0.3.9", 3587 - ] 3588 - 3589 - [[package]] 3590 - name = "socket2" 3591 - version = "0.5.3" 3592 - source = "registry+https://github.com/rust-lang/crates.io-index" 3593 - checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 3594 - dependencies = [ 3595 - "libc", 3596 - "windows-sys 0.48.0", 3597 - ] 3598 - 3599 - [[package]] 3600 - name = "sodiumoxide" 3601 - version = "0.2.7" 3602 - source = "registry+https://github.com/rust-lang/crates.io-index" 3603 - checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028" 3604 - dependencies = [ 3605 - "ed25519", 3606 - "libc", 3607 - "libsodium-sys", 3608 - "serde", 3609 - ] 3610 - 3611 - [[package]] 3612 - name = "spin" 3613 - version = "0.5.2" 3614 - source = "registry+https://github.com/rust-lang/crates.io-index" 3615 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3616 - 3617 - [[package]] 3618 - name = "stable_deref_trait" 3619 - version = "1.2.0" 3620 - source = "registry+https://github.com/rust-lang/crates.io-index" 3621 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3622 - 3623 - [[package]] 3624 - name = "state" 3625 - version = "0.6.0" 3626 - source = "registry+https://github.com/rust-lang/crates.io-index" 3627 - checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8" 3628 - dependencies = [ 3629 - "loom", 3630 - ] 3631 - 3632 - [[package]] 3633 - name = "static_assertions" 3634 - version = "1.1.0" 3635 - source = "registry+https://github.com/rust-lang/crates.io-index" 3636 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3637 - 3638 - [[package]] 3639 - name = "strsim" 3640 - version = "0.8.0" 3641 - source = "registry+https://github.com/rust-lang/crates.io-index" 3642 - checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 3643 - 3644 - [[package]] 3645 - name = "structopt" 3646 - version = "0.3.15" 3647 - source = "git+https://github.com/habitat-sh/structopt.git#63c56f42ae330b15f44a86c160b0cf6868b90a6f" 3648 - dependencies = [ 3649 - "clap", 3650 - "lazy_static 1.4.0", 3651 - "structopt-derive", 3652 - ] 3653 - 3654 - [[package]] 3655 - name = "structopt-derive" 3656 - version = "0.4.8" 3657 - source = "git+https://github.com/habitat-sh/structopt.git#63c56f42ae330b15f44a86c160b0cf6868b90a6f" 3658 - dependencies = [ 3659 - "heck 0.3.3", 3660 - "proc-macro-error", 3661 - "proc-macro2", 3662 - "quote", 3663 - "syn 1.0.104", 3664 - ] 3665 - 3666 - [[package]] 3667 - name = "subtle" 3668 - version = "2.4.1" 3669 - source = "registry+https://github.com/rust-lang/crates.io-index" 3670 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 3671 - 3672 - [[package]] 3673 - name = "syn" 3674 - version = "1.0.104" 3675 - source = "registry+https://github.com/rust-lang/crates.io-index" 3676 - checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce" 3677 - dependencies = [ 3678 - "proc-macro2", 3679 - "quote", 3680 - "unicode-ident", 3681 - ] 3682 - 3683 - [[package]] 3684 - name = "syn" 3685 - version = "2.0.28" 3686 - source = "registry+https://github.com/rust-lang/crates.io-index" 3687 - checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" 3688 - dependencies = [ 3689 - "proc-macro2", 3690 - "quote", 3691 - "unicode-ident", 3692 - ] 3693 - 3694 - [[package]] 3695 - name = "tabwriter" 3696 - version = "1.2.1" 3697 - source = "registry+https://github.com/rust-lang/crates.io-index" 3698 - checksum = "36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111" 3699 - dependencies = [ 3700 - "unicode-width", 3701 - ] 3702 - 3703 - [[package]] 3704 - name = "tar" 3705 - version = "0.4.40" 3706 - source = "registry+https://github.com/rust-lang/crates.io-index" 3707 - checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 3708 - dependencies = [ 3709 - "filetime", 3710 - "libc", 3711 - "xattr", 3712 - ] 3713 - 3714 - [[package]] 3715 - name = "tee" 3716 - version = "0.1.0" 3717 - source = "registry+https://github.com/rust-lang/crates.io-index" 3718 - checksum = "37c12559dba7383625faaff75be24becf35bfc885044375bcab931111799a3da" 3719 - 3720 - [[package]] 3721 - name = "tempfile" 3722 - version = "3.8.0" 3723 - source = "registry+https://github.com/rust-lang/crates.io-index" 3724 - checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 3725 - dependencies = [ 3726 - "cfg-if 1.0.0", 3727 - "fastrand", 3728 - "redox_syscall 0.3.5", 3729 - "rustix 0.38.4", 3730 - "windows-sys 0.48.0", 3731 - ] 3732 - 3733 - [[package]] 3734 - name = "termcolor" 3735 - version = "1.2.0" 3736 - source = "registry+https://github.com/rust-lang/crates.io-index" 3737 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 3738 - dependencies = [ 3739 - "winapi-util", 3740 - ] 3741 - 3742 - [[package]] 3743 - name = "test-probe" 3744 - version = "0.1.0" 3745 - dependencies = [ 3746 - "actix-rt", 3747 - "actix-web", 3748 - "clap", 3749 - "serde", 3750 - "serde_json", 3751 - "toml 0.7.6", 3752 - ] 3753 - 3754 - [[package]] 3755 - name = "textwrap" 3756 - version = "0.11.0" 3757 - source = "registry+https://github.com/rust-lang/crates.io-index" 3758 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 3759 - dependencies = [ 3760 - "unicode-width", 3761 - ] 3762 - 3763 - [[package]] 3764 - name = "thiserror" 3765 - version = "1.0.47" 3766 - source = "registry+https://github.com/rust-lang/crates.io-index" 3767 - checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 3768 - dependencies = [ 3769 - "thiserror-impl", 3770 - ] 3771 - 3772 - [[package]] 3773 - name = "thiserror-impl" 3774 - version = "1.0.47" 3775 - source = "registry+https://github.com/rust-lang/crates.io-index" 3776 - checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 3777 - dependencies = [ 3778 - "proc-macro2", 3779 - "quote", 3780 - "syn 2.0.28", 3781 - ] 3782 - 3783 - [[package]] 3784 - name = "thread-id" 3785 - version = "4.0.0" 3786 - source = "registry+https://github.com/rust-lang/crates.io-index" 3787 - checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f" 3788 - dependencies = [ 3789 - "libc", 3790 - "redox_syscall 0.2.10", 3791 - "winapi 0.3.9", 3792 - ] 3793 - 3794 - [[package]] 3795 - name = "thread_local" 3796 - version = "0.3.6" 3797 - source = "registry+https://github.com/rust-lang/crates.io-index" 3798 - checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 3799 - dependencies = [ 3800 - "lazy_static 1.4.0", 3801 - ] 3802 - 3803 - [[package]] 3804 - name = "threadpool" 3805 - version = "1.8.1" 3806 - source = "registry+https://github.com/rust-lang/crates.io-index" 3807 - checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 3808 - dependencies = [ 3809 - "num_cpus", 3810 - ] 3811 - 3812 - [[package]] 3813 - name = "time" 3814 - version = "0.1.43" 3815 - source = "registry+https://github.com/rust-lang/crates.io-index" 3816 - checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" 3817 - dependencies = [ 3818 - "libc", 3819 - "winapi 0.3.9", 3820 - ] 3821 - 3822 - [[package]] 3823 - name = "time" 3824 - version = "0.3.11" 3825 - source = "registry+https://github.com/rust-lang/crates.io-index" 3826 - checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217" 3827 - dependencies = [ 3828 - "itoa 1.0.1", 3829 - "libc", 3830 - "num_threads", 3831 - ] 3832 - 3833 - [[package]] 3834 - name = "tinyvec" 3835 - version = "1.3.1" 3836 - source = "registry+https://github.com/rust-lang/crates.io-index" 3837 - checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338" 3838 - dependencies = [ 3839 - "tinyvec_macros", 3840 - ] 3841 - 3842 - [[package]] 3843 - name = "tinyvec_macros" 3844 - version = "0.1.0" 3845 - source = "registry+https://github.com/rust-lang/crates.io-index" 3846 - checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 3847 - 3848 - [[package]] 3849 - name = "tokio" 3850 - version = "1.32.0" 3851 - source = "registry+https://github.com/rust-lang/crates.io-index" 3852 - checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 3853 - dependencies = [ 3854 - "backtrace", 3855 - "bytes", 3856 - "libc", 3857 - "mio 0.8.8", 3858 - "num_cpus", 3859 - "parking_lot", 3860 - "pin-project-lite", 3861 - "signal-hook-registry", 3862 - "socket2 0.5.3", 3863 - "tokio-macros", 3864 - "windows-sys 0.48.0", 3865 - ] 3866 - 3867 - [[package]] 3868 - name = "tokio-macros" 3869 - version = "2.1.0" 3870 - source = "registry+https://github.com/rust-lang/crates.io-index" 3871 - checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 3872 - dependencies = [ 3873 - "proc-macro2", 3874 - "quote", 3875 - "syn 2.0.28", 3876 - ] 3877 - 3878 - [[package]] 3879 - name = "tokio-native-tls" 3880 - version = "0.3.0" 3881 - source = "registry+https://github.com/rust-lang/crates.io-index" 3882 - checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 3883 - dependencies = [ 3884 - "native-tls", 3885 - "tokio", 3886 - ] 3887 - 3888 - [[package]] 3889 - name = "tokio-rustls" 3890 - version = "0.23.4" 3891 - source = "registry+https://github.com/rust-lang/crates.io-index" 3892 - checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 3893 - dependencies = [ 3894 - "rustls", 3895 - "tokio", 3896 - "webpki", 3897 - ] 3898 - 3899 - [[package]] 3900 - name = "tokio-stream" 3901 - version = "0.1.9" 3902 - source = "registry+https://github.com/rust-lang/crates.io-index" 3903 - checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" 3904 - dependencies = [ 3905 - "futures-core", 3906 - "pin-project-lite", 3907 - "tokio", 3908 - "tokio-util 0.7.8", 3909 - ] 3910 - 3911 - [[package]] 3912 - name = "tokio-util" 3913 - version = "0.6.10" 3914 - source = "registry+https://github.com/rust-lang/crates.io-index" 3915 - checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" 3916 - dependencies = [ 3917 - "bytes", 3918 - "futures-core", 3919 - "futures-sink", 3920 - "log 0.4.20", 3921 - "pin-project-lite", 3922 - "tokio", 3923 - ] 3924 - 3925 - [[package]] 3926 - name = "tokio-util" 3927 - version = "0.7.8" 3928 - source = "registry+https://github.com/rust-lang/crates.io-index" 3929 - checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 3930 - dependencies = [ 3931 - "bytes", 3932 - "futures-core", 3933 - "futures-io", 3934 - "futures-sink", 3935 - "futures-util", 3936 - "hashbrown 0.12.3", 3937 - "pin-project-lite", 3938 - "slab", 3939 - "tokio", 3940 - "tracing", 3941 - ] 3942 - 3943 - [[package]] 3944 - name = "toml" 3945 - version = "0.2.1" 3946 - source = "registry+https://github.com/rust-lang/crates.io-index" 3947 - checksum = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4" 3948 - 3949 - [[package]] 3950 - name = "toml" 3951 - version = "0.7.6" 3952 - source = "registry+https://github.com/rust-lang/crates.io-index" 3953 - checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 3954 - dependencies = [ 3955 - "indexmap 2.0.0", 3956 - "serde", 3957 - "serde_spanned", 3958 - "toml_datetime", 3959 - "toml_edit", 3960 - ] 3961 - 3962 - [[package]] 3963 - name = "toml_datetime" 3964 - version = "0.6.3" 3965 - source = "registry+https://github.com/rust-lang/crates.io-index" 3966 - checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3967 - dependencies = [ 3968 - "serde", 3969 - ] 3970 - 3971 - [[package]] 3972 - name = "toml_edit" 3973 - version = "0.19.12" 3974 - source = "registry+https://github.com/rust-lang/crates.io-index" 3975 - checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" 3976 - dependencies = [ 3977 - "indexmap 2.0.0", 3978 - "serde", 3979 - "serde_spanned", 3980 - "toml_datetime", 3981 - "winnow", 3982 - ] 3983 - 3984 - [[package]] 3985 - name = "tower-service" 3986 - version = "0.3.1" 3987 - source = "registry+https://github.com/rust-lang/crates.io-index" 3988 - checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" 3989 - 3990 - [[package]] 3991 - name = "tracing" 3992 - version = "0.1.35" 3993 - source = "registry+https://github.com/rust-lang/crates.io-index" 3994 - checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" 3995 - dependencies = [ 3996 - "cfg-if 1.0.0", 3997 - "log 0.4.20", 3998 - "pin-project-lite", 3999 - "tracing-core", 4000 - ] 4001 - 4002 - [[package]] 4003 - name = "tracing-core" 4004 - version = "0.1.28" 4005 - source = "registry+https://github.com/rust-lang/crates.io-index" 4006 - checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" 4007 - dependencies = [ 4008 - "once_cell", 4009 - ] 4010 - 4011 - [[package]] 4012 - name = "try-lock" 4013 - version = "0.2.3" 4014 - source = "registry+https://github.com/rust-lang/crates.io-index" 4015 - checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 4016 - 4017 - [[package]] 4018 - name = "typemap-ors" 4019 - version = "1.0.0" 4020 - source = "registry+https://github.com/rust-lang/crates.io-index" 4021 - checksum = "a68c24b707f02dd18f1e4ccceb9d49f2058c2fb86384ef9972592904d7a28867" 4022 - dependencies = [ 4023 - "unsafe-any-ors", 4024 - ] 4025 - 4026 - [[package]] 4027 - name = "typenum" 4028 - version = "1.15.0" 4029 - source = "registry+https://github.com/rust-lang/crates.io-index" 4030 - checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 4031 - 4032 - [[package]] 4033 - name = "ucd-trie" 4034 - version = "0.1.3" 4035 - source = "registry+https://github.com/rust-lang/crates.io-index" 4036 - checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" 4037 - 4038 - [[package]] 4039 - name = "ucd-util" 4040 - version = "0.1.8" 4041 - source = "registry+https://github.com/rust-lang/crates.io-index" 4042 - checksum = "c85f514e095d348c279b1e5cd76795082cf15bd59b93207832abe0b1d8fed236" 4043 - 4044 - [[package]] 4045 - name = "unicode-bidi" 4046 - version = "0.3.13" 4047 - source = "registry+https://github.com/rust-lang/crates.io-index" 4048 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 4049 - 4050 - [[package]] 4051 - name = "unicode-ident" 4052 - version = "1.0.0" 4053 - source = "registry+https://github.com/rust-lang/crates.io-index" 4054 - checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" 4055 - 4056 - [[package]] 4057 - name = "unicode-normalization" 4058 - version = "0.1.22" 4059 - source = "registry+https://github.com/rust-lang/crates.io-index" 4060 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 4061 - dependencies = [ 4062 - "tinyvec", 4063 - ] 4064 - 4065 - [[package]] 4066 - name = "unicode-segmentation" 4067 - version = "1.8.0" 4068 - source = "registry+https://github.com/rust-lang/crates.io-index" 4069 - checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" 4070 - 4071 - [[package]] 4072 - name = "unicode-width" 4073 - version = "0.1.8" 4074 - source = "registry+https://github.com/rust-lang/crates.io-index" 4075 - checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 4076 - 4077 - [[package]] 4078 - name = "unsafe-any-ors" 4079 - version = "1.0.0" 4080 - source = "registry+https://github.com/rust-lang/crates.io-index" 4081 - checksum = "e0a303d30665362d9680d7d91d78b23f5f899504d4f08b3c4cf08d055d87c0ad" 4082 - dependencies = [ 4083 - "destructure_traitobject", 4084 - ] 4085 - 4086 - [[package]] 4087 - name = "unsafe-libyaml" 4088 - version = "0.2.8" 4089 - source = "registry+https://github.com/rust-lang/crates.io-index" 4090 - checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" 4091 - 4092 - [[package]] 4093 - name = "untrusted" 4094 - version = "0.7.1" 4095 - source = "registry+https://github.com/rust-lang/crates.io-index" 4096 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 4097 - 4098 - [[package]] 4099 - name = "uritemplate-next" 4100 - version = "0.2.0" 4101 - source = "registry+https://github.com/rust-lang/crates.io-index" 4102 - checksum = "bcde98d1fc3f528255b1ecb22fb688ee0d23deb672a8c57127df10b98b4bd18c" 4103 - dependencies = [ 4104 - "regex 1.7.3", 4105 - ] 4106 - 4107 - [[package]] 4108 - name = "url" 4109 - version = "2.4.0" 4110 - source = "registry+https://github.com/rust-lang/crates.io-index" 4111 - checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 4112 - dependencies = [ 4113 - "form_urlencoded", 4114 - "idna", 4115 - "percent-encoding", 4116 - "serde", 4117 - ] 4118 - 4119 - [[package]] 4120 - name = "utf8-ranges" 4121 - version = "1.0.4" 4122 - source = "registry+https://github.com/rust-lang/crates.io-index" 4123 - checksum = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" 4124 - 4125 - [[package]] 4126 - name = "uuid" 4127 - version = "0.8.2" 4128 - source = "registry+https://github.com/rust-lang/crates.io-index" 4129 - checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 4130 - dependencies = [ 4131 - "getrandom 0.2.3", 4132 - ] 4133 - 4134 - [[package]] 4135 - name = "uuid" 4136 - version = "1.2.2" 4137 - source = "registry+https://github.com/rust-lang/crates.io-index" 4138 - checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" 4139 - dependencies = [ 4140 - "getrandom 0.2.3", 4141 - ] 4142 - 4143 - [[package]] 4144 - name = "valico" 4145 - version = "4.0.0" 4146 - source = "registry+https://github.com/rust-lang/crates.io-index" 4147 - checksum = "ca8a0a4df97f827fcbcbe69c65364acddddf3a4bb50e6507f63361177a7ea7a4" 4148 - dependencies = [ 4149 - "addr", 4150 - "base64 0.21.2", 4151 - "chrono", 4152 - "downcast-rs", 4153 - "erased-serde", 4154 - "fancy-regex", 4155 - "json-pointer", 4156 - "jsonway", 4157 - "percent-encoding", 4158 - "phf", 4159 - "phf_codegen", 4160 - "serde", 4161 - "serde_json", 4162 - "uritemplate-next", 4163 - "url", 4164 - "uuid 1.2.2", 4165 - ] 4166 - 4167 - [[package]] 4168 - name = "vcpkg" 4169 - version = "0.2.15" 4170 - source = "registry+https://github.com/rust-lang/crates.io-index" 4171 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4172 - 4173 - [[package]] 4174 - name = "vec_map" 4175 - version = "0.8.2" 4176 - source = "registry+https://github.com/rust-lang/crates.io-index" 4177 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 4178 - 4179 - [[package]] 4180 - name = "version_check" 4181 - version = "0.9.3" 4182 - source = "registry+https://github.com/rust-lang/crates.io-index" 4183 - checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" 4184 - 4185 - [[package]] 4186 - name = "walkdir" 4187 - version = "2.3.3" 4188 - source = "registry+https://github.com/rust-lang/crates.io-index" 4189 - checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 4190 - dependencies = [ 4191 - "same-file", 4192 - "winapi-util", 4193 - ] 4194 - 4195 - [[package]] 4196 - name = "want" 4197 - version = "0.3.0" 4198 - source = "registry+https://github.com/rust-lang/crates.io-index" 4199 - checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 4200 - dependencies = [ 4201 - "log 0.4.20", 4202 - "try-lock", 4203 - ] 4204 - 4205 - [[package]] 4206 - name = "wasi" 4207 - version = "0.9.0+wasi-snapshot-preview1" 4208 - source = "registry+https://github.com/rust-lang/crates.io-index" 4209 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 4210 - 4211 - [[package]] 4212 - name = "wasi" 4213 - version = "0.10.2+wasi-snapshot-preview1" 4214 - source = "registry+https://github.com/rust-lang/crates.io-index" 4215 - checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 4216 - 4217 - [[package]] 4218 - name = "wasi" 4219 - version = "0.11.0+wasi-snapshot-preview1" 4220 - source = "registry+https://github.com/rust-lang/crates.io-index" 4221 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4222 - 4223 - [[package]] 4224 - name = "wasm-bindgen" 4225 - version = "0.2.75" 4226 - source = "registry+https://github.com/rust-lang/crates.io-index" 4227 - checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586" 4228 - dependencies = [ 4229 - "cfg-if 1.0.0", 4230 - "wasm-bindgen-macro", 4231 - ] 4232 - 4233 - [[package]] 4234 - name = "wasm-bindgen-backend" 4235 - version = "0.2.75" 4236 - source = "registry+https://github.com/rust-lang/crates.io-index" 4237 - checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f" 4238 - dependencies = [ 4239 - "bumpalo", 4240 - "lazy_static 1.4.0", 4241 - "log 0.4.20", 4242 - "proc-macro2", 4243 - "quote", 4244 - "syn 1.0.104", 4245 - "wasm-bindgen-shared", 4246 - ] 4247 - 4248 - [[package]] 4249 - name = "wasm-bindgen-futures" 4250 - version = "0.4.25" 4251 - source = "registry+https://github.com/rust-lang/crates.io-index" 4252 - checksum = "16646b21c3add8e13fdb8f20172f8a28c3dbf62f45406bcff0233188226cfe0c" 4253 - dependencies = [ 4254 - "cfg-if 1.0.0", 4255 - "js-sys", 4256 - "wasm-bindgen", 4257 - "web-sys", 4258 - ] 4259 - 4260 - [[package]] 4261 - name = "wasm-bindgen-macro" 4262 - version = "0.2.75" 4263 - source = "registry+https://github.com/rust-lang/crates.io-index" 4264 - checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c" 4265 - dependencies = [ 4266 - "quote", 4267 - "wasm-bindgen-macro-support", 4268 - ] 4269 - 4270 - [[package]] 4271 - name = "wasm-bindgen-macro-support" 4272 - version = "0.2.75" 4273 - source = "registry+https://github.com/rust-lang/crates.io-index" 4274 - checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f" 4275 - dependencies = [ 4276 - "proc-macro2", 4277 - "quote", 4278 - "syn 1.0.104", 4279 - "wasm-bindgen-backend", 4280 - "wasm-bindgen-shared", 4281 - ] 4282 - 4283 - [[package]] 4284 - name = "wasm-bindgen-shared" 4285 - version = "0.2.75" 4286 - source = "registry+https://github.com/rust-lang/crates.io-index" 4287 - checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2" 4288 - 4289 - [[package]] 4290 - name = "web-sys" 4291 - version = "0.3.52" 4292 - source = "registry+https://github.com/rust-lang/crates.io-index" 4293 - checksum = "01c70a82d842c9979078c772d4a1344685045f1a5628f677c2b2eab4dd7d2696" 4294 - dependencies = [ 4295 - "js-sys", 4296 - "wasm-bindgen", 4297 - ] 4298 - 4299 - [[package]] 4300 - name = "webpki" 4301 - version = "0.22.0" 4302 - source = "registry+https://github.com/rust-lang/crates.io-index" 4303 - checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 4304 - dependencies = [ 4305 - "ring", 4306 - "untrusted", 4307 - ] 4308 - 4309 - [[package]] 4310 - name = "webpki-roots" 4311 - version = "0.22.4" 4312 - source = "registry+https://github.com/rust-lang/crates.io-index" 4313 - checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" 4314 - dependencies = [ 4315 - "webpki", 4316 - ] 4317 - 4318 - [[package]] 4319 - name = "which" 4320 - version = "4.2.2" 4321 - source = "registry+https://github.com/rust-lang/crates.io-index" 4322 - checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9" 4323 - dependencies = [ 4324 - "either", 4325 - "lazy_static 1.4.0", 4326 - "libc", 4327 - ] 4328 - 4329 - [[package]] 4330 - name = "widestring" 4331 - version = "0.4.3" 4332 - source = "registry+https://github.com/rust-lang/crates.io-index" 4333 - checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c" 4334 - 4335 - [[package]] 4336 - name = "widestring" 4337 - version = "1.0.2" 4338 - source = "registry+https://github.com/rust-lang/crates.io-index" 4339 - checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 4340 - 4341 - [[package]] 4342 - name = "winapi" 4343 - version = "0.2.8" 4344 - source = "registry+https://github.com/rust-lang/crates.io-index" 4345 - checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 4346 - 4347 - [[package]] 4348 - name = "winapi" 4349 - version = "0.3.9" 4350 - source = "registry+https://github.com/rust-lang/crates.io-index" 4351 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4352 - dependencies = [ 4353 - "winapi-i686-pc-windows-gnu", 4354 - "winapi-x86_64-pc-windows-gnu", 4355 - ] 4356 - 4357 - [[package]] 4358 - name = "winapi-build" 4359 - version = "0.1.1" 4360 - source = "registry+https://github.com/rust-lang/crates.io-index" 4361 - checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 4362 - 4363 - [[package]] 4364 - name = "winapi-i686-pc-windows-gnu" 4365 - version = "0.4.0" 4366 - source = "registry+https://github.com/rust-lang/crates.io-index" 4367 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4368 - 4369 - [[package]] 4370 - name = "winapi-util" 4371 - version = "0.1.5" 4372 - source = "registry+https://github.com/rust-lang/crates.io-index" 4373 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 4374 - dependencies = [ 4375 - "winapi 0.3.9", 4376 - ] 4377 - 4378 - [[package]] 4379 - name = "winapi-x86_64-pc-windows-gnu" 4380 - version = "0.4.0" 4381 - source = "registry+https://github.com/rust-lang/crates.io-index" 4382 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4383 - 4384 - [[package]] 4385 - name = "windows-acl" 4386 - version = "0.3.0" 4387 - source = "registry+https://github.com/rust-lang/crates.io-index" 4388 - checksum = "177b1723986bcb4c606058e77f6e8614b51c7f9ad2face6f6fd63dd5c8b3cec3" 4389 - dependencies = [ 4390 - "field-offset", 4391 - "libc", 4392 - "widestring 0.4.3", 4393 - "winapi 0.3.9", 4394 - ] 4395 - 4396 - [[package]] 4397 - name = "windows-sys" 4398 - version = "0.34.0" 4399 - source = "registry+https://github.com/rust-lang/crates.io-index" 4400 - checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825" 4401 - dependencies = [ 4402 - "windows_aarch64_msvc 0.34.0", 4403 - "windows_i686_gnu 0.34.0", 4404 - "windows_i686_msvc 0.34.0", 4405 - "windows_x86_64_gnu 0.34.0", 4406 - "windows_x86_64_msvc 0.34.0", 4407 - ] 4408 - 4409 - [[package]] 4410 - name = "windows-sys" 4411 - version = "0.45.0" 4412 - source = "registry+https://github.com/rust-lang/crates.io-index" 4413 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4414 - dependencies = [ 4415 - "windows-targets 0.42.1", 4416 - ] 4417 - 4418 - [[package]] 4419 - name = "windows-sys" 4420 - version = "0.48.0" 4421 - source = "registry+https://github.com/rust-lang/crates.io-index" 4422 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4423 - dependencies = [ 4424 - "windows-targets 0.48.0", 4425 - ] 4426 - 4427 - [[package]] 4428 - name = "windows-targets" 4429 - version = "0.42.1" 4430 - source = "registry+https://github.com/rust-lang/crates.io-index" 4431 - checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 4432 - dependencies = [ 4433 - "windows_aarch64_gnullvm 0.42.1", 4434 - "windows_aarch64_msvc 0.42.1", 4435 - "windows_i686_gnu 0.42.1", 4436 - "windows_i686_msvc 0.42.1", 4437 - "windows_x86_64_gnu 0.42.1", 4438 - "windows_x86_64_gnullvm 0.42.1", 4439 - "windows_x86_64_msvc 0.42.1", 4440 - ] 4441 - 4442 - [[package]] 4443 - name = "windows-targets" 4444 - version = "0.48.0" 4445 - source = "registry+https://github.com/rust-lang/crates.io-index" 4446 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 4447 - dependencies = [ 4448 - "windows_aarch64_gnullvm 0.48.0", 4449 - "windows_aarch64_msvc 0.48.0", 4450 - "windows_i686_gnu 0.48.0", 4451 - "windows_i686_msvc 0.48.0", 4452 - "windows_x86_64_gnu 0.48.0", 4453 - "windows_x86_64_gnullvm 0.48.0", 4454 - "windows_x86_64_msvc 0.48.0", 4455 - ] 4456 - 4457 - [[package]] 4458 - name = "windows_aarch64_gnullvm" 4459 - version = "0.42.1" 4460 - source = "registry+https://github.com/rust-lang/crates.io-index" 4461 - checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 4462 - 4463 - [[package]] 4464 - name = "windows_aarch64_gnullvm" 4465 - version = "0.48.0" 4466 - source = "registry+https://github.com/rust-lang/crates.io-index" 4467 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 4468 - 4469 - [[package]] 4470 - name = "windows_aarch64_msvc" 4471 - version = "0.34.0" 4472 - source = "registry+https://github.com/rust-lang/crates.io-index" 4473 - checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d" 4474 - 4475 - [[package]] 4476 - name = "windows_aarch64_msvc" 4477 - version = "0.42.1" 4478 - source = "registry+https://github.com/rust-lang/crates.io-index" 4479 - checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 4480 - 4481 - [[package]] 4482 - name = "windows_aarch64_msvc" 4483 - version = "0.48.0" 4484 - source = "registry+https://github.com/rust-lang/crates.io-index" 4485 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 4486 - 4487 - [[package]] 4488 - name = "windows_i686_gnu" 4489 - version = "0.34.0" 4490 - source = "registry+https://github.com/rust-lang/crates.io-index" 4491 - checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed" 4492 - 4493 - [[package]] 4494 - name = "windows_i686_gnu" 4495 - version = "0.42.1" 4496 - source = "registry+https://github.com/rust-lang/crates.io-index" 4497 - checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 4498 - 4499 - [[package]] 4500 - name = "windows_i686_gnu" 4501 - version = "0.48.0" 4502 - source = "registry+https://github.com/rust-lang/crates.io-index" 4503 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 4504 - 4505 - [[package]] 4506 - name = "windows_i686_msvc" 4507 - version = "0.34.0" 4508 - source = "registry+https://github.com/rust-lang/crates.io-index" 4509 - checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956" 4510 - 4511 - [[package]] 4512 - name = "windows_i686_msvc" 4513 - version = "0.42.1" 4514 - source = "registry+https://github.com/rust-lang/crates.io-index" 4515 - checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 4516 - 4517 - [[package]] 4518 - name = "windows_i686_msvc" 4519 - version = "0.48.0" 4520 - source = "registry+https://github.com/rust-lang/crates.io-index" 4521 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 4522 - 4523 - [[package]] 4524 - name = "windows_x86_64_gnu" 4525 - version = "0.34.0" 4526 - source = "registry+https://github.com/rust-lang/crates.io-index" 4527 - checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4" 4528 - 4529 - [[package]] 4530 - name = "windows_x86_64_gnu" 4531 - version = "0.42.1" 4532 - source = "registry+https://github.com/rust-lang/crates.io-index" 4533 - checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 4534 - 4535 - [[package]] 4536 - name = "windows_x86_64_gnu" 4537 - version = "0.48.0" 4538 - source = "registry+https://github.com/rust-lang/crates.io-index" 4539 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 4540 - 4541 - [[package]] 4542 - name = "windows_x86_64_gnullvm" 4543 - version = "0.42.1" 4544 - source = "registry+https://github.com/rust-lang/crates.io-index" 4545 - checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 4546 - 4547 - [[package]] 4548 - name = "windows_x86_64_gnullvm" 4549 - version = "0.48.0" 4550 - source = "registry+https://github.com/rust-lang/crates.io-index" 4551 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 4552 - 4553 - [[package]] 4554 - name = "windows_x86_64_msvc" 4555 - version = "0.34.0" 4556 - source = "registry+https://github.com/rust-lang/crates.io-index" 4557 - checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9" 4558 - 4559 - [[package]] 4560 - name = "windows_x86_64_msvc" 4561 - version = "0.42.1" 4562 - source = "registry+https://github.com/rust-lang/crates.io-index" 4563 - checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 4564 - 4565 - [[package]] 4566 - name = "windows_x86_64_msvc" 4567 - version = "0.48.0" 4568 - source = "registry+https://github.com/rust-lang/crates.io-index" 4569 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 4570 - 4571 - [[package]] 4572 - name = "winnow" 4573 - version = "0.4.6" 4574 - source = "registry+https://github.com/rust-lang/crates.io-index" 4575 - checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 4576 - dependencies = [ 4577 - "memchr", 4578 - ] 4579 - 4580 - [[package]] 4581 - name = "winreg" 4582 - version = "0.7.0" 4583 - source = "registry+https://github.com/rust-lang/crates.io-index" 4584 - checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 4585 - dependencies = [ 4586 - "winapi 0.3.9", 4587 - ] 4588 - 4589 - [[package]] 4590 - name = "winreg" 4591 - version = "0.51.0" 4592 - source = "registry+https://github.com/rust-lang/crates.io-index" 4593 - checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" 4594 - dependencies = [ 4595 - "cfg-if 1.0.0", 4596 - "windows-sys 0.48.0", 4597 - ] 4598 - 4599 - [[package]] 4600 - name = "ws2_32-sys" 4601 - version = "0.2.1" 4602 - source = "registry+https://github.com/rust-lang/crates.io-index" 4603 - checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 4604 - dependencies = [ 4605 - "winapi 0.2.8", 4606 - "winapi-build", 4607 - ] 4608 - 4609 - [[package]] 4610 - name = "xattr" 4611 - version = "1.0.1" 4612 - source = "registry+https://github.com/rust-lang/crates.io-index" 4613 - checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" 4614 - dependencies = [ 4615 - "libc", 4616 - ] 4617 - 4618 - [[package]] 4619 - name = "xml-rs" 4620 - version = "0.8.14" 4621 - source = "registry+https://github.com/rust-lang/crates.io-index" 4622 - checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c" 4623 - 4624 - [[package]] 4625 - name = "xz2" 4626 - version = "0.1.7" 4627 - source = "registry+https://github.com/rust-lang/crates.io-index" 4628 - checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 4629 - dependencies = [ 4630 - "lzma-sys", 4631 - ] 4632 - 4633 - [[package]] 4634 - name = "yaml-rust" 4635 - version = "0.4.5" 4636 - source = "registry+https://github.com/rust-lang/crates.io-index" 4637 - checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 4638 - dependencies = [ 4639 - "linked-hash-map", 4640 - ] 4641 - 4642 - [[package]] 4643 - name = "yasna" 4644 - version = "0.5.2" 4645 - source = "registry+https://github.com/rust-lang/crates.io-index" 4646 - checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 4647 - dependencies = [ 4648 - "time 0.3.11", 4649 - ] 4650 - 4651 - [[package]] 4652 - name = "zeroize" 4653 - version = "1.4.1" 4654 - source = "registry+https://github.com/rust-lang/crates.io-index" 4655 - checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd" 4656 - 4657 - [[package]] 4658 - name = "zmq" 4659 - version = "0.9.2" 4660 - source = "git+https://github.com/habitat-sh/rust-zmq?branch=v0.9.2-symlinks-removed#048f33ed4b9241a2c63b4c9b61fdf8bcd142ae00" 4661 - dependencies = [ 4662 - "bitflags 1.3.2", 4663 - "libc", 4664 - "log 0.4.20", 4665 - "zmq-sys", 4666 - ] 4667 - 4668 - [[package]] 4669 - name = "zmq-sys" 4670 - version = "0.11.0" 4671 - source = "git+https://github.com/habitat-sh/rust-zmq?branch=v0.9.2-symlinks-removed#048f33ed4b9241a2c63b4c9b61fdf8bcd142ae00" 4672 - dependencies = [ 4673 - "libc", 4674 - "metadeps", 4675 - ]
+4 -13
pkgs/by-name/ha/habitat/package.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "habitat"; 16 - version = "1.6.848"; 16 + version = "1.6.1243"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "habitat-sh"; 20 20 repo = "habitat"; 21 21 rev = version; 22 - hash = "sha256-oK9ZzENwpEq6W1qnhSgkr7Rhy7Fxt/BS4U5nxecyPu8="; 22 + hash = "sha256-+5If4veDOGTTIhYxhAiq1cC4Sy6vAmjX5hrmUmpGlFU="; 23 23 }; 24 24 25 - cargoLock = { 26 - lockFile = ./Cargo.lock; 27 - outputHashes = { 28 - "clap-2.33.1" = "sha256-ixyNr91VNB2ce2cIr0CdPmvKYRlckhKLeaSbqxouIAY="; 29 - "configopt-0.1.0" = "sha256-76MeSoRD796ZzBqX3CoDJnunekVo2XfctpxrpspxmAU="; 30 - "rants-0.6.0" = "sha256-B8uDoiqddCki3j7aC8kilEcmJjvB4ICjZjjTun2UEkY="; 31 - "retry-1.0.0" = "sha256-ZaHnzOCelV4V0+MTIbH3DXxdz8QZVgcMq2YeV0S6X6o="; 32 - "structopt-0.3.15" = "sha256-0vIX7J7VktKytT3ZnOm45qPRMHDkdJg20eU6pZBIH+Q="; 33 - "zmq-0.9.2" = "sha256-bsDCPYLb9hUr6htPQ7rSoasKAqoWBx5FiEY1gOOtdJQ="; 34 - }; 35 - }; 25 + useFetchCargoVendor = true; 26 + cargoHash = "sha256-AI7Ij9F/K/chjxQUC0SnBsQQPLlVS6esa5LJAGRS9YI="; 36 27 37 28 nativeBuildInputs = [ 38 29 pkg-config
+2 -2
pkgs/by-name/kn/knot-dns/package.nix
··· 33 33 34 34 stdenv.mkDerivation rec { 35 35 pname = "knot-dns"; 36 - version = "3.4.4"; 36 + version = "3.4.5"; 37 37 38 38 src = fetchurl { 39 39 url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"; 40 - sha256 = "sha256-59nW3pfyG/M+kHvZhqQDgCXzlIea8KX9GXhyA6w7ITE="; 40 + sha256 = "sha256-NZr3Cvr6fMqhhDmnwes1Jw/57s6B0HVq5MpxaxQzy0s="; 41 41 }; 42 42 43 43 outputs = [
+2 -2
pkgs/by-name/le/ledger-live-desktop/package.nix
··· 8 8 9 9 let 10 10 pname = "ledger-live-desktop"; 11 - version = "2.102.0"; 11 + version = "2.104.0"; 12 12 13 13 src = fetchurl { 14 14 url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage"; 15 - hash = "sha256-mi4YOY8TYorLiUbRCmknY3NBzTXId7/vfdvzUJSrdrI="; 15 + hash = "sha256-RZweB6zE4POJRyvUXMC2nPyyIsZrTc2KkrxuZtmdZYY="; 16 16 }; 17 17 18 18 appimageContents = appimageTools.extractType2 {
+3 -3
pkgs/by-name/md/mdbook/package.nix
··· 9 9 installShellFiles, 10 10 }: 11 11 let 12 - version = "0.4.45"; 12 + version = "0.4.47"; 13 13 in 14 14 rustPlatform.buildRustPackage rec { 15 15 inherit version; ··· 19 19 owner = "rust-lang"; 20 20 repo = "mdBook"; 21 21 tag = "v${version}"; 22 - hash = "sha256-LgjJUz1apE1MejVjl4/5O6ISpnGkBXY33g6xfoukZxA="; 22 + hash = "sha256-XTvC2pGRVat0kOybNb9TziG32wDVexnFx2ahmpUFmaA="; 23 23 }; 24 24 25 25 cargoDeps = rustPlatform.fetchCargoVendor { 26 26 inherit pname version src; 27 27 allowGitDependencies = false; 28 - hash = "sha256-+7fC6cq6NQIUPtmNc5S5y4lRIS47v0tg1ru/AAYA6TM="; 28 + hash = "sha256-ASPRBAB+elJuyXpPQBm3WI97wD3mjoO1hw0fNHc+KAw="; 29 29 }; 30 30 31 31 nativeBuildInputs = [ installShellFiles ];
+2 -5
pkgs/by-name/pa/paretosecurity/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "paretosecurity"; 12 - version = "0.0.87"; 12 + version = "0.0.88"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "ParetoSecurity"; 16 16 repo = "agent"; 17 17 rev = version; 18 - hash = "sha256-SgMALLuGq4HGj5eo7JdvtcWOEGuUoLyC3pgamB1WBzI="; 18 + hash = "sha256-UVnZhkajrc9q6AZvIU7oi931ugxkiVSPk1NugAERnek="; 19 19 }; 20 - 21 - # tests do network access, fix pending 22 - doCheck = false; 23 20 24 21 vendorHash = "sha256-HReQu23sHLaxc5N8h2vYv64ruJPmY4HM9whAEKV+3Eo="; 25 22 proxyVendor = true;
+3 -3
pkgs/by-name/pi/pik/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "pik"; 11 - version = "0.16.0"; 11 + version = "0.18.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "jacek-kurlit"; 15 15 repo = "pik"; 16 16 rev = version; 17 - hash = "sha256-L5r8ds5Avh6WqiYYg/0hVDjdp/TBGgCZgKnJoDzs7Rw="; 17 + hash = "sha256-8+Q5j9PWiITVgZkJnX+oWbC6QnNDhFxX4jLiMDWnw/g="; 18 18 }; 19 19 20 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-d2I4RDo/U+69WwXjxHRsRNUxY2ymxzHqObR6X68xXRo="; 21 + cargoHash = "sha256-6U0QkLgGEONGRDfrDVkxeHSJy9QnfQqn2YiZEswunTk="; 22 22 23 23 passthru.tests.version = testers.testVersion { package = pik; }; 24 24
+3 -3
pkgs/by-name/re/renovate/package.nix
··· 15 15 16 16 stdenv.mkDerivation (finalAttrs: { 17 17 pname = "renovate"; 18 - version = "39.191.0"; 18 + version = "39.208.1"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "renovatebot"; 22 22 repo = "renovate"; 23 23 tag = finalAttrs.version; 24 - hash = "sha256-HJvtYqEUmIr+P8g6cCr+NSgmZkzF7TZaVifyhI84oSY="; 24 + hash = "sha256-Y4EJCbIK3XZAilbf/zMEfjEDYHNrUrAGRfsNmY0h/Bw="; 25 25 }; 26 26 27 27 postPatch = '' ··· 39 39 40 40 pnpmDeps = pnpm_10.fetchDeps { 41 41 inherit (finalAttrs) pname version src; 42 - hash = "sha256-w0BaiLwP2AC2KsP2+GTgagMcfFbP/FBaUurbL9y+pXw="; 42 + hash = "sha256-5KGTt6lx44LNpHG/RelCQ1ZlQOMOL6bJi66M2nCiirg="; 43 43 }; 44 44 45 45 env.COREPACK_ENABLE_STRICT = 0;
+2 -7
pkgs/by-name/rp/rpiboot/package.nix
··· 22 22 buildInputs = [ libusb1 ]; 23 23 nativeBuildInputs = [ pkg-config ]; 24 24 25 - patchPhase = '' 26 - sed -i "s@/usr/@$out/@g" main.c 27 - ''; 25 + makeFlags = [ "INSTALL_PREFIX=$(out)" ]; 28 26 29 - installPhase = '' 27 + preInstall = '' 30 28 mkdir -p $out/bin 31 - mkdir -p $out/share/rpiboot 32 - cp rpiboot $out/bin 33 - cp -r msd firmware eeprom-erase mass-storage-gadget* recovery* secure-boot* rpi-eeprom rpi-imager-embedded $out/share/rpiboot 34 29 ''; 35 30 36 31 passthru.updateScript = gitUpdater { };
+3 -3
pkgs/by-name/ye/yew-fmt/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "yew-fmt"; 11 - version = "0.5.5"; 11 + version = "0.6"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "its-the-shrimp"; 15 15 repo = "yew-fmt"; 16 16 tag = "v${version}"; 17 - hash = "sha256-2sOw8wWfnEphYsruQyhZMW3KofcGkNHJB6Q1jhFP3oo="; 17 + hash = "sha256-KhZezkR9VhdfGkNe1hSF90pe9K4VGDlBltasb7xnmRI="; 18 18 }; 19 19 20 - cargoHash = "sha256-o4oRVI3+Nz8fwdwlyVvXUuhCQr4Bbg5Kife/PJoJCJY="; 20 + cargoHash = "sha256-Y6OicST0GbUL4RpvdvtBLFlLwryQMKlaut5x9+cNiM8="; 21 21 nativeCheckInputs = [ rustfmt ]; 22 22 passthru.updateScript = nix-update-script { }; 23 23 useFetchCargoVendor = true;
+1
pkgs/development/compilers/llvm/common/libc/default.nix
··· 77 77 }; 78 78 79 79 meta = llvm_meta // { 80 + broken = stdenv.hostPlatform.isDarwin; 80 81 homepage = "https://libc.llvm.org/"; 81 82 description = "Standard C library for LLVM"; 82 83 };
+9 -2
pkgs/development/compilers/llvm/common/llvm/default.nix
··· 513 513 ] ++ [ 514 514 "-DLLVM_TABLEGEN=${buildLlvmTools.tblgen}/bin/llvm-tblgen" 515 515 ]; 516 + 517 + triple = 518 + if stdenv.hostPlatform.isDarwin && lib.versionAtLeast release_version "20" then 519 + # JIT tests expect the triple to use Darwin arch's naming for CPU architectures. 520 + "${stdenv.hostPlatform.darwinArch}-apple-${stdenv.hostPlatform.darwinPlatform}" 521 + else 522 + stdenv.hostPlatform.config; 516 523 in flagsForLlvmConfig ++ [ 517 524 "-DLLVM_INSTALL_UTILS=ON" # Needed by rustc 518 525 "-DLLVM_BUILD_TESTS=${if finalAttrs.finalPackage.doCheck then "ON" else "OFF"}" 519 526 "-DLLVM_ENABLE_FFI=ON" 520 - "-DLLVM_HOST_TRIPLE=${stdenv.hostPlatform.config}" 521 - "-DLLVM_DEFAULT_TARGET_TRIPLE=${stdenv.hostPlatform.config}" 527 + "-DLLVM_HOST_TRIPLE=${triple}" 528 + "-DLLVM_DEFAULT_TARGET_TRIPLE=${triple}" 522 529 "-DLLVM_ENABLE_DUMP=ON" 523 530 (lib.cmakeBool "LLVM_ENABLE_TERMINFO" enableTerminfo) 524 531 ] ++ optionals (!finalAttrs.finalPackage.doCheck) [
+2
pkgs/development/compilers/llvm/common/mlir/default.nix
··· 71 71 outputs = [ "out" "dev" ]; 72 72 73 73 meta = llvm_meta // { 74 + # Very broken since the dependencies aren't propagating at all with tblgen through the CMake. 75 + broken = lib.versionAtLeast release_version "20"; 74 76 homepage = "https://mlir.llvm.org/"; 75 77 description = "Multi-Level IR Compiler Framework"; 76 78 longDescription = ''
+1 -1
pkgs/development/compilers/llvm/default.nix
··· 31 31 "17.0.6".officialRelease.sha256 = "sha256-8MEDLLhocshmxoEBRSKlJ/GzJ8nfuzQ8qn0X/vLA+ag="; 32 32 "18.1.8".officialRelease.sha256 = "sha256-iiZKMRo/WxJaBXct9GdAcAT3cz9d9pnAcO1mmR6oPNE="; 33 33 "19.1.7".officialRelease.sha256 = "sha256-cZAB5vZjeTsXt9QHbP5xluWNQnAHByHtHnAhVDV0E6I="; 34 - "20.1.0-rc3".officialRelease.sha256 = "sha256-mLSBoyq24FD+khynC6sC5IkDFqizgAn07lR9+ZRXlV0="; 34 + "20.1.1".officialRelease.sha256 = "sha256-hDFYi5wAUDQ8xfjvbGFi05KdawrN9lwrrSC8AcTpCEE="; 35 35 "21.0.0-git".gitRelease = { 36 36 rev = "4fde8c341f9166e6ec6dff6e7704be175e382f5b"; 37 37 rev-version = "21.0.0-unstable-2025-03-16";
+3 -3
pkgs/development/python-modules/aioshelly/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "aioshelly"; 19 - version = "13.3.0"; 19 + version = "13.4.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.11"; ··· 25 25 owner = "home-assistant-libs"; 26 26 repo = "aioshelly"; 27 27 tag = version; 28 - hash = "sha256-kPFTY1SDysNh64XYaW873SsZKT7uGmaugitXnkpAhA0="; 28 + hash = "sha256-sGcI8+y/l8meYmlerWC2cEhW+LMKnZpoCw4ZWG26c6g="; 29 29 }; 30 30 31 31 build-system = [ setuptools ]; ··· 49 49 meta = with lib; { 50 50 description = "Python library to control Shelly"; 51 51 homepage = "https://github.com/home-assistant-libs/aioshelly"; 52 - changelog = "https://github.com/home-assistant-libs/aioshelly/releases/tag/${version}"; 52 + changelog = "https://github.com/home-assistant-libs/aioshelly/releases/tag/${src.tag}"; 53 53 license = licenses.asl20; 54 54 maintainers = with maintainers; [ fab ]; 55 55 };
+1 -1
pkgs/development/python-modules/cpe/default.nix
··· 31 31 changelog = "https://github.com/nilp0inter/cpe/releases/tag/v${version}"; 32 32 description = "Common platform enumeration for python"; 33 33 homepage = "https://github.com/nilp0inter/cpe"; 34 - license = lib.licenses.gpl3Only; 34 + license = lib.licenses.lgpl3Only; 35 35 maintainers = with lib.maintainers; [ tochiaha ]; 36 36 }; 37 37 }
+52 -47
pkgs/development/python-modules/devito/default.nix
··· 9 9 10 10 # dependencies 11 11 anytree, 12 - cached-property, 13 12 cgen, 14 13 click, 14 + cloudpickle, 15 15 codepy, 16 - distributed, 17 16 llvmPackages, 18 17 multidict, 19 - nbval, 18 + numpy, 19 + packaging, 20 20 psutil, 21 21 py-cpuinfo, 22 - scipy, 23 22 sympy, 24 23 25 24 # tests ··· 27 26 matplotlib, 28 27 pytest-xdist, 29 28 pytestCheckHook, 29 + scipy, 30 30 }: 31 31 32 32 buildPythonPackage rec { 33 33 pname = "devito"; 34 - version = "4.8.12"; 34 + version = "4.8.14"; 35 35 pyproject = true; 36 36 37 37 src = fetchFromGitHub { 38 38 owner = "devitocodes"; 39 39 repo = "devito"; 40 40 tag = "v${version}"; 41 - hash = "sha256-Eqyq96mVB5ZhPaLASesWhzjjHcXz/tAIOPP//8yGoBM="; 41 + hash = "sha256-NM60H8Fx0pe4JEF7K8A+1i1MbxKhgab5cGcCD8wl9l8="; 42 42 }; 43 43 44 44 pythonRemoveDeps = [ "pip" ]; ··· 49 49 50 50 dependencies = [ 51 51 anytree 52 - cached-property 53 52 cgen 54 53 click 54 + cloudpickle 55 55 codepy 56 - distributed 57 - nbval 58 56 multidict 57 + numpy 58 + packaging 59 59 psutil 60 60 py-cpuinfo 61 - scipy 62 61 sympy 63 62 ] ++ lib.optionals stdenv.cc.isClang [ llvmPackages.openmp ]; 64 63 ··· 67 66 matplotlib 68 67 pytest-xdist 69 68 pytestCheckHook 69 + scipy 70 70 ]; 71 71 72 - pytestFlagsArray = [ "-x" ]; 72 + pytestFlagsArray = 73 + [ 74 + "-x" 75 + # Tests marked as 'parallel' require mpi and fail in the sandbox: 76 + # FileNotFoundError: [Errno 2] No such file or directory: 'mpiexec' 77 + "-m 'not parallel'" 78 + ] 79 + ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ 80 + # assert np.all(f.data == check) 81 + # assert Data(False) 82 + "--deselect tests/test_data.py::TestDataReference::test_w_data" 83 + 84 + # AssertionError: assert 'omp for schedule(dynamic,1)' == 'omp for coll...le(dynamic,1)' 85 + "--deselect tests/test_dle.py::TestNestedParallelism::test_nested_cache_blocking_structure_subdims" 86 + 87 + # codepy.CompileError: module compilation failed 88 + # FAILED compiler invocation 89 + "--deselect tests/test_dle.py::TestNodeParallelism::test_dynamic_nthreads" 90 + 91 + # AssertionError: assert all(not i.pragmas for i in iters[2:]) 92 + "--deselect tests/test_dle.py::TestNodeParallelism::test_incr_perfect_sparse_outer" 93 + ] 94 + ++ lib.optionals stdenv.hostPlatform.isDarwin [ 95 + # IndexError: tuple index out of range 96 + "--deselect tests/test_dle.py::TestNestedParallelism" 97 + 98 + # codepy.CompileError: module compilation failed 99 + "--deselect tests/test_autotuner.py::test_nested_nthreads" 100 + 101 + # assert np.all(np.isclose(f0.data, check0)) 102 + # assert Data(false) 103 + "--deselect tests/test_interpolation.py::TestSubDomainInterpolation::test_inject_subdomain" 104 + ]; 73 105 74 - # I've had to disable the following tests since they fail while using nix-build, but they do pass 75 - # outside the build. They mostly related to the usage of MPI in a sandboxed environment. 76 106 disabledTests = 77 107 [ 78 - "test_assign_parallel" 79 - "test_cache_blocking_structure_distributed" 80 - "test_codegen_quality0" 81 - "test_coefficients_w_xreplace" 82 - "test_docstrings" 83 - "test_docstrings[finite_differences.coefficients]" 84 - "test_gs_parallel" 85 - "test_if_halo_mpi" 86 - "test_if_parallel" 87 - "test_index_derivative" 88 - "test_init_omp_env_w_mpi" 89 - "test_loop_bounds_forward" 90 - "test_min_max_mpi" 91 - "test_mpi" 92 - "test_mpi_nocomms" 93 - "test_new_distributor" 94 - "test_setupWOverQ" 95 - "test_shortcuts" 96 - "test_stability_mpi" 97 - "test_subdomainset_mpi" 98 - "test_subdomains_mpi" 99 - 100 108 # Download dataset from the internet 101 109 "test_gs_2d_float" 102 110 "test_gs_2d_int" ··· 111 119 112 120 # FAILED tests/test_unexpansion.py::Test2Pass::test_v0 - codepy.CompileError: module compilation failed 113 121 "test_v0" 122 + 123 + # AssertionError: assert(np.allclose(grad_u.data, grad_v.data, rtol=tolerance, atol=tolerance)) 124 + "test_gradient_equivalence" 114 125 ] 115 126 ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) [ 116 127 # Numerical tests ··· 123 134 ]; 124 135 125 136 disabledTestPaths = 126 - [ 127 - "tests/test_pickle.py" 128 - "tests/test_benchmark.py" 129 - "tests/test_mpi.py" 130 - "tests/test_autotuner.py" 131 - "tests/test_data.py" 132 - "tests/test_dse.py" 133 - "tests/test_gradient.py" 134 - ] 135 - ++ lib.optionals ( 136 - (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin 137 - ) [ "tests/test_dle.py" ]; 137 + lib.optionals 138 + ((stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin) 139 + [ 140 + # Flaky: codepy.CompileError: module compilation failed 141 + "tests/test_dse.py" 142 + ]; 138 143 139 144 pythonImportsCheck = [ "devito" ]; 140 145
+15 -19
pkgs/development/python-modules/magic-wormhole/default.nix
··· 3 3 stdenv, 4 4 buildPythonPackage, 5 5 fetchFromGitHub, 6 - fetchpatch, 7 6 8 7 # build-system 9 8 setuptools, 9 + versioneer, 10 10 11 11 # dependencies 12 - spake2, 13 - pynacl, 14 - six, 15 12 attrs, 16 - twisted, 17 13 autobahn, 18 14 automat, 19 - tqdm, 20 15 click, 16 + cryptography, 21 17 humanize, 22 18 iterable-io, 19 + pynacl, 20 + qrcode, 21 + spake2, 22 + tqdm, 23 + twisted, 23 24 txtorcon, 24 25 zipstream-ng, 25 26 ··· 36 37 37 38 buildPythonPackage rec { 38 39 pname = "magic-wormhole"; 39 - version = "0.17.0"; 40 + version = "0.18.0"; 40 41 pyproject = true; 41 42 42 43 src = fetchFromGitHub { 43 44 owner = "magic-wormhole"; 44 45 repo = "magic-wormhole"; 45 46 tag = version; 46 - hash = "sha256-BxPF4iQ91wLBagdvQ/Y89VIZBkMxFiEHnK+BU55Bwr4="; 47 + hash = "sha256-FQ7m6hkJcFZaE+ptDALq/gijn/RcAM1Zvzi2+xpoXBU="; 47 48 }; 48 49 49 - patches = [ 50 - # TODO: drop patch for magic-wormhole > 0.17.0 51 - # fix test for twisted 24.10.0 (https://github.com/magic-wormhole/magic-wormhole/pull/554) 52 - (fetchpatch { 53 - name = "fix-twisted-24.10.0.patch"; 54 - url = "https://github.com/magic-wormhole/magic-wormhole/commit/d7353cad6fe9d43620a0de33a634f395757d2e5c.patch"; 55 - hash = "sha256-mvgVFW3Fa2I8/39ron0bYYsJNm2r97jnLFCfhtHSIP0="; 56 - }) 57 - ]; 58 50 postPatch = 59 51 # enable tests by fixing the location of the wormhole binary 60 52 '' ··· 67 59 sed -i -e "s|'ifconfig'|'${nettools}/bin/ifconfig'|" src/wormhole/ipaddrs.py 68 60 ''; 69 61 70 - build-system = [ setuptools ]; 62 + build-system = [ 63 + setuptools 64 + versioneer 65 + ]; 71 66 72 67 dependencies = 73 68 [ ··· 75 70 autobahn 76 71 automat 77 72 click 73 + cryptography 78 74 humanize 79 75 iterable-io 80 76 pynacl 81 - six 77 + qrcode 82 78 spake2 83 79 tqdm 84 80 twisted
+2 -2
pkgs/development/python-modules/types-tqdm/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "types-tqdm"; 11 - version = "4.67.0.20250301"; 11 + version = "4.67.0.20250319"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 pname = "types_tqdm"; 16 16 inherit version; 17 - hash = "sha256-XomjitibhngjNo65fZ+Q0vxpgGuwVd3mJxagXaYrXg0="; 17 + hash = "sha256-rpR6ZL2Nfte30rc2nfBfkYH4R+woKP3Iot6wu4cBrao="; 18 18 }; 19 19 20 20 build-system = [ setuptools ];
+1 -4
pkgs/kde/default.nix
··· 40 40 ) allUrls; 41 41 in 42 42 ( 43 - # This removes reference to deprecated `qt6Packages.stdenv` 44 - # so when a KDE package asks for a stdenv, it won't trigger 45 - # an eval warning 46 - (lib.removeAttrs qt6Packages [ "stdenv" ]) 43 + qt6Packages 47 44 // frameworks 48 45 // gear 49 46 // plasma
+35 -35
pkgs/os-specific/linux/kernel/hardened/patches.json
··· 2 2 "5.10": { 3 3 "patch": { 4 4 "extra": "-hardened1", 5 - "name": "linux-hardened-v5.10.234-hardened1.patch", 6 - "sha256": "0155pikfzyrmrf9xc2bid6s7jz6qw6pb1x1pbzgphsvsi83jm886", 7 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/v5.10.234-hardened1/linux-hardened-v5.10.234-hardened1.patch" 5 + "name": "linux-hardened-v5.10.235-hardened1.patch", 6 + "sha256": "1xhpwy62jbwbc71s2cglxhrn7radpp256v05d587gf7jwhbi2zmc", 7 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/v5.10.235-hardened1/linux-hardened-v5.10.235-hardened1.patch" 8 8 }, 9 - "sha256": "1rgb4v6dvqlw1mgzsli0hxaj2d5d4m1nylgcrwm4bkpiwbzc95wm", 10 - "version": "5.10.234" 9 + "sha256": "1k7iq4np3pflkq3d71ya8xs5czhslhy2iha4ls9lma81269y6fwm", 10 + "version": "5.10.235" 11 11 }, 12 12 "5.15": { 13 13 "patch": { 14 14 "extra": "-hardened1", 15 - "name": "linux-hardened-v5.15.178-hardened1.patch", 16 - "sha256": "01gbhdfnbxsb20qvgchk1qar7mf9phrzfidx825jags1v565jbpf", 17 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/v5.15.178-hardened1/linux-hardened-v5.15.178-hardened1.patch" 15 + "name": "linux-hardened-v5.15.179-hardened1.patch", 16 + "sha256": "18255w5x7fjx37zdzbmigp641izc5h8fp2h8z7lj33z2mf7gfs9y", 17 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/v5.15.179-hardened1/linux-hardened-v5.15.179-hardened1.patch" 18 18 }, 19 - "sha256": "0hkw2l4gr5m6jw2adxcgm2sb6kl0w51r6s4hcbn6rlm4bvmzgsgg", 20 - "version": "5.15.178" 19 + "sha256": "0vqk4wd0cacigz42gigdzbj415hcdn2k2m01yr7k8pcv3rxs86ck", 20 + "version": "5.15.179" 21 21 }, 22 22 "5.4": { 23 23 "patch": { 24 24 "extra": "-hardened1", 25 - "name": "linux-hardened-v5.4.290-hardened1.patch", 26 - "sha256": "0bd1g3zx5x5hxljw0qfis6h5y13pjlw1sizj7cx261iqb35vsv3x", 27 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/v5.4.290-hardened1/linux-hardened-v5.4.290-hardened1.patch" 25 + "name": "linux-hardened-v5.4.291-hardened1.patch", 26 + "sha256": "1i7x7pdmqbrj306jbqv75ij1lq4hvdmw1qnfa4975zyzdd8d0khq", 27 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/v5.4.291-hardened1/linux-hardened-v5.4.291-hardened1.patch" 28 28 }, 29 - "sha256": "0mm4q8f6kbqddy4zaxjf5xyqpnla5qprvsf7v3vq01gmlzr3rivc", 30 - "version": "5.4.290" 29 + "sha256": "0vpgb3lmhgv5iw9b1z0kqr6vdv44if49marfp5858z3a8yj69bdk", 30 + "version": "5.4.291" 31 31 }, 32 32 "6.1": { 33 33 "patch": { 34 34 "extra": "-hardened1", 35 - "name": "linux-hardened-v6.1.129-hardened1.patch", 36 - "sha256": "0lacg5p2pw56cwijiiby6isa5r4nwmi5lh1p1lr1n1yy8nzzs3kx", 37 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/v6.1.129-hardened1/linux-hardened-v6.1.129-hardened1.patch" 35 + "name": "linux-hardened-v6.1.131-hardened1.patch", 36 + "sha256": "005qvy3r69cy007fvj7m4b49m3vplndb280p2q72wnk9mpw8axrp", 37 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/v6.1.131-hardened1/linux-hardened-v6.1.131-hardened1.patch" 38 38 }, 39 - "sha256": "0axm373w49cjga541nxk9rxpkh75wl1b04l8w6clm93mvszy6qwx", 40 - "version": "6.1.129" 39 + "sha256": "05jvvv3khadvfgdrv43fcrnm606jk4064a7qivkvnk1vc08gbjj4", 40 + "version": "6.1.131" 41 41 }, 42 42 "6.11": { 43 43 "patch": { ··· 52 52 "6.12": { 53 53 "patch": { 54 54 "extra": "-hardened1", 55 - "name": "linux-hardened-v6.12.17-hardened1.patch", 56 - "sha256": "15glq35gdh4mn69qqlv2hr79clwk1xphf6cfhh5n67xjkxri8jxw", 57 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/v6.12.17-hardened1/linux-hardened-v6.12.17-hardened1.patch" 55 + "name": "linux-hardened-v6.12.19-hardened1.patch", 56 + "sha256": "1f78k1bns49gfb8ari5jg5wkfai206nfpsnwj0y5h5yrjg0x8sx8", 57 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/v6.12.19-hardened1/linux-hardened-v6.12.19-hardened1.patch" 58 58 }, 59 - "sha256": "1cv3vrvwsj4ldbq7f9ccmal9as2ziw0cn8g3fd4lx5w09z9mq82w", 60 - "version": "6.12.17" 59 + "sha256": "0cb5ri6xsd9fyf0s48xrrsbhqzbgjd0iddnid6qk8i60prbz0fyp", 60 + "version": "6.12.19" 61 61 }, 62 62 "6.13": { 63 63 "patch": { 64 64 "extra": "-hardened1", 65 - "name": "linux-hardened-v6.13.5-hardened1.patch", 66 - "sha256": "04adsib4g7rfgmq1sc7przp3fpw6djb4vvf8ypn94a7dihg7f8ip", 67 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/v6.13.5-hardened1/linux-hardened-v6.13.5-hardened1.patch" 65 + "name": "linux-hardened-v6.13.7-hardened1.patch", 66 + "sha256": "0s0h6z9qxqcfdz14zbaalapl2py7z40hf4p6405f2hy5hajdcxq3", 67 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/v6.13.7-hardened1/linux-hardened-v6.13.7-hardened1.patch" 68 68 }, 69 - "sha256": "1qp6aprkkf2iwlhg2czd2msyqc728ab1vyr2v1nw3yzkhh3wngi8", 70 - "version": "6.13.5" 69 + "sha256": "07c08x68fgcsgriss5z8w427h69y52s887vas91jzb5p70hbcf9s", 70 + "version": "6.13.7" 71 71 }, 72 72 "6.6": { 73 73 "patch": { 74 74 "extra": "-hardened1", 75 - "name": "linux-hardened-v6.6.80-hardened1.patch", 76 - "sha256": "09hhswaslihs5w58jka5xfw2kz70mg7awsvhbca9il5wn7wppp0j", 77 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/v6.6.80-hardened1/linux-hardened-v6.6.80-hardened1.patch" 75 + "name": "linux-hardened-v6.6.83-hardened1.patch", 76 + "sha256": "0wzgkj4ypa3clbzq40jkm3qjhbnj8wj48wc9vxx8v15gl4rppgga", 77 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/v6.6.83-hardened1/linux-hardened-v6.6.83-hardened1.patch" 78 78 }, 79 - "sha256": "09qkadl9fm0c589qyjdwhgryr85xampz0k7lsafmrx142g813ybc", 80 - "version": "6.6.80" 79 + "sha256": "0262q81mwhy8plql8hnnfvagp460vfl127kaayya113l7gkbnjw9", 80 + "version": "6.6.83" 81 81 } 82 82 }
+6 -6
pkgs/servers/nextcloud/default.nix
··· 60 60 in 61 61 { 62 62 nextcloud29 = generic { 63 - version = "29.0.13"; 64 - hash = "sha256-B3hipF/CzO/mSJA3MIYh8H3Gw2bK20/Wo1JbiRGaXb8="; 63 + version = "29.0.14"; 64 + hash = "sha256-mjMuAywSnD6Sp6EBkktfJnsJNvaJdJxF0DE0PIikavs="; 65 65 packages = nextcloud29Packages; 66 66 }; 67 67 68 68 nextcloud30 = generic { 69 - version = "30.0.7"; 70 - hash = "sha256-3HIxyDKEBoPLcsPYognaFETVXBNVSoTrn656dfDBJQY="; 69 + version = "30.0.8"; 70 + hash = "sha256-uwhqES+zUW50SSHXrhSCzBvVN+39HxQFHBNI1LatWKI="; 71 71 packages = nextcloud30Packages; 72 72 }; 73 73 74 74 nextcloud31 = generic { 75 - version = "31.0.1"; 76 - hash = "sha256-ufoEWK7JS+e7KHhp+WC7yHBZLZP7w1JxYGwx5Hfk57I="; 75 + version = "31.0.2"; 76 + hash = "sha256-ALVyERt8K5iELZXARt5570Y8z63IoEtUAGx4bh+UwxA="; 77 77 packages = nextcloud31Packages; 78 78 }; 79 79
+4 -4
pkgs/servers/nextcloud/packages/29.json
··· 143 143 "hash": "sha256-yfTZjAsmv2wdMNNP1Tm0fmzSIlUwRfMraNPgFEHW238=", 144 144 "url": "https://github.com/nextcloud-releases/groupfolders/releases/download/v17.0.10/groupfolders-v17.0.10.tar.gz", 145 145 "version": "17.0.10", 146 - "description": "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.", 146 + "description": "Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder.", 147 147 "homepage": "https://github.com/nextcloud/groupfolders", 148 148 "licenses": [ 149 149 "agpl" ··· 190 190 ] 191 191 }, 192 192 "mail": { 193 - "hash": "sha256-nx9trnOjtl/jd081DB8/5BjtDe6WVwcss0ynxyT/dEU=", 194 - "url": "https://github.com/nextcloud-releases/mail/releases/download/v3.7.23/mail-v3.7.23.tar.gz", 195 - "version": "3.7.23", 193 + "hash": "sha256-4XLoP07M614QM2n86QvNlol3NVmrfQLBDLZCZ013Lsc=", 194 + "url": "https://github.com/nextcloud-releases/mail/releases/download/v3.7.24/mail-stable3.7.tar.gz", 195 + "version": "3.7.24", 196 196 "description": "**💌 A mail app for Nextcloud**\n\n- **🚀 Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.\n- **📥 Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.\n- **🔒 Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.\n- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.\n- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!\n\n## Ethical AI Rating\n\n### Priority Inbox\n\nPositive:\n* The software for training and inferencing of this model is open source.\n* The model is created and trained on-premises based on the user's own data.\n* The training data is accessible to the user, making it possible to check or correct for bias or optimise the performance and CO2 usage.\n\n### Thread Summaries (opt-in)\n\n**Rating:** 🟢/🟡/🟠/🔴\n\nThe rating depends on the installed text processing backend. See [the rating overview](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for details.\n\nLearn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).", 197 197 "homepage": "https://github.com/nextcloud/mail#readme", 198 198 "licenses": [
+10 -10
pkgs/servers/nextcloud/packages/30.json
··· 20 20 ] 21 21 }, 22 22 "calendar": { 23 - "hash": "sha256-MpWmWSyC6ZxzE8Xu+rjCxl9OhdmSydGMR+zcJyoH7uE=", 24 - "url": "https://github.com/nextcloud-releases/calendar/releases/download/v5.1.3/calendar-v5.1.3.tar.gz", 25 - "version": "5.1.3", 23 + "hash": "sha256-mAH/A5oiPwIh6K6bb9wd55CmqMoEAaKQVVr8zFNbXE8=", 24 + "url": "https://github.com/nextcloud-releases/calendar/releases/download/v5.2.0/calendar-v5.2.0.tar.gz", 25 + "version": "5.2.0", 26 26 "description": "The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite team’s matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events\n* ⌚️ **Free/Busy!** See when your attendees are available to meet\n* ⏰ **Reminders!** Get alarms for events inside your browser and via email\n* 🔍 Search! Find your events at ease\n* ☑️ Tasks! See tasks with a due date directly in the calendar\n* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.", 27 27 "homepage": "https://github.com/nextcloud/calendar/", 28 28 "licenses": [ ··· 140 140 ] 141 141 }, 142 142 "groupfolders": { 143 - "hash": "sha256-zWRg9oqEhD0SGL82LB1HxbkLt3CbcQsgrBXlCLy94h8=", 144 - "url": "https://github.com/nextcloud-releases/groupfolders/releases/download/v18.1.1/groupfolders-v18.1.1.tar.gz", 145 - "version": "18.1.1", 146 - "description": "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.", 143 + "hash": "sha256-xlxc4m0xxjrI3Pi+1L63Sm4wQCjJdkHD9JPorsrI5e0=", 144 + "url": "https://github.com/nextcloud-releases/groupfolders/releases/download/v18.1.2/groupfolders-v18.1.2.tar.gz", 145 + "version": "18.1.2", 146 + "description": "Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder.", 147 147 "homepage": "https://github.com/nextcloud/groupfolders", 148 148 "licenses": [ 149 149 "agpl" ··· 190 190 ] 191 191 }, 192 192 "mail": { 193 - "hash": "sha256-c/inKInFwLG7MdNcJPV7NzF1QNRgKNWyC+rjnza2/K8=", 194 - "url": "https://github.com/nextcloud-releases/mail/releases/download/v4.2.6/mail-stable4.2.tar.gz", 195 - "version": "4.2.6", 193 + "hash": "sha256-EFhjy0LcJCsNHJy//rGwM1f3UkAGLNXzC6lz6k5JstY=", 194 + "url": "https://github.com/nextcloud-releases/mail/releases/download/v4.3.1/mail-v4.3.1.tar.gz", 195 + "version": "4.3.1", 196 196 "description": "**💌 A mail app for Nextcloud**\n\n- **🚀 Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.\n- **📥 Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.\n- **🔒 Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.\n- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.\n- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!\n\n## Ethical AI Rating\n\n### Priority Inbox\n\nPositive:\n* The software for training and inferencing of this model is open source.\n* The model is created and trained on-premises based on the user's own data.\n* The training data is accessible to the user, making it possible to check or correct for bias or optimise the performance and CO2 usage.\n\n### Thread Summaries (opt-in)\n\n**Rating:** 🟢/🟡/🟠/🔴\n\nThe rating depends on the installed text processing backend. See [the rating overview](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for details.\n\nLearn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).", 197 197 "homepage": "https://github.com/nextcloud/mail#readme", 198 198 "licenses": [
+10 -10
pkgs/servers/nextcloud/packages/31.json
··· 20 20 ] 21 21 }, 22 22 "calendar": { 23 - "hash": "sha256-MpWmWSyC6ZxzE8Xu+rjCxl9OhdmSydGMR+zcJyoH7uE=", 24 - "url": "https://github.com/nextcloud-releases/calendar/releases/download/v5.1.3/calendar-v5.1.3.tar.gz", 25 - "version": "5.1.3", 23 + "hash": "sha256-mAH/A5oiPwIh6K6bb9wd55CmqMoEAaKQVVr8zFNbXE8=", 24 + "url": "https://github.com/nextcloud-releases/calendar/releases/download/v5.2.0/calendar-v5.2.0.tar.gz", 25 + "version": "5.2.0", 26 26 "description": "The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite team’s matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events\n* ⌚️ **Free/Busy!** See when your attendees are available to meet\n* ⏰ **Reminders!** Get alarms for events inside your browser and via email\n* 🔍 Search! Find your events at ease\n* ☑️ Tasks! See tasks with a due date directly in the calendar\n* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.", 27 27 "homepage": "https://github.com/nextcloud/calendar/", 28 28 "licenses": [ ··· 140 140 ] 141 141 }, 142 142 "groupfolders": { 143 - "hash": "sha256-xotf3sAiP1sQNHfL+2kuE04YsbV4rGfDYDyZUkteGHY=", 144 - "url": "https://github.com/nextcloud-releases/groupfolders/releases/download/v19.0.3/groupfolders-v19.0.3.tar.gz", 145 - "version": "19.0.3", 146 - "description": "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.", 143 + "hash": "sha256-lFIXNbBqdRHEvNFu2P68IF4v0+E4rFWLdRJYWm3RM/k=", 144 + "url": "https://github.com/nextcloud-releases/groupfolders/releases/download/v19.0.4/groupfolders-v19.0.4.tar.gz", 145 + "version": "19.0.4", 146 + "description": "Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder.", 147 147 "homepage": "https://github.com/nextcloud/groupfolders", 148 148 "licenses": [ 149 149 "agpl" ··· 190 190 ] 191 191 }, 192 192 "mail": { 193 - "hash": "sha256-c/inKInFwLG7MdNcJPV7NzF1QNRgKNWyC+rjnza2/K8=", 194 - "url": "https://github.com/nextcloud-releases/mail/releases/download/v4.2.6/mail-stable4.2.tar.gz", 195 - "version": "4.2.6", 193 + "hash": "sha256-EFhjy0LcJCsNHJy//rGwM1f3UkAGLNXzC6lz6k5JstY=", 194 + "url": "https://github.com/nextcloud-releases/mail/releases/download/v4.3.1/mail-v4.3.1.tar.gz", 195 + "version": "4.3.1", 196 196 "description": "**💌 A mail app for Nextcloud**\n\n- **🚀 Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.\n- **📥 Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.\n- **🔒 Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.\n- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.\n- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!\n\n## Ethical AI Rating\n\n### Priority Inbox\n\nPositive:\n* The software for training and inferencing of this model is open source.\n* The model is created and trained on-premises based on the user's own data.\n* The training data is accessible to the user, making it possible to check or correct for bias or optimise the performance and CO2 usage.\n\n### Thread Summaries (opt-in)\n\n**Rating:** 🟢/🟡/🟠/🔴\n\nThe rating depends on the installed text processing backend. See [the rating overview](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for details.\n\nLearn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).", 197 197 "homepage": "https://github.com/nextcloud/mail#readme", 198 198 "licenses": [
+3 -3
pkgs/tools/security/cnspec/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "cnspec"; 9 - version = "11.45.1"; 9 + version = "11.46.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "mondoohq"; 13 13 repo = "cnspec"; 14 14 tag = "v${version}"; 15 - hash = "sha256-vLo4ehr2QNErfJ+PQJ4CDSrUqtxMlHsYaAzsSgxoInI="; 15 + hash = "sha256-Bf3+W2F44mTCEyMnKUSoeft4HKY4C3kYmLtuKG4SWls="; 16 16 }; 17 17 18 18 proxyVendor = true; 19 19 20 - vendorHash = "sha256-gPZ8oLuHuwOqQK1RJHMYvWXnyZPenMiNEFaZzDwHsCo="; 20 + vendorHash = "sha256-Q+CHJRroYAhgYLVemC/dcHfS03GHuUoaz/s+hrntdGQ="; 21 21 22 22 subPackages = [ "apps/cnspec" ]; 23 23
+3 -1
pkgs/tools/security/metasploit/Gemfile
··· 1 1 # frozen_string_literal: true 2 2 source "https://rubygems.org" 3 3 4 - gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.43" 4 + gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.53" 5 + 6 + gem "syslog", "~> 0.3.0"
+16 -5
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 1 GIT 2 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: 726e819f87e3022dc90232087bf30edb0d149ba5 4 - ref: refs/tags/6.4.43 3 + revision: ce6990ff84c944186dfa104b3aa1edd98962b468 4 + ref: refs/tags/6.4.53 5 5 specs: 6 - metasploit-framework (6.4.43) 6 + metasploit-framework (6.4.53) 7 7 aarch64 8 8 abbrev 9 9 actionpack (~> 7.0.0) ··· 17 17 base64 18 18 bcrypt 19 19 bcrypt_pbkdf 20 + benchmark 20 21 bigdecimal 21 22 bootsnap 22 23 bson 23 24 chunky_png 25 + concurrent-ruby (= 1.3.4) 24 26 csv 25 27 dnsruby 26 28 drb ··· 33 35 faraday-retry 34 36 faye-websocket 35 37 ffi (< 1.17.0) 38 + fiddle 36 39 filesize 37 40 getoptlong 38 41 hrr_rb_ssh-ed25519 ··· 62 65 octokit (~> 4.0) 63 66 openssl-ccm 64 67 openvas-omp 68 + ostruct 65 69 packetfu 66 70 patch_finder 67 71 pcaprub ··· 69 73 pg 70 74 puma 71 75 railties 72 - rasn1 (= 0.13.0) 76 + rasn1 (= 0.14.0) 73 77 rb-readline 74 78 recog 75 79 redcarpet ··· 179 183 base64 (0.2.0) 180 184 bcrypt (3.1.20) 181 185 bcrypt_pbkdf (1.1.1) 186 + benchmark (0.4.0) 182 187 bigdecimal (3.1.8) 183 188 bindata (2.4.15) 184 189 bootsnap (1.18.4) ··· 223 228 eventmachine (>= 0.12.0) 224 229 websocket-driver (>= 0.5.1) 225 230 ffi (1.16.3) 231 + fiddle (1.1.6) 226 232 filesize (0.2.0) 227 233 getoptlong (0.2.1) 228 234 gssapi (1.3.1) ··· 249 255 rkelly-remix 250 256 json (2.7.5) 251 257 little-plugger (1.1.4) 258 + logger (1.6.6) 252 259 logging (2.4.0) 253 260 little-plugger (~> 1.1) 254 261 multi_json (~> 1.14) ··· 322 329 openssl-ccm (1.2.3) 323 330 openssl-cmac (2.0.2) 324 331 openvas-omp (0.0.4) 332 + ostruct (0.6.1) 325 333 packetfu (2.0.0) 326 334 pcaprub (~> 0.13.1) 327 335 patch_finder (1.0.2) ··· 358 366 thor (~> 1.0) 359 367 zeitwerk (~> 2.5) 360 368 rake (13.2.1) 361 - rasn1 (0.13.0) 369 + rasn1 (0.14.0) 362 370 strptime (~> 0.2.5) 363 371 rb-readline (0.5.5) 364 372 recog (3.1.11) ··· 443 451 sshkey (3.0.0) 444 452 strptime (0.2.5) 445 453 swagger-blocks (3.0.0) 454 + syslog (0.3.0) 455 + logger 446 456 thin (1.8.2) 447 457 daemons (~> 1.0, >= 1.0.9) 448 458 eventmachine (~> 1.0, >= 1.0.4) ··· 487 497 488 498 DEPENDENCIES 489 499 metasploit-framework! 500 + syslog (~> 0.3.0) 490 501 491 502 BUNDLED WITH 492 503 2.5.22
+2 -2
pkgs/tools/security/metasploit/default.nix
··· 18 18 in 19 19 stdenv.mkDerivation (finalAttrs: { 20 20 pname = "metasploit-framework"; 21 - version = "6.4.43"; 21 + version = "6.4.53"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "rapid7"; 25 25 repo = "metasploit-framework"; 26 26 tag = finalAttrs.version; 27 - hash = "sha256-1zUt6nInDUIY97fBJa0dQ/hD4WZ1v5LXYdPQhnYKlYw="; 27 + hash = "sha256-yHat9U8EZbUWo4j9ut6K9IPtPFm130pfSmIuhtQhFoQ="; 28 28 }; 29 29 30 30 nativeBuildInputs = [
+55 -5
pkgs/tools/security/metasploit/gemset.nix
··· 239 239 }; 240 240 version = "1.1.1"; 241 241 }; 242 + benchmark = { 243 + groups = [ "default" ]; 244 + platforms = [ ]; 245 + source = { 246 + remotes = [ "https://rubygems.org" ]; 247 + sha256 = "0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg"; 248 + type = "gem"; 249 + }; 250 + version = "0.4.0"; 251 + }; 242 252 bigdecimal = { 243 253 groups = [ "default" ]; 244 254 platforms = [ ]; ··· 509 519 }; 510 520 version = "1.16.3"; 511 521 }; 522 + fiddle = { 523 + groups = [ "default" ]; 524 + platforms = [ ]; 525 + source = { 526 + remotes = [ "https://rubygems.org" ]; 527 + sha256 = "1as92bp6pgkab73kj3mh5d1idjr9wykczz7r9i1pkn82wq4xks3r"; 528 + type = "gem"; 529 + }; 530 + version = "1.1.6"; 531 + }; 512 532 filesize = { 513 533 groups = [ "default" ]; 514 534 platforms = [ ]; ··· 678 698 type = "gem"; 679 699 }; 680 700 version = "1.1.4"; 701 + }; 702 + logger = { 703 + groups = [ "default" ]; 704 + platforms = [ ]; 705 + source = { 706 + remotes = [ "https://rubygems.org" ]; 707 + sha256 = "05s008w9vy7is3njblmavrbdzyrwwc1fsziffdr58w9pwqj8sqfx"; 708 + type = "gem"; 709 + }; 710 + version = "1.6.6"; 681 711 }; 682 712 logging = { 683 713 groups = [ "default" ]; ··· 734 764 platforms = [ ]; 735 765 source = { 736 766 fetchSubmodules = false; 737 - rev = "726e819f87e3022dc90232087bf30edb0d149ba5"; 738 - sha256 = "134m19v8dl6kc7br5gvmcvhl7y233nnjbhdpywc44397fbm2sdfp"; 767 + rev = "ce6990ff84c944186dfa104b3aa1edd98962b468"; 768 + sha256 = "110n47a8cbk299glmpxmb4yfv0zlibgbmzc8lcbbar849zsssxn8"; 739 769 type = "git"; 740 770 url = "https://github.com/rapid7/metasploit-framework"; 741 771 }; 742 - version = "6.4.43"; 772 + version = "6.4.53"; 743 773 }; 744 774 metasploit-model = { 745 775 groups = [ "default" ]; ··· 1025 1055 }; 1026 1056 version = "0.0.4"; 1027 1057 }; 1058 + ostruct = { 1059 + groups = [ "default" ]; 1060 + platforms = [ ]; 1061 + source = { 1062 + remotes = [ "https://rubygems.org" ]; 1063 + sha256 = "05xqijcf80sza5pnlp1c8whdaay8x5dc13214ngh790zrizgp8q9"; 1064 + type = "gem"; 1065 + }; 1066 + version = "0.6.1"; 1067 + }; 1028 1068 packetfu = { 1029 1069 groups = [ "default" ]; 1030 1070 platforms = [ ]; ··· 1180 1220 platforms = [ ]; 1181 1221 source = { 1182 1222 remotes = [ "https://rubygems.org" ]; 1183 - sha256 = "07dvrv2s9hs2vcbr6lai8vj4vk2i3m4jf468hyvkp9k8xzjvc0fi"; 1223 + sha256 = "1rz96j4jzm02rdxrs70hj5an3kmxrfd77d4hy97b80fasj049992"; 1184 1224 type = "gem"; 1185 1225 }; 1186 - version = "0.13.0"; 1226 + version = "0.14.0"; 1187 1227 }; 1188 1228 rb-readline = { 1189 1229 groups = [ "default" ]; ··· 1564 1604 type = "gem"; 1565 1605 }; 1566 1606 version = "3.0.0"; 1607 + }; 1608 + syslog = { 1609 + groups = [ "default" ]; 1610 + platforms = [ ]; 1611 + source = { 1612 + remotes = [ "https://rubygems.org" ]; 1613 + sha256 = "023lbh48fcn72gwyh1x52ycs1wx1bnhdajmv0qvkidmdsmxnxzjd"; 1614 + type = "gem"; 1615 + }; 1616 + version = "0.3.0"; 1567 1617 }; 1568 1618 thin = { 1569 1619 groups = [ "default" ];
+10 -4
pkgs/tools/security/metasploit/shell.nix
··· 1 - # Env to update Gemfile.lock / gemset.nix 2 1 { 3 2 pkgs ? import ../../../.. { }, 4 3 }: 5 - pkgs.stdenv.mkDerivation { 6 - name = "env"; 7 - nativeBuildInputs = [ pkgs.pkg-config ]; 4 + pkgs.mkShell { 5 + nativeBuildInputs = [ 6 + pkgs.pkg-config 7 + pkgs.libffi # libffi as native input 8 + ]; 8 9 buildInputs = with pkgs; [ 9 10 bundix 10 11 git ··· 16 17 ruby.devEnv 17 18 sqlite 18 19 ]; 20 + # Ensure that pkg-config finds libffi 21 + shellHook = '' 22 + export PKG_CONFIG_PATH="${pkgs.libffi.out}/lib/pkgconfig:$PKG_CONFIG_PATH" 23 + echo "PKG_CONFIG_PATH set to: $PKG_CONFIG_PATH" 24 + ''; 19 25 }
+1 -1
pkgs/top-level/aliases.nix
··· 1736 1736 openbsdCross = openbsd; # Added 2024-09-06 1737 1737 1738 1738 # LLVM packages for (integration) testing that should not be used inside Nixpkgs: 1739 - llvmPackages_latest = llvmPackages_19; 1739 + llvmPackages_latest = llvmPackages_20; 1740 1740 1741 1741 /* If these are in the scope of all-packages.nix, they cause collisions 1742 1742 between mixed versions of qt. See:
-3
pkgs/top-level/qt6-packages.nix
··· 134 134 135 135 xwaylandvideobridge = kdePackages.callPackage ../tools/wayland/xwaylandvideobridge { }; 136 136 }); 137 - } // lib.optionalAttrs config.allowAliases { 138 - # when removing, don't forget to remove a workaround in `pkgs/kde/default.nix` 139 - stdenv = lib.warn "qt6Packages.stdenv is deprecated. Use stdenv instead." stdenv; # Added for 25.05 140 137 }