From c2e46950eb32fbfc62f3a3306714f977fdd704f0 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Mon, 13 Aug 2018 11:39:55 +0200 Subject: [PATCH] Update Cargo.lock --- Cargo.lock | 68 +++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f5ee20d254..6c2f74e6f1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,7 +38,7 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "backtrace-sys 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -70,7 +70,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cfg-if" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -90,7 +90,7 @@ dependencies = [ [[package]] name = "cranelift" version = "0.18.1" -source = "git+https://github.com/CraneStation/cranelift.git#963960de853343c4f234be42333ec3ef82c39f22" +source = "git+https://github.com/CraneStation/cranelift.git#b4a0ac604fa621a3973822f29edc9d1400bb98d9" dependencies = [ "cranelift-codegen 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-frontend 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", @@ -99,7 +99,7 @@ dependencies = [ [[package]] name = "cranelift-codegen" version = "0.18.1" -source = "git+https://github.com/CraneStation/cranelift.git#963960de853343c4f234be42333ec3ef82c39f22" +source = "git+https://github.com/CraneStation/cranelift.git#b4a0ac604fa621a3973822f29edc9d1400bb98d9" dependencies = [ "cranelift-codegen-meta 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", @@ -111,17 +111,17 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" version = "0.18.1" -source = "git+https://github.com/CraneStation/cranelift.git#963960de853343c4f234be42333ec3ef82c39f22" +source = "git+https://github.com/CraneStation/cranelift.git#b4a0ac604fa621a3973822f29edc9d1400bb98d9" [[package]] name = "cranelift-entity" version = "0.18.1" -source = "git+https://github.com/CraneStation/cranelift.git#963960de853343c4f234be42333ec3ef82c39f22" +source = "git+https://github.com/CraneStation/cranelift.git#b4a0ac604fa621a3973822f29edc9d1400bb98d9" [[package]] name = "cranelift-faerie" version = "0.18.1" -source = "git+https://github.com/CraneStation/cranelift.git#963960de853343c4f234be42333ec3ef82c39f22" +source = "git+https://github.com/CraneStation/cranelift.git#b4a0ac604fa621a3973822f29edc9d1400bb98d9" dependencies = [ "cranelift-codegen 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "cranelift-frontend" version = "0.18.1" -source = "git+https://github.com/CraneStation/cranelift.git#963960de853343c4f234be42333ec3ef82c39f22" +source = "git+https://github.com/CraneStation/cranelift.git#b4a0ac604fa621a3973822f29edc9d1400bb98d9" dependencies = [ "cranelift-codegen 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", ] @@ -142,7 +142,7 @@ dependencies = [ [[package]] name = "cranelift-module" version = "0.18.1" -source = "git+https://github.com/CraneStation/cranelift.git#963960de853343c4f234be42333ec3ef82c39f22" +source = "git+https://github.com/CraneStation/cranelift.git#b4a0ac604fa621a3973822f29edc9d1400bb98d9" dependencies = [ "cranelift-codegen 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "cranelift-native" version = "0.18.1" -source = "git+https://github.com/CraneStation/cranelift.git#963960de853343c4f234be42333ec3ef82c39f22" +source = "git+https://github.com/CraneStation/cranelift.git#b4a0ac604fa621a3973822f29edc9d1400bb98d9" dependencies = [ "cranelift-codegen 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", "raw-cpuid 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -162,7 +162,7 @@ dependencies = [ [[package]] name = "cranelift-simplejit" version = "0.18.1" -source = "git+https://github.com/CraneStation/cranelift.git#963960de853343c4f234be42333ec3ef82c39f22" +source = "git+https://github.com/CraneStation/cranelift.git#b4a0ac604fa621a3973822f29edc9d1400bb98d9" dependencies = [ "cranelift-codegen 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.18.1 (git+https://github.com/CraneStation/cranelift.git)", @@ -241,9 +241,9 @@ name = "failure_derive" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.14.8 (registry+https://github.com/rust-lang/crates.io-index)", "synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -298,7 +298,7 @@ name = "log" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -324,7 +324,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "proc-macro2" -version = "0.4.9" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -337,10 +337,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "quote" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -439,9 +439,9 @@ name = "scroll_derive" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.14.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -499,18 +499,18 @@ name = "structopt-derive" version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.14.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "syn" -version = "0.14.7" +version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -519,9 +519,9 @@ name = "synstructure" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.14.8 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -650,7 +650,7 @@ dependencies = [ "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789" "checksum byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8389c509ec62b9fe8eca58c502a0acaf017737355615243496cde4994f8fa4f9" "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 cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" "checksum cranelift 0.18.1 (git+https://github.com/CraneStation/cranelift.git)" = "" "checksum cranelift-codegen 0.18.1 (git+https://github.com/CraneStation/cranelift.git)" = "" @@ -679,9 +679,9 @@ dependencies = [ "checksum mach 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2fd13ee2dd61cc82833ba05ade5a30bb3d63f7ced605ef827063c63078302de9" "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" -"checksum proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "cccdc7557a98fe98453030f077df7f3a042052fae465bb61d2c2c41435cfd9b6" +"checksum proc-macro2 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "762eea716b821300a86da08870a64b597304866ceb9f54a11d67b4cf56459c6a" "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" -"checksum quote 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3372dc35766b36a99ce2352bd1b6ea0137c38d215cc0c8780bf6de6df7842ba9" +"checksum quote 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ed7d650913520df631972f21e104a4fa2f9c82a14afc65d17b388a2e29731e7c" "checksum raw-cpuid 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fe3c460bd35fdb75644e94ab498372bdf29a4849367ce7ba74cf358edce590c4" "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" @@ -700,7 +700,7 @@ dependencies = [ "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" "checksum structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8e9ad6a11096cbecdcca0cc6aa403fdfdbaeda2fb3323a39c98e6a166a1e45a" "checksum structopt-derive 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4cbce8ccdc62166bd594c14396a3242bf94c337a51dbfa9be1076dd74b3db2af" -"checksum syn 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e2e13df71f29f9440b50261a5882c86eac334f1badb3134ec26f0de2f1418e44" +"checksum syn 0.14.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b7bfcbb0c068d0f642a0ffbd5c604965a360a61f99e8add013cef23a838614f3" "checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" "checksum target-lexicon 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a34226bd63b5a26fc909f5f0d7ef4dc55d5851077035e49437e4e14bf567247f" "checksum termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "722426c4a0539da2c4ffd9b419d90ad540b4cff4a053be9069c908d4d07e2836"