From bb6532eb1a722062cc5493a9331984621501099a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 21:21:03 +0000 Subject: [PATCH] Bump bincode from 1.1.4 to 1.2.0 Bumps [bincode](https://github.com/servo/bincode) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/compare/v1.1.4...v1.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 142 ++++++++++++++++++++++++++--------------------------- 1 file changed, 71 insertions(+), 71 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d433bca9fb..2efd169af88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bincode" -version = "1.1.4" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -717,8 +717,8 @@ version = "0.1.0" dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime 0.8.0", - "wasmer-runtime-core 0.8.0", + "wasmer-runtime 0.9.0", + "wasmer-runtime-core 0.9.0", ] [[package]] @@ -1330,7 +1330,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasmer" -version = "0.8.0" +version = "0.9.0" dependencies = [ "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)", @@ -1340,24 +1340,24 @@ dependencies = [ "structopt 0.3.3 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.8.0", - "wasmer-dev-utils 0.8.0", - "wasmer-emscripten 0.8.0", - "wasmer-emscripten-tests 0.8.0", + "wasmer-clif-backend 0.9.0", + "wasmer-dev-utils 0.9.0", + "wasmer-emscripten 0.9.0", + "wasmer-emscripten-tests 0.9.0", "wasmer-kernel-loader 0.1.0", - "wasmer-llvm-backend 0.8.0", - "wasmer-middleware-common 0.8.0", - "wasmer-middleware-common-tests 0.8.0", - "wasmer-runtime 0.8.0", - "wasmer-runtime-core 0.8.0", - "wasmer-singlepass-backend 0.8.0", - "wasmer-wasi 0.8.0", - "wasmer-wasi-tests 0.8.0", + "wasmer-llvm-backend 0.9.0", + "wasmer-middleware-common 0.9.0", + "wasmer-middleware-common-tests 0.9.0", + "wasmer-runtime 0.9.0", + "wasmer-runtime-core 0.9.0", + "wasmer-singlepass-backend 0.9.0", + "wasmer-wasi 0.9.0", + "wasmer-wasi-tests 0.9.0", ] [[package]] name = "wasmer-clif-backend" -version = "0.8.0" +version = "0.9.0" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-codegen 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1373,8 +1373,8 @@ dependencies = [ "target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasmer-clif-fork-frontend 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmer-clif-fork-wasm 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.8.0", - "wasmer-win-exception-handler 0.8.0", + "wasmer-runtime-core 0.9.0", + "wasmer-win-exception-handler 0.9.0", "wasmparser 0.39.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1406,35 +1406,35 @@ dependencies = [ [[package]] name = "wasmer-dev-utils" -version = "0.8.0" +version = "0.9.0" dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmer-emscripten" -version = "0.8.0" +version = "0.9.0" dependencies = [ "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)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (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.8.0", + "wasmer-runtime-core 0.9.0", ] [[package]] name = "wasmer-emscripten-tests" -version = "0.8.0" +version = "0.9.0" dependencies = [ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.8.0", - "wasmer-dev-utils 0.8.0", - "wasmer-emscripten 0.8.0", - "wasmer-llvm-backend 0.8.0", - "wasmer-runtime-core 0.8.0", - "wasmer-singlepass-backend 0.8.0", + "wasmer-clif-backend 0.9.0", + "wasmer-dev-utils 0.9.0", + "wasmer-emscripten 0.9.0", + "wasmer-llvm-backend 0.9.0", + "wasmer-runtime-core 0.9.0", + "wasmer-singlepass-backend 0.9.0", ] [[package]] @@ -1442,12 +1442,12 @@ name = "wasmer-kernel-loader" version = "0.1.0" dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.8.0", + "wasmer-runtime-core 0.9.0", ] [[package]] name = "wasmer-llvm-backend" -version = "0.8.0" +version = "0.9.0" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1461,61 +1461,61 @@ dependencies = [ "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)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.8.0", + "wasmer-runtime-core 0.9.0", "wasmparser 0.39.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmer-middleware-common" -version = "0.8.0" +version = "0.9.0" dependencies = [ - "wasmer-runtime-core 0.8.0", + "wasmer-runtime-core 0.9.0", ] [[package]] name = "wasmer-middleware-common-tests" -version = "0.8.0" +version = "0.9.0" dependencies = [ "criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.8.0", - "wasmer-llvm-backend 0.8.0", - "wasmer-middleware-common 0.8.0", - "wasmer-runtime-core 0.8.0", - "wasmer-singlepass-backend 0.8.0", + "wasmer-clif-backend 0.9.0", + "wasmer-llvm-backend 0.9.0", + "wasmer-middleware-common 0.9.0", + "wasmer-runtime-core 0.9.0", + "wasmer-singlepass-backend 0.9.0", ] [[package]] name = "wasmer-runtime" -version = "0.8.0" +version = "0.9.0" dependencies = [ "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)", "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)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.8.0", - "wasmer-llvm-backend 0.8.0", - "wasmer-runtime-core 0.8.0", - "wasmer-singlepass-backend 0.8.0", + "wasmer-clif-backend 0.9.0", + "wasmer-llvm-backend 0.9.0", + "wasmer-runtime-core 0.9.0", + "wasmer-singlepass-backend 0.9.0", ] [[package]] name = "wasmer-runtime-c-api" -version = "0.8.0" +version = "0.9.0" dependencies = [ "cbindgen 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime 0.8.0", - "wasmer-runtime-core 0.8.0", + "wasmer-runtime 0.9.0", + "wasmer-runtime-core 0.9.0", ] [[package]] name = "wasmer-runtime-core" -version = "0.8.0" +version = "0.9.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1540,7 +1540,7 @@ dependencies = [ [[package]] name = "wasmer-singlepass-backend" -version = "0.8.0" +version = "0.9.0" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dynasm 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1549,26 +1549,26 @@ dependencies = [ "libc 0.2.65 (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)", - "wasmer-runtime-core 0.8.0", + "wasmer-runtime-core 0.9.0", ] [[package]] name = "wasmer-spectests" -version = "0.8.0" +version = "0.9.0" dependencies = [ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.8.0", - "wasmer-llvm-backend 0.8.0", - "wasmer-runtime-core 0.8.0", - "wasmer-singlepass-backend 0.8.0", + "wasmer-clif-backend 0.9.0", + "wasmer-llvm-backend 0.9.0", + "wasmer-runtime-core 0.9.0", + "wasmer-singlepass-backend 0.9.0", ] [[package]] name = "wasmer-wasi" -version = "0.8.0" +version = "0.9.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "generational-arena 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1577,31 +1577,31 @@ dependencies = [ "serde 1.0.101 (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)", - "wasmer-runtime-core 0.8.0", + "wasmer-runtime-core 0.9.0", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmer-wasi-tests" -version = "0.8.0" +version = "0.9.0" dependencies = [ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.8.0", - "wasmer-dev-utils 0.8.0", - "wasmer-llvm-backend 0.8.0", - "wasmer-runtime 0.8.0", - "wasmer-runtime-core 0.8.0", - "wasmer-singlepass-backend 0.8.0", - "wasmer-wasi 0.8.0", + "wasmer-clif-backend 0.9.0", + "wasmer-dev-utils 0.9.0", + "wasmer-llvm-backend 0.9.0", + "wasmer-runtime 0.9.0", + "wasmer-runtime-core 0.9.0", + "wasmer-singlepass-backend 0.9.0", + "wasmer-wasi 0.9.0", ] [[package]] name = "wasmer-win-exception-handler" -version = "0.8.0" +version = "0.9.0" dependencies = [ "cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.8.0", + "wasmer-runtime-core 0.9.0", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1654,7 +1654,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" -"checksum bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9f04a5e50dc80b3d5d35320889053637d15011aed5e66b66b37ae798c65da6f7" +"checksum bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ab639324e3ee8774d296864fbc0dbbb256cf1a41c490b94cba90c082915f92" "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" "checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182" "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"