Update Cargo.lock

This commit is contained in:
bjorn3 2019-01-02 11:55:02 +01:00
parent f301b06bf4
commit 33a9cdfe85
2 changed files with 37 additions and 39 deletions

75
Cargo.lock generated
View file

@ -104,7 +104,7 @@ dependencies = [
[[package]]
name = "cranelift"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
dependencies = [
"cranelift-codegen 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-frontend 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -113,7 +113,7 @@ dependencies = [
[[package]]
name = "cranelift-bforest"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
dependencies = [
"cranelift-entity 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
]
@ -121,13 +121,13 @@ dependencies = [
[[package]]
name = "cranelift-codegen"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
dependencies = [
"cranelift-bforest 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-codegen-meta 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-entity 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -135,7 +135,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
dependencies = [
"cranelift-entity 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
]
@ -143,17 +143,17 @@ dependencies = [
[[package]]
name = "cranelift-entity"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
[[package]]
name = "cranelift-faerie"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
dependencies = [
"cranelift-codegen 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"faerie 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"faerie 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"goblin 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -161,7 +161,7 @@ dependencies = [
[[package]]
name = "cranelift-frontend"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
dependencies = [
"cranelift-codegen 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -171,18 +171,18 @@ dependencies = [
[[package]]
name = "cranelift-module"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
dependencies = [
"cranelift-codegen 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-entity 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cranelift-native"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
dependencies = [
"cranelift-codegen 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -192,7 +192,7 @@ dependencies = [
[[package]]
name = "cranelift-simplejit"
version = "0.26.0"
source = "git+https://github.com/CraneStation/cranelift.git#c87da1a42e3da7a403ee78c1bafd239f07f3da5a"
source = "git+https://github.com/CraneStation/cranelift.git#c00d8ae6e04190d39db44b020e284b978b18ef09"
dependencies = [
"cranelift-codegen 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -249,11 +249,11 @@ dependencies = [
[[package]]
name = "faerie"
version = "0.6.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"goblin 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -266,16 +266,16 @@ dependencies = [
[[package]]
name = "failure"
version = "0.1.3"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "failure_derive"
version = "0.1.3"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
@ -478,7 +478,7 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.1.44"
version = "0.1.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@ -486,7 +486,7 @@ name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -545,7 +545,6 @@ dependencies = [
"cranelift-module 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-simplejit 0.26.0 (git+https://github.com/CraneStation/cranelift.git)",
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"faerie 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -598,17 +597,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde"
version = "1.0.83"
version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde_json"
version = "1.0.33"
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -616,7 +615,7 @@ name = "string-interner"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -670,9 +669,9 @@ name = "target-lexicon"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -683,7 +682,7 @@ dependencies = [
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -702,7 +701,7 @@ version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -821,9 +820,9 @@ dependencies = [
"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
"checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
"checksum faerie 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f869e12bcad2b4ff6ac60e01c2354957312fbf0c10dc938f340d58932b3db52"
"checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7"
"checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596"
"checksum faerie 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a95b10aca344ac134ebcd5e664ed7a904fed6852916006c66964fece6795cd8"
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
"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 gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
@ -849,7 +848,7 @@ dependencies = [
"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
"checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
"checksum redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "a84bcd297b87a545980a2d25a0beb72a1f490c31f0a9fde52fca35bfbb1ceb70"
"checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2"
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
"checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f"
"checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1"
@ -862,8 +861,8 @@ dependencies = [
"checksum scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
"checksum serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)" = "157e12af46859e968da75dea9845530e13d03bcab2009a41b9b7bb3cf4eb3ec2"
"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811"
"checksum serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "0e732ed5a5592c17d961555e3b552985baf98d50ce418b7b655f31f6ba7eb1b7"
"checksum serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "bdf540260cfee6da923831f4776ddc495ada940c30117977c70f1313a6130545"
"checksum string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "abb38a0d8fe673c40b10b6b75abcb076a958cc10fb894f14993d9737c4c87000"
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
"checksum structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "670ad348dc73012fcf78c71f06f9d942232cdd4c859d4b6975e27836c3efc0c3"

View file

@ -21,7 +21,6 @@ cranelift-simplejit = { git = "https://github.com/CraneStation/cranelift.git" }
cranelift-faerie = { git = "https://github.com/CraneStation/cranelift.git" }
target-lexicon = "0.2.0"
#goblin = "0.0.17"
faerie = "0.6.0"
ar = "0.6.1"
bitflags = "1.0.3"
byteorder = "1.2.6"