1
Fork 0

Merge pull request #56 from bjorn3/dependabot/cargo/cranelift-8a79275

This commit is contained in:
dependabot[bot] 2018-09-26 06:24:57 +00:00 committed by GitHub
commit bc84888830
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
Cargo.lock generated
View file

@ -90,7 +90,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift" name = "cranelift"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
dependencies = [ dependencies = [
"cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-frontend 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-frontend 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -99,7 +99,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-bforest" name = "cranelift-bforest"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
dependencies = [ dependencies = [
"cranelift-entity 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
] ]
@ -107,7 +107,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
dependencies = [ dependencies = [
"cranelift-bforest 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-bforest 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-codegen-meta 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen-meta 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -121,17 +121,17 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
[[package]] [[package]]
name = "cranelift-entity" name = "cranelift-entity"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
[[package]] [[package]]
name = "cranelift-faerie" name = "cranelift-faerie"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
dependencies = [ dependencies = [
"cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -144,16 +144,17 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-frontend" name = "cranelift-frontend"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
dependencies = [ dependencies = [
"cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "cranelift-module" name = "cranelift-module"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
dependencies = [ dependencies = [
"cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-entity 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -164,7 +165,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-native" name = "cranelift-native"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
dependencies = [ dependencies = [
"cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.22.0 (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)",
@ -174,7 +175,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-simplejit" name = "cranelift-simplejit"
version = "0.22.0" version = "0.22.0"
source = "git+https://github.com/CraneStation/cranelift.git#0157cdabe4f96bf4cb6cf9f7a207cbe38b89dab4" source = "git+https://github.com/CraneStation/cranelift.git#8a79275d8900266a42a97890ecde5264a9caa295"
dependencies = [ dependencies = [
"cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.22.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.22.0 (git+https://github.com/CraneStation/cranelift.git)",