parent
e63a94fca6
commit
df641e1679
114
Cargo.lock
generated
114
Cargo.lock
generated
@ -65,32 +65,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift"
|
name = "cranelift"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-frontend 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-frontend 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-bforest"
|
name = "cranelift-bforest"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-entity 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen"
|
name = "cranelift-codegen"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"cranelift-bforest 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-bforest 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-codegen-meta 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen-meta 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-codegen-shared 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen-shared 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
"thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -98,30 +98,30 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen-meta"
|
name = "cranelift-codegen-meta"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen-shared 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen-shared 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-entity 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen-shared"
|
name = "cranelift-codegen-shared"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-entity"
|
name = "cranelift-entity"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-faerie"
|
name = "cranelift-faerie"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-module 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"faerie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"faerie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"goblin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"goblin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -130,55 +130,55 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-frontend"
|
name = "cranelift-frontend"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-module"
|
name = "cranelift-module"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
"thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-native"
|
name = "cranelift-native"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-object"
|
name = "cranelift-object"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-module 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"object 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"object 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-simplejit"
|
name = "cranelift-simplejit"
|
||||||
version = "0.51.0"
|
version = "0.52.0"
|
||||||
source = "git+https://github.com/bytecodealliance/cranelift/#ec787eb281bb2e18e191508c17abe694e91f0677"
|
source = "git+https://github.com/bytecodealliance/cranelift/#722a345ff6ee00ade5de87eef0a605711a88e8ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-module 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-native 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-native 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"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.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -408,11 +408,11 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"cranelift 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-faerie 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-faerie 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-module 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-object 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-object 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"cranelift-simplejit 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
"cranelift-simplejit 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
||||||
"faerie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"faerie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"gimli 0.19.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.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -568,18 +568,18 @@ 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 byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
||||||
"checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"
|
"checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"
|
||||||
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
||||||
"checksum cranelift 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-bforest 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-bforest 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-codegen 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-codegen-meta 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-codegen-meta 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-codegen-shared 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-codegen-shared 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-entity 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-faerie 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-faerie 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-frontend 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-frontend 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-module 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-native 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-native 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-object 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-object 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum cranelift-simplejit 0.51.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
"checksum cranelift-simplejit 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
||||||
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
"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 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…
Reference in New Issue
Block a user