|
@@ -27,7 +27,7 @@ version = "0.5.2"
|
|
|
dependencies = [
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"standalone-syn 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -37,7 +37,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "cc"
|
|
|
-version = "1.0.17"
|
|
|
+version = "1.0.18"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -62,7 +62,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "compiler_builtins"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/rust-lang-nursery/compiler-builtins.git#6eb8f8d710c5d77b0914bec56f68336ad3f06aac"
|
|
|
+source = "git+https://github.com/rust-lang-nursery/compiler-builtins.git#8142298fe6827fe957e67de8d272a4ceb2317f45"
|
|
|
|
|
|
[[package]]
|
|
|
name = "crt0"
|
|
@@ -81,7 +81,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "dtoa"
|
|
|
-version = "0.4.2"
|
|
|
+version = "0.4.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -161,7 +161,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "itoa"
|
|
|
-version = "0.4.1"
|
|
|
+version = "0.4.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -258,7 +258,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "rand"
|
|
|
-version = "0.5.3"
|
|
|
+version = "0.5.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -286,7 +286,7 @@ dependencies = [
|
|
|
name = "relibc"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
- "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git)",
|
|
|
"ctype 0.1.0",
|
|
|
"errno 0.1.0",
|
|
@@ -341,7 +341,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde"
|
|
|
-version = "1.0.69"
|
|
|
+version = "1.0.70"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -371,9 +371,9 @@ name = "serde_json"
|
|
|
version = "1.0.22"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -432,7 +432,7 @@ dependencies = [
|
|
|
"ctype 0.1.0",
|
|
|
"errno 0.1.0",
|
|
|
"platform 0.1.0",
|
|
|
- "rand 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"string 0.1.0",
|
|
|
"time 0.1.0",
|
|
|
"wchar 0.1.0",
|
|
@@ -577,7 +577,7 @@ name = "toml"
|
|
|
version = "0.4.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -623,7 +623,7 @@ dependencies = [
|
|
|
name = "va_list-helper"
|
|
|
version = "0.0.2"
|
|
|
dependencies = [
|
|
|
- "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -674,14 +674,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
"checksum atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1"
|
|
|
"checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
|
|
|
-"checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d"
|
|
|
+"checksum cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "2119ea4867bd2b8ed3aecab467709720b2d55b1bcfe09f772fd68066eaf15275"
|
|
|
"checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e"
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
|
|
"checksum compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git)" = "<none>"
|
|
|
-"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
|
|
+"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
-"checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682"
|
|
|
+"checksum itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606"
|
|
|
"checksum lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e6412c5e2ad9584b0b8e979393122026cdd6d2a80b933f890dcd694ddbe73739"
|
|
|
"checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
@@ -689,13 +689,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
|
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
|
|
|
-"checksum rand 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6802c0e883716383777e147b7c21323d5de7527257c8b6dc1365a7f2983e90f6"
|
|
|
+"checksum rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "12397506224b2f93e6664ffc4f664b29be8208e5157d3d90b44f09b5fae470ea"
|
|
|
"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
|
|
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
|
|
"checksum sc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4ebbb026ba4a707c25caec2db5ef59ad8b41f7ad77cad06257e06229c891f376"
|
|
|
-"checksum serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)" = "210e5a3b159c566d7527e9b22e44be73f2e0fcc330bb78fef4dbccb56d2e74c8"
|
|
|
+"checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920"
|
|
|
"checksum serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "652bc323d694dc925829725ec6c890156d8e70ae5202919869cb00fe2eff3788"
|
|
|
"checksum serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32f1926285523b2db55df263d2aa4eb69ddcfa7a7eade6430323637866b513ab"
|
|
|
"checksum serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "84b8035cabe9b35878adec8ac5fe03d5f6bc97ff6edd7ccb96b44c1276ba390e"
|