From 94de167a93d998d7da95bc0848725ad0fdc8c58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 2 Apr 2019 15:49:17 +0000 Subject: [PATCH] Bump cranelift from `6df7e41` to `73aa684` Bumps [cranelift](https://github.com/CraneStation/cranelift) from `6df7e41` to `73aa684`. - [Release notes](https://github.com/CraneStation/cranelift/releases) - [Commits](https://github.com/CraneStation/cranelift/compare/6df7e41f5072b73706c441a5a052908320b9b39c...73aa6849b17d44f00c929ad2e95610ddffa65b8b) Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a431815d484..5ded02bc587 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "cranelift" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" dependencies = [ "cranelift-codegen 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]] name = "cranelift-bforest" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" dependencies = [ "cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", ] @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "cranelift-codegen" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" dependencies = [ "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)", @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" dependencies = [ "cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", ] @@ -153,12 +153,12 @@ dependencies = [ [[package]] name = "cranelift-entity" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" [[package]] name = "cranelift-faerie" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" dependencies = [ "cranelift-codegen 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]] name = "cranelift-frontend" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" dependencies = [ "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)", @@ -181,7 +181,7 @@ dependencies = [ [[package]] name = "cranelift-module" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" dependencies = [ "cranelift-codegen 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]] name = "cranelift-native" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" dependencies = [ "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)", @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "cranelift-simplejit" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#6df7e41f5072b73706c441a5a052908320b9b39c" +source = "git+https://github.com/CraneStation/cranelift.git#73aa6849b17d44f00c929ad2e95610ddffa65b8b" dependencies = [ "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",