1
Fork 0

Update Cargo.lock

This commit is contained in:
bjorn3 2018-09-20 18:22:23 +02:00
parent 056bf8ca7d
commit ed9e766aa7

26
Cargo.lock generated
View file

@ -90,7 +90,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift" name = "cranelift"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
dependencies = [ dependencies = [
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-frontend 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-frontend 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
@ -99,7 +99,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-bforest" name = "cranelift-bforest"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
dependencies = [ dependencies = [
"cranelift-entity 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
] ]
@ -107,7 +107,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
dependencies = [ dependencies = [
"cranelift-bforest 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-bforest 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-codegen-meta 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen-meta 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
@ -121,17 +121,17 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
[[package]] [[package]]
name = "cranelift-entity" name = "cranelift-entity"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
[[package]] [[package]]
name = "cranelift-faerie" name = "cranelift-faerie"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
dependencies = [ dependencies = [
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
@ -144,7 +144,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-frontend" name = "cranelift-frontend"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
dependencies = [ dependencies = [
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
] ]
@ -152,7 +152,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-module" name = "cranelift-module"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
dependencies = [ dependencies = [
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-entity 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
@ -163,7 +163,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-native" name = "cranelift-native"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
dependencies = [ dependencies = [
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
"raw-cpuid 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "raw-cpuid 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -173,7 +173,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-simplejit" name = "cranelift-simplejit"
version = "0.21.1" version = "0.21.1"
source = "git+https://github.com/CraneStation/cranelift.git#9787326c89e5a823484f8bf61d14d09f45433011" source = "git+https://github.com/CraneStation/cranelift.git#7d08f6da158693215472a1ff7a6adc3203f9797c"
dependencies = [ dependencies = [
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.21.1 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
@ -478,7 +478,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.27" version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -546,7 +546,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
@ -705,7 +705,7 @@ dependencies = [
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" "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 semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
"checksum serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9" "checksum serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9"
"checksum serde_json 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "59790990c5115d16027f00913e2e66de23a51f70422e549d2ad68c8c5f268f1c" "checksum serde_json 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "d30ec34ac923489285d24688c7a9c0898d16edff27fc1f1bd854edeff6ca3b7f"
"checksum string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "abb38a0d8fe673c40b10b6b75abcb076a958cc10fb894f14993d9737c4c87000" "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 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 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8e9ad6a11096cbecdcca0cc6aa403fdfdbaeda2fb3323a39c98e6a166a1e45a"