Blame SOURCES/0014-cargo-update.patch

5a5b1b
From 0a061474ee8f8183bded35a7c680739c9b75ad4b Mon Sep 17 00:00:00 2001
5a5b1b
From: Marian Csontos <mcsontos@redhat.com>
5a5b1b
Date: Mon, 28 Jun 2021 13:14:37 +0200
5a5b1b
Subject: [PATCH] cargo update
5a5b1b
5a5b1b
---
5a5b1b
 Cargo.lock | 486 +++++++++++++++++++++++++++++++++----------------------------
5a5b1b
 1 file changed, 264 insertions(+), 222 deletions(-)
5a5b1b
5a5b1b
diff --git a/Cargo.lock b/Cargo.lock
5a5b1b
index d42d598..9dc0b8a 100644
5a5b1b
--- a/Cargo.lock
5a5b1b
+++ b/Cargo.lock
5a5b1b
@@ -1,567 +1,609 @@
5a5b1b
 # This file is automatically @generated by Cargo.
5a5b1b
 # It is not intended for manual editing.
5a5b1b
 [[package]]
5a5b1b
-name = "adler32"
5a5b1b
-version = "1.0.4"
5a5b1b
+name = "adler"
5a5b1b
+version = "1.0.2"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "aho-corasick"
5a5b1b
-version = "0.7.10"
5a5b1b
+version = "0.7.18"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
5a5b1b
 dependencies = [
5a5b1b
- "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "memchr",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "ansi_term"
5a5b1b
 version = "0.11.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
5a5b1b
 dependencies = [
5a5b1b
- "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "winapi",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "anyhow"
5a5b1b
-version = "1.0.31"
5a5b1b
+version = "1.0.41"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "arrayvec"
5a5b1b
-version = "0.4.12"
5a5b1b
+version = "0.5.2"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
-dependencies = [
5a5b1b
- "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
-]
5a5b1b
+checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "atty"
5a5b1b
 version = "0.2.14"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
5a5b1b
 dependencies = [
5a5b1b
- "hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "hermit-abi",
5a5b1b
+ "libc",
5a5b1b
+ "winapi",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "autocfg"
5a5b1b
-version = "1.0.0"
5a5b1b
+version = "1.0.1"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "bitflags"
5a5b1b
 version = "1.2.1"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "byteorder"
5a5b1b
-version = "1.3.4"
5a5b1b
+version = "1.4.3"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "cc"
5a5b1b
-version = "1.0.54"
5a5b1b
+version = "1.0.68"
5a5b1b
+source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
5a5b1b
+
5a5b1b
+[[package]]
5a5b1b
+name = "cfg-if"
5a5b1b
+version = "0.1.10"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "cfg-if"
5a5b1b
-version = "0.1.9"
5a5b1b
+version = "1.0.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "clap"
5a5b1b
-version = "2.33.1"
5a5b1b
+version = "2.33.3"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
5a5b1b
 dependencies = [
5a5b1b
- "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "ansi_term",
5a5b1b
+ "atty",
5a5b1b
+ "bitflags",
5a5b1b
+ "strsim",
5a5b1b
+ "textwrap",
5a5b1b
+ "unicode-width",
5a5b1b
+ "vec_map",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "crc32c"
5a5b1b
-version = "0.4.0"
5a5b1b
+version = "0.6.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "210cdf933e6a81212bfabf90cd8762f471b5922e5f6b709547673ad8e04b9448"
5a5b1b
+dependencies = [
5a5b1b
+ "rustc_version",
5a5b1b
+]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "crc32fast"
5a5b1b
-version = "1.2.0"
5a5b1b
+version = "1.2.1"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
5a5b1b
 dependencies = [
5a5b1b
- "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "cfg-if 1.0.0",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "env_logger"
5a5b1b
 version = "0.7.1"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
5a5b1b
 dependencies = [
5a5b1b
- "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "log",
5a5b1b
+ "regex",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "fixedbitset"
5a5b1b
-version = "0.3.0"
5a5b1b
+version = "0.3.2"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "45e780567ed7abc415d12fd464571d265eb4a5710ddc97cdb1a31a4c35bb479d"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "flate2"
5a5b1b
-version = "1.0.14"
5a5b1b
+version = "1.0.20"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
5a5b1b
 dependencies = [
5a5b1b
- "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "cfg-if 1.0.0",
5a5b1b
+ "crc32fast",
5a5b1b
+ "libc",
5a5b1b
+ "miniz_oxide",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "getrandom"
5a5b1b
-version = "0.1.14"
5a5b1b
+version = "0.1.16"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5a5b1b
 dependencies = [
5a5b1b
- "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "cfg-if 1.0.0",
5a5b1b
+ "libc",
5a5b1b
+ "wasi 0.9.0+wasi-snapshot-preview1",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
-name = "hermit-abi"
5a5b1b
-version = "0.1.13"
5a5b1b
+name = "getrandom"
5a5b1b
+version = "0.2.3"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
5a5b1b
 dependencies = [
5a5b1b
- "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "cfg-if 1.0.0",
5a5b1b
+ "libc",
5a5b1b
+ "wasi 0.10.2+wasi-snapshot-preview1",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
-name = "lazy_static"
5a5b1b
-version = "1.4.0"
5a5b1b
+name = "hermit-abi"
5a5b1b
+version = "0.1.19"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
5a5b1b
+dependencies = [
5a5b1b
+ "libc",
5a5b1b
+]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "lexical-core"
5a5b1b
-version = "0.6.7"
5a5b1b
+version = "0.7.6"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
5a5b1b
 dependencies = [
5a5b1b
- "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "arrayvec",
5a5b1b
+ "bitflags",
5a5b1b
+ "cfg-if 1.0.0",
5a5b1b
+ "ryu",
5a5b1b
+ "static_assertions",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "libc"
5a5b1b
-version = "0.2.71"
5a5b1b
+version = "0.2.97"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "log"
5a5b1b
-version = "0.4.8"
5a5b1b
+version = "0.4.14"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
5a5b1b
 dependencies = [
5a5b1b
- "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "cfg-if 1.0.0",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "memchr"
5a5b1b
-version = "2.3.3"
5a5b1b
+version = "2.4.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "miniz_oxide"
5a5b1b
-version = "0.3.6"
5a5b1b
+version = "0.4.4"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
5a5b1b
 dependencies = [
5a5b1b
- "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "adler",
5a5b1b
+ "autocfg",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "nix"
5a5b1b
 version = "0.17.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
5a5b1b
 dependencies = [
5a5b1b
- "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "bitflags",
5a5b1b
+ "cc",
5a5b1b
+ "cfg-if 0.1.10",
5a5b1b
+ "libc",
5a5b1b
+ "void",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
-name = "nodrop"
5a5b1b
-version = "0.1.14"
5a5b1b
-source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
-
5a5b1b
-[[package]]
5a5b1b
 name = "nom"
5a5b1b
-version = "5.1.1"
5a5b1b
+version = "5.1.2"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
5a5b1b
 dependencies = [
5a5b1b
- "lexical-core 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "lexical-core",
5a5b1b
+ "memchr",
5a5b1b
+ "version_check",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "num-derive"
5a5b1b
-version = "0.3.0"
5a5b1b
+version = "0.3.3"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
5a5b1b
 dependencies = [
5a5b1b
- "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "syn 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "proc-macro2",
5a5b1b
+ "quote",
5a5b1b
+ "syn",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "num-traits"
5a5b1b
-version = "0.2.11"
5a5b1b
+version = "0.2.14"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
5a5b1b
 dependencies = [
5a5b1b
- "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "autocfg",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "num_cpus"
5a5b1b
 version = "1.13.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
5a5b1b
 dependencies = [
5a5b1b
- "hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "hermit-abi",
5a5b1b
+ "libc",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "ppv-lite86"
5a5b1b
-version = "0.2.8"
5a5b1b
+version = "0.2.10"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "proc-macro2"
5a5b1b
-version = "1.0.18"
5a5b1b
+version = "1.0.27"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
5a5b1b
 dependencies = [
5a5b1b
- "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "unicode-xid",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "quick-xml"
5a5b1b
 version = "0.18.1"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "3cc440ee4802a86e357165021e3e255a9143724da31db1e2ea540214c96a0f82"
5a5b1b
 dependencies = [
5a5b1b
- "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "memchr",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "quickcheck"
5a5b1b
 version = "0.9.2"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f"
5a5b1b
 dependencies = [
5a5b1b
- "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "env_logger",
5a5b1b
+ "log",
5a5b1b
+ "rand 0.7.3",
5a5b1b
+ "rand_core 0.5.1",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "quickcheck_macros"
5a5b1b
 version = "0.9.1"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "608c156fd8e97febc07dc9c2e2c80bf74cfc6ef26893eae3daf8bc2bc94a4b7f"
5a5b1b
 dependencies = [
5a5b1b
- "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "syn 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "proc-macro2",
5a5b1b
+ "quote",
5a5b1b
+ "syn",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "quote"
5a5b1b
-version = "1.0.6"
5a5b1b
+version = "1.0.9"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
5a5b1b
 dependencies = [
5a5b1b
- "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "proc-macro2",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "rand"
5a5b1b
 version = "0.7.3"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
5a5b1b
 dependencies = [
5a5b1b
- "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "getrandom 0.1.16",
5a5b1b
+ "libc",
5a5b1b
+ "rand_chacha 0.2.2",
5a5b1b
+ "rand_core 0.5.1",
5a5b1b
+ "rand_hc 0.2.0",
5a5b1b
+]
5a5b1b
+
5a5b1b
+[[package]]
5a5b1b
+name = "rand"
5a5b1b
+version = "0.8.4"
5a5b1b
+source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
5a5b1b
+dependencies = [
5a5b1b
+ "libc",
5a5b1b
+ "rand_chacha 0.3.1",
5a5b1b
+ "rand_core 0.6.3",
5a5b1b
+ "rand_hc 0.3.1",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "rand_chacha"
5a5b1b
 version = "0.2.2"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5a5b1b
 dependencies = [
5a5b1b
- "ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "ppv-lite86",
5a5b1b
+ "rand_core 0.5.1",
5a5b1b
+]
5a5b1b
+
5a5b1b
+[[package]]
5a5b1b
+name = "rand_chacha"
5a5b1b
+version = "0.3.1"
5a5b1b
+source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5a5b1b
+dependencies = [
5a5b1b
+ "ppv-lite86",
5a5b1b
+ "rand_core 0.6.3",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "rand_core"
5a5b1b
 version = "0.5.1"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
5a5b1b
 dependencies = [
5a5b1b
- "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "getrandom 0.1.16",
5a5b1b
+]
5a5b1b
+
5a5b1b
+[[package]]
5a5b1b
+name = "rand_core"
5a5b1b
+version = "0.6.3"
5a5b1b
+source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
5a5b1b
+dependencies = [
5a5b1b
+ "getrandom 0.2.3",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "rand_hc"
5a5b1b
 version = "0.2.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
5a5b1b
+dependencies = [
5a5b1b
+ "rand_core 0.5.1",
5a5b1b
+]
5a5b1b
+
5a5b1b
+[[package]]
5a5b1b
+name = "rand_hc"
5a5b1b
+version = "0.3.1"
5a5b1b
+source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
5a5b1b
 dependencies = [
5a5b1b
- "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "rand_core 0.6.3",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "redox_syscall"
5a5b1b
-version = "0.1.56"
5a5b1b
+version = "0.2.9"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
5a5b1b
+dependencies = [
5a5b1b
+ "bitflags",
5a5b1b
+]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "regex"
5a5b1b
-version = "1.3.9"
5a5b1b
+version = "1.5.4"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
5a5b1b
 dependencies = [
5a5b1b
- "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "aho-corasick",
5a5b1b
+ "memchr",
5a5b1b
+ "regex-syntax",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "regex-syntax"
5a5b1b
-version = "0.6.18"
5a5b1b
+version = "0.6.25"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "remove_dir_all"
5a5b1b
 version = "0.5.3"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
5a5b1b
 dependencies = [
5a5b1b
- "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "winapi",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "rustc_version"
5a5b1b
 version = "0.2.3"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
5a5b1b
 dependencies = [
5a5b1b
- "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "semver",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "ryu"
5a5b1b
 version = "1.0.5"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "semver"
5a5b1b
 version = "0.9.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
5a5b1b
 dependencies = [
5a5b1b
- "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "semver-parser",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "semver-parser"
5a5b1b
 version = "0.7.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "static_assertions"
5a5b1b
-version = "0.3.4"
5a5b1b
+version = "1.1.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "strsim"
5a5b1b
 version = "0.8.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "syn"
5a5b1b
-version = "1.0.30"
5a5b1b
+version = "1.0.73"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
5a5b1b
 dependencies = [
5a5b1b
- "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "proc-macro2",
5a5b1b
+ "quote",
5a5b1b
+ "unicode-xid",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "tempfile"
5a5b1b
-version = "3.1.0"
5a5b1b
+version = "3.2.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
5a5b1b
 dependencies = [
5a5b1b
- "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "cfg-if 1.0.0",
5a5b1b
+ "libc",
5a5b1b
+ "rand 0.8.4",
5a5b1b
+ "redox_syscall",
5a5b1b
+ "remove_dir_all",
5a5b1b
+ "winapi",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "textwrap"
5a5b1b
 version = "0.11.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
5a5b1b
 dependencies = [
5a5b1b
- "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "unicode-width",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "thinp"
5a5b1b
 version = "0.1.0"
5a5b1b
 dependencies = [
5a5b1b
- "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "crc32c 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "fixedbitset 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "flate2 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "quick-xml 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "quickcheck 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "quickcheck_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
-]
5a5b1b
-
5a5b1b
-[[package]]
5a5b1b
-name = "thread_local"
5a5b1b
-version = "1.0.1"
5a5b1b
-source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
-dependencies = [
5a5b1b
- "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "anyhow",
5a5b1b
+ "byteorder",
5a5b1b
+ "clap",
5a5b1b
+ "crc32c",
5a5b1b
+ "fixedbitset",
5a5b1b
+ "flate2",
5a5b1b
+ "libc",
5a5b1b
+ "nix",
5a5b1b
+ "nom",
5a5b1b
+ "num-derive",
5a5b1b
+ "num-traits",
5a5b1b
+ "num_cpus",
5a5b1b
+ "quick-xml",
5a5b1b
+ "quickcheck",
5a5b1b
+ "quickcheck_macros",
5a5b1b
+ "rand 0.7.3",
5a5b1b
+ "tempfile",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "unicode-width"
5a5b1b
-version = "0.1.7"
5a5b1b
+version = "0.1.8"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "unicode-xid"
5a5b1b
-version = "0.2.0"
5a5b1b
+version = "0.2.2"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "vec_map"
5a5b1b
 version = "0.8.2"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "version_check"
5a5b1b
-version = "0.9.2"
5a5b1b
+version = "0.9.3"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "void"
5a5b1b
 version = "1.0.2"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "wasi"
5a5b1b
 version = "0.9.0+wasi-snapshot-preview1"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5a5b1b
+
5a5b1b
+[[package]]
5a5b1b
+name = "wasi"
5a5b1b
+version = "0.10.2+wasi-snapshot-preview1"
5a5b1b
+source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "winapi"
5a5b1b
-version = "0.3.8"
5a5b1b
+version = "0.3.9"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5a5b1b
 dependencies = [
5a5b1b
- "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
- "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
5a5b1b
+ "winapi-i686-pc-windows-gnu",
5a5b1b
+ "winapi-x86_64-pc-windows-gnu",
5a5b1b
 ]
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "winapi-i686-pc-windows-gnu"
5a5b1b
 version = "0.4.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5a5b1b
 
5a5b1b
 [[package]]
5a5b1b
 name = "winapi-x86_64-pc-windows-gnu"
5a5b1b
 version = "0.4.0"
5a5b1b
 source = "registry+https://github.com/rust-lang/crates.io-index"
5a5b1b
-
5a5b1b
-[metadata]
5a5b1b
-"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
5a5b1b
-"checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
5a5b1b
-"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
5a5b1b
-"checksum anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
5a5b1b
-"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
5a5b1b
-"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
5a5b1b
-"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
5a5b1b
-"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
5a5b1b
-"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
5a5b1b
-"checksum cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)" = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
5a5b1b
-"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
5a5b1b
-"checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
5a5b1b
-"checksum crc32c 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77ba37ef26c12988c1cee882d522d65e1d5d2ad8c3864665b88ee92767ed84c5"
5a5b1b
-"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
5a5b1b
-"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
5a5b1b
-"checksum fixedbitset 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc4fcacf5cd3681968f6524ea159383132937739c6c40dabab9e37ed515911b"
5a5b1b
-"checksum flate2 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
5a5b1b
-"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
5a5b1b
-"checksum hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
5a5b1b
-"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
5a5b1b
-"checksum lexical-core 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f86d66d380c9c5a685aaac7a11818bdfa1f733198dfd9ec09c70b762cd12ad6f"
5a5b1b
-"checksum libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)" = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
5a5b1b
-"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
5a5b1b
-"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
5a5b1b
-"checksum miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
5a5b1b
-"checksum nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
5a5b1b
-"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
5a5b1b
-"checksum nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
5a5b1b
-"checksum num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746"
5a5b1b
-"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
5a5b1b
-"checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
5a5b1b
-"checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
5a5b1b
-"checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
5a5b1b
-"checksum quick-xml 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3cc440ee4802a86e357165021e3e255a9143724da31db1e2ea540214c96a0f82"
5a5b1b
-"checksum quickcheck 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f"
5a5b1b
-"checksum quickcheck_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "608c156fd8e97febc07dc9c2e2c80bf74cfc6ef26893eae3daf8bc2bc94a4b7f"
5a5b1b
-"checksum quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
5a5b1b
-"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
5a5b1b
-"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5a5b1b
-"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
5a5b1b
-"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
5a5b1b
-"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
5a5b1b
-"checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
5a5b1b
-"checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
5a5b1b
-"checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
5a5b1b
-"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
5a5b1b
-"checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
5a5b1b
-"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
5a5b1b
-"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
5a5b1b
-"checksum static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3"
5a5b1b
-"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
5a5b1b
-"checksum syn 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)" = "93a56fabc59dce20fe48b6c832cc249c713e7ed88fa28b0ee0a3bfcaae5fe4e2"
5a5b1b
-"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
5a5b1b
-"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
5a5b1b
-"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
5a5b1b
-"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
5a5b1b
-"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
5a5b1b
-"checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5a5b1b
-"checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
5a5b1b
-"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
5a5b1b
-"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5a5b1b
-"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
5a5b1b
-"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5a5b1b
-"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5a5b1b
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5a5b1b
-- 
5a5b1b
1.8.3.1
5a5b1b