]> git.lizzy.rs Git - rust.git/commitdiff
Update Cranelift
authorbjorn3 <bjorn3@users.noreply.github.com>
Wed, 9 Oct 2019 18:34:25 +0000 (20:34 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Wed, 9 Oct 2019 18:34:25 +0000 (20:34 +0200)
Cargo.lock

index a297938f24f8d4ef04756859d353fcc58095a175..37820bb90103794809fe05947e9f41eb8c68b105 100644 (file)
@@ -60,30 +60,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "cranelift"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 dependencies = [
- "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-frontend 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-frontend 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
 ]
 
 [[package]]
 name = "cranelift-bforest"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 dependencies = [
- "cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
 ]
 
 [[package]]
 name = "cranelift-codegen"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 dependencies = [
- "cranelift-bforest 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-codegen-meta 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-codegen-shared 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-bforest 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-codegen-meta 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-codegen-shared 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -93,30 +93,30 @@ dependencies = [
 
 [[package]]
 name = "cranelift-codegen-meta"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 dependencies = [
- "cranelift-codegen-shared 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-codegen-shared 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
 ]
 
 [[package]]
 name = "cranelift-codegen-shared"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 
 [[package]]
 name = "cranelift-entity"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 
 [[package]]
 name = "cranelift-faerie"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 dependencies = [
- "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-module 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
  "faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -125,10 +125,10 @@ dependencies = [
 
 [[package]]
 name = "cranelift-frontend"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 dependencies = [
- "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -136,33 +136,33 @@ dependencies = [
 
 [[package]]
 name = "cranelift-module"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 dependencies = [
- "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "cranelift-native"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 dependencies = [
- "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
  "raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "cranelift-simplejit"
-version = "0.44.0"
-source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
+version = "0.45.0"
+source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
 dependencies = [
- "cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-native 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-module 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-native 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
  "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
  "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -392,10 +392,10 @@ version = "0.1.0"
 dependencies = [
  "ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "cranelift 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-faerie 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
- "cranelift-simplejit 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-faerie 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-module 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
+ "cranelift-simplejit 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
  "faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -553,17 +553,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
 "checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
-"checksum cranelift 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-bforest 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-codegen-meta 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-codegen-shared 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-faerie 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-frontend 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-native 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
-"checksum cranelift-simplejit 0.44.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-bforest 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-codegen-meta 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-codegen-shared 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-faerie 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-frontend 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-module 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-native 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
+"checksum cranelift-simplejit 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
 "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
 "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
 "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"