Merge pull request #26 from bjorn3/dependabot/cargo/cranelift-simplejit-078b07b
This commit is contained in:
commit
fb2983c48b
1 changed files with 49 additions and 49 deletions
98
Cargo.lock
generated
98
Cargo.lock
generated
|
@ -89,29 +89,29 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift"
|
name = "cranelift"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-frontend 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-frontend 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-bforest"
|
name = "cranelift-bforest"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-entity 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen"
|
name = "cranelift-codegen"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-bforest 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-bforest 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-codegen-meta 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen-meta 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-entity 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -120,21 +120,21 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen-meta"
|
name = "cranelift-codegen-meta"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-entity"
|
name = "cranelift-entity"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-faerie"
|
name = "cranelift-faerie"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-module 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-module 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"faerie 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"faerie 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"goblin 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
"goblin 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -143,41 +143,41 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-frontend"
|
name = "cranelift-frontend"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-module"
|
name = "cranelift-module"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-entity 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-native"
|
name = "cranelift-native"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"raw-cpuid 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"raw-cpuid 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"target-lexicon 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"target-lexicon 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-simplejit"
|
name = "cranelift-simplejit"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#5b2af5841f19f003e2d8e972154f8b40ba433170"
|
source = "git+https://github.com/CraneStation/cranelift.git#078b07b86d60eeaef6606a93da9ffb22d509d2ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-module 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-module 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-native 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-native 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"region 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"region 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -417,10 +417,10 @@ dependencies = [
|
||||||
"ar 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ar 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"cranelift 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-faerie 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-faerie 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-module 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-module 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-simplejit 0.21.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-simplejit 0.21.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"faerie 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"faerie 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"target-lexicon 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"target-lexicon 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
@ -659,16 +659,16 @@ dependencies = [
|
||||||
"checksum cc 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "c37f0efaa4b9b001fa6f02d4b644dee4af97d3414df07c51e3e4f015f3a3e131"
|
"checksum cc 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "c37f0efaa4b9b001fa6f02d4b644dee4af97d3414df07c51e3e4f015f3a3e131"
|
||||||
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
|
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
|
||||||
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
||||||
"checksum cranelift 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-bforest 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-bforest 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-codegen 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-codegen 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-codegen-meta 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-codegen-meta 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-entity 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-entity 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-faerie 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-faerie 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-frontend 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-frontend 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-module 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-module 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-native 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-native 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-simplejit 0.21.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-simplejit 0.21.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
|
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
|
||||||
"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
|
"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"
|
"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