]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.lock
Rustup to rustc 1.34.0-nightly (f66e4697a 2019-02-20)
[rust.git] / Cargo.lock
index 4de759e55a8972879cbd4176ce1daeb6b284274a..a9136f64f3fa0410f8e3cee1478788c5d41ba55f 100644 (file)
@@ -49,7 +49,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "backtrace"
-version = "0.3.13"
+version = "0.3.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -114,7 +114,7 @@ dependencies = [
 [[package]]
 name = "cranelift"
 version = "0.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 dependencies = [
  "cranelift-codegen 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
  "cranelift-frontend 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
@@ -123,7 +123,7 @@ dependencies = [
 [[package]]
 name = "cranelift-bforest"
 version = "0.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 dependencies = [
  "cranelift-entity 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
 ]
@@ -131,7 +131,7 @@ dependencies = [
 [[package]]
 name = "cranelift-codegen"
 version = "0.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 dependencies = [
  "cranelift-bforest 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
  "cranelift-codegen-meta 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
@@ -145,7 +145,7 @@ dependencies = [
 [[package]]
 name = "cranelift-codegen-meta"
 version = "0.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 dependencies = [
  "cranelift-entity 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
 ]
@@ -153,12 +153,12 @@ dependencies = [
 [[package]]
 name = "cranelift-entity"
 version = "0.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 
 [[package]]
 name = "cranelift-faerie"
 version = "0.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 dependencies = [
  "cranelift-codegen 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
  "cranelift-module 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
@@ -171,7 +171,7 @@ dependencies = [
 [[package]]
 name = "cranelift-frontend"
 version = "0.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 dependencies = [
  "cranelift-codegen 0.28.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.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 dependencies = [
  "cranelift-codegen 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
  "cranelift-entity 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
@@ -192,7 +192,7 @@ dependencies = [
 [[package]]
 name = "cranelift-native"
 version = "0.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 dependencies = [
  "cranelift-codegen 0.28.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.28.0"
-source = "git+https://github.com/CraneStation/cranelift.git#50c66ae4788ff9a1715f220d2331df575017fa17"
+source = "git+https://github.com/CraneStation/cranelift.git#2f61600a4f45d1624e85ddbace5b33c74017719f"
 dependencies = [
  "cranelift-codegen 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
  "cranelift-module 0.28.0 (git+https://github.com/CraneStation/cranelift.git)",
@@ -279,7 +279,7 @@ name = "failure"
 version = "0.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
- "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -312,7 +312,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 [[package]]
 name = "gimli"
 version = "0.16.1"
-source = "git+https://github.com/gimli-rs/gimli.git#8f47f3183d4125673b2c7f06833cf3e9e847ddd0"
+source = "git+https://github.com/gimli-rs/gimli.git#e2529c0bf06b4197df3ddbc76bda5adf2cc0659f"
 dependencies = [
  "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -859,7 +859,7 @@ dependencies = [
 "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
 "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
 "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
-"checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5"
+"checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4"
 "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
 "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
 "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"