Bump cranelift from `4bc56b8` to `8456797`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `4bc56b8` to `8456797`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](4bc56b8505...84567979ba)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-10 04:17:48 +00:00
parent 3507b78d45
commit f13cd3e6ef
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
1 changed files with 10 additions and 10 deletions

20
Cargo.lock generated
View File

@ -114,7 +114,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift" name = "cranelift"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
dependencies = [ dependencies = [
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-frontend 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-frontend 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -123,7 +123,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-bforest" name = "cranelift-bforest"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
dependencies = [ dependencies = [
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
] ]
@ -131,7 +131,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
dependencies = [ dependencies = [
"cranelift-bforest 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-bforest 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-codegen-meta 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen-meta 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -145,7 +145,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
dependencies = [ dependencies = [
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
] ]
@ -153,12 +153,12 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-entity" name = "cranelift-entity"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
[[package]] [[package]]
name = "cranelift-faerie" name = "cranelift-faerie"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
dependencies = [ dependencies = [
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -171,7 +171,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-frontend" name = "cranelift-frontend"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
dependencies = [ dependencies = [
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.30.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)",
@ -181,7 +181,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-module" name = "cranelift-module"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
dependencies = [ dependencies = [
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -192,7 +192,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-native" name = "cranelift-native"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
dependencies = [ dependencies = [
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -202,7 +202,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-simplejit" name = "cranelift-simplejit"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/CraneStation/cranelift.git#4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e" source = "git+https://github.com/CraneStation/cranelift.git#84567979ba18ad613d0066c0d8129393c9098a9c"
dependencies = [ dependencies = [
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",