mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 21:21:33 +00:00
Fix mistake in version update; generate lock file
This commit is contained in:
130
Cargo.lock
generated
130
Cargo.lock
generated
@ -1503,7 +1503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer"
|
name = "wasmer"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
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)",
|
||||||
"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)",
|
||||||
@ -1513,24 +1513,24 @@ dependencies = [
|
|||||||
"structopt 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"structopt 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-clif-backend 0.6.0",
|
"wasmer-clif-backend 0.7.0",
|
||||||
"wasmer-dev-utils 0.6.0",
|
"wasmer-dev-utils 0.7.0",
|
||||||
"wasmer-emscripten 0.6.0",
|
"wasmer-emscripten 0.7.0",
|
||||||
"wasmer-emscripten-tests 0.6.0",
|
"wasmer-emscripten-tests 0.7.0",
|
||||||
"wasmer-kernel-loader 0.1.0",
|
"wasmer-kernel-loader 0.1.0",
|
||||||
"wasmer-llvm-backend 0.6.0",
|
"wasmer-llvm-backend 0.7.0",
|
||||||
"wasmer-middleware-common 0.6.0",
|
"wasmer-middleware-common 0.7.0",
|
||||||
"wasmer-middleware-common-tests 0.6.0",
|
"wasmer-middleware-common-tests 0.7.0",
|
||||||
"wasmer-runtime 0.6.0",
|
"wasmer-runtime 0.7.0",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"wasmer-singlepass-backend 0.6.0",
|
"wasmer-singlepass-backend 0.7.0",
|
||||||
"wasmer-wasi 0.6.0",
|
"wasmer-wasi 0.7.0",
|
||||||
"wasmer-wasi-tests 0.6.0",
|
"wasmer-wasi-tests 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-clif-backend"
|
name = "wasmer-clif-backend"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
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-codegen 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cranelift-codegen 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1546,8 +1546,8 @@ dependencies = [
|
|||||||
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-clif-fork-frontend 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmer-clif-fork-frontend 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-clif-fork-wasm 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmer-clif-fork-wasm 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"wasmer-win-exception-handler 0.6.0",
|
"wasmer-win-exception-handler 0.7.0",
|
||||||
"wasmparser 0.35.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmparser 0.35.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
@ -1578,35 +1578,35 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-dev-utils"
|
name = "wasmer-dev-utils"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-emscripten"
|
name = "wasmer-emscripten"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
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)",
|
||||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-emscripten-tests"
|
name = "wasmer-emscripten-tests"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-clif-backend 0.6.0",
|
"wasmer-clif-backend 0.7.0",
|
||||||
"wasmer-dev-utils 0.6.0",
|
"wasmer-dev-utils 0.7.0",
|
||||||
"wasmer-emscripten 0.6.0",
|
"wasmer-emscripten 0.7.0",
|
||||||
"wasmer-llvm-backend 0.6.0",
|
"wasmer-llvm-backend 0.7.0",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"wasmer-singlepass-backend 0.6.0",
|
"wasmer-singlepass-backend 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -1614,12 +1614,12 @@ name = "wasmer-kernel-loader"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-llvm-backend"
|
name = "wasmer-llvm-backend"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
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)",
|
||||||
"capstone 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"capstone 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1634,59 +1634,59 @@ dependencies = [
|
|||||||
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"wasmparser 0.35.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmparser 0.35.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-middleware-common"
|
name = "wasmer-middleware-common"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-middleware-common-tests"
|
name = "wasmer-middleware-common-tests"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-clif-backend 0.6.0",
|
"wasmer-clif-backend 0.7.0",
|
||||||
"wasmer-llvm-backend 0.6.0",
|
"wasmer-llvm-backend 0.7.0",
|
||||||
"wasmer-middleware-common 0.6.0",
|
"wasmer-middleware-common 0.7.0",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"wasmer-singlepass-backend 0.6.0",
|
"wasmer-singlepass-backend 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-runtime"
|
name = "wasmer-runtime"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-clif-backend 0.6.0",
|
"wasmer-clif-backend 0.7.0",
|
||||||
"wasmer-llvm-backend 0.6.0",
|
"wasmer-llvm-backend 0.7.0",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"wasmer-singlepass-backend 0.6.0",
|
"wasmer-singlepass-backend 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-runtime-c-api"
|
name = "wasmer-runtime-c-api"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cbindgen 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cbindgen 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-runtime 0.6.0",
|
"wasmer-runtime 0.7.0",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-runtime-core"
|
name = "wasmer-runtime-core"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1714,7 +1714,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-singlepass-backend"
|
name = "wasmer-singlepass-backend"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
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)",
|
||||||
"colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1724,25 +1724,25 @@ dependencies = [
|
|||||||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"wasmparser 0.35.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmparser 0.35.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-spectests"
|
name = "wasmer-spectests"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-clif-backend 0.6.0",
|
"wasmer-clif-backend 0.7.0",
|
||||||
"wasmer-llvm-backend 0.6.0",
|
"wasmer-llvm-backend 0.7.0",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"wasmer-singlepass-backend 0.6.0",
|
"wasmer-singlepass-backend 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasi"
|
name = "wasmer-wasi"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 1.1.4 (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)",
|
||||||
@ -1753,33 +1753,33 @@ dependencies = [
|
|||||||
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasi-tests"
|
name = "wasmer-wasi-tests"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-clif-backend 0.6.0",
|
"wasmer-clif-backend 0.7.0",
|
||||||
"wasmer-dev-utils 0.6.0",
|
"wasmer-dev-utils 0.7.0",
|
||||||
"wasmer-llvm-backend 0.6.0",
|
"wasmer-llvm-backend 0.7.0",
|
||||||
"wasmer-runtime 0.6.0",
|
"wasmer-runtime 0.7.0",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"wasmer-singlepass-backend 0.6.0",
|
"wasmer-singlepass-backend 0.7.0",
|
||||||
"wasmer-wasi 0.6.0",
|
"wasmer-wasi 0.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-win-exception-handler"
|
name = "wasmer-win-exception-handler"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"cmake 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cmake 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"wasmer-runtime-core 0.6.0",
|
"wasmer-runtime-core 0.7.0",
|
||||||
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ wasmparser = "0.35.1"
|
|||||||
smallvec = "0.6.10"
|
smallvec = "0.6.10"
|
||||||
goblin = "0.0.24"
|
goblin = "0.0.24"
|
||||||
libc = "0.2.60"
|
libc = "0.2.60"
|
||||||
capstone = { version = "0.7.0", optional = true }
|
capstone = { version = "0.6.0", optional = true }
|
||||||
byteorder = "1"
|
byteorder = "1"
|
||||||
|
|
||||||
[dependencies.inkwell]
|
[dependencies.inkwell]
|
||||||
|
Reference in New Issue
Block a user