Bump cranelift from 606eee5 to af045c1

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `606eee5` to `af045c1`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](606eee5a6c...af045c1c17)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-11-16 06:35:25 +00:00 committed by bjorn3
parent faf974b2e6
commit 7b1af5b6f6

20
Cargo.lock generated
View File

@ -98,7 +98,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift" name = "cranelift"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
dependencies = [ dependencies = [
"cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-frontend 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-frontend 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -107,7 +107,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-bforest" name = "cranelift-bforest"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
dependencies = [ dependencies = [
"cranelift-entity 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
] ]
@ -115,7 +115,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
dependencies = [ dependencies = [
"cranelift-bforest 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-bforest 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-codegen-meta 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen-meta 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -129,7 +129,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
dependencies = [ dependencies = [
"cranelift-entity 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
] ]
@ -137,12 +137,12 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-entity" name = "cranelift-entity"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
[[package]] [[package]]
name = "cranelift-faerie" name = "cranelift-faerie"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
dependencies = [ dependencies = [
"cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -155,7 +155,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-frontend" name = "cranelift-frontend"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
dependencies = [ dependencies = [
"cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -165,7 +165,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-module" name = "cranelift-module"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
dependencies = [ dependencies = [
"cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-entity 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -176,7 +176,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-native" name = "cranelift-native"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
dependencies = [ dependencies = [
"cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
"raw-cpuid 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "raw-cpuid 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -186,7 +186,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-simplejit" name = "cranelift-simplejit"
version = "0.23.0" version = "0.23.0"
source = "git+https://github.com/CraneStation/cranelift.git#606eee5a6c4835b7cbbf5d8f05b83d62331fa61e" source = "git+https://github.com/CraneStation/cranelift.git#af045c1c1705919285877173b0fdca54db29f54d"
dependencies = [ dependencies = [
"cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.23.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.23.0 (git+https://github.com/CraneStation/cranelift.git)",