Update Cargo.lock
This commit is contained in:
parent
b9295f1efd
commit
1fc1fbef93
1 changed files with 50 additions and 50 deletions
100
Cargo.lock
generated
100
Cargo.lock
generated
|
@ -113,29 +113,29 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cranelift"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
dependencies = [
|
||||
"cranelift-codegen 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-frontend 0.29.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)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-bforest"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
dependencies = [
|
||||
"cranelift-entity 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-codegen"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
dependencies = [
|
||||
"cranelift-bforest 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-codegen-meta 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-entity 0.29.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-entity 0.30.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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -144,24 +144,24 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cranelift-codegen-meta"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
dependencies = [
|
||||
"cranelift-entity 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-entity"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-faerie"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
dependencies = [
|
||||
"cranelift-codegen 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-module 0.29.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)",
|
||||
"faerie 0.9.1 (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.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -170,43 +170,43 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cranelift-frontend"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
dependencies = [
|
||||
"cranelift-codegen 0.29.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)",
|
||||
"target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-module"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
dependencies = [
|
||||
"cranelift-codegen 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-entity 0.29.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)",
|
||||
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-native"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
dependencies = [
|
||||
"cranelift-codegen 0.29.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)",
|
||||
"target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-simplejit"
|
||||
version = "0.29.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#283bfb664572a03487fa49fa7f84a70c9798ace8"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#08223094ade7af4399672068120cbc1fa4152300"
|
||||
dependencies = [
|
||||
"cranelift-codegen 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-module 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-native 0.29.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-native 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"region 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -585,10 +585,10 @@ dependencies = [
|
|||
"ar 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"cranelift 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-faerie 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-module 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-simplejit 0.29.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-faerie 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"cranelift-simplejit 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
"env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"faerie 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"gimli 0.17.0 (git+https://github.com/gimli-rs/gimli.git)",
|
||||
|
@ -855,16 +855,16 @@ dependencies = [
|
|||
"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
|
||||
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
||||
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
||||
"checksum cranelift 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-bforest 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-codegen 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-codegen-meta 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-entity 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-faerie 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-frontend 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-module 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-native 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-simplejit 0.29.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-bforest 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-codegen-meta 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-faerie 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-frontend 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-native 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum cranelift-simplejit 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||
"checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a"
|
||||
"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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue