From d140e2beb1eaea82949ccd470191e7ac3919a5b1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 15:21:42 +0000 Subject: [PATCH] Update target-lexicon requirement from 0.4.0 to 0.6.0 Updates the requirements on [target-lexicon](https://github.com/CraneStation/target-lexicon) to permit the latest version. - [Release notes](https://github.com/CraneStation/target-lexicon/releases) - [Commits](https://github.com/CraneStation/target-lexicon/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- misc/wasmtime-py/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce1d36219cbe..97d47584a0d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ docopt = "1.0.1" serde = { "version" = "1.0.94", features = ["derive"] } faerie = "0.10.1" failure = "0.1" -target-lexicon = { version = "0.4.0", default-features = false } +target-lexicon = { version = "0.6.0", default-features = false } pretty_env_logger = "0.3.0" file-per-thread-logger = "0.1.1" wabt = "0.9" diff --git a/misc/wasmtime-py/Cargo.toml b/misc/wasmtime-py/Cargo.toml index c5bf58fcc5d8..b4a2f29631de 100644 --- a/misc/wasmtime-py/Cargo.toml +++ b/misc/wasmtime-py/Cargo.toml @@ -21,7 +21,7 @@ wasmtime-environ = { path = "../../wasmtime-environ" } wasmtime-interface-types = { path = "../../wasmtime-interface-types" } wasmtime-jit = { path = "../../wasmtime-jit" } wasmtime-runtime = { path = "../../wasmtime-runtime" } -target-lexicon = { version = "0.4.0", default-features = false } +target-lexicon = { version = "0.6.0", default-features = false } failure = "0.1" region = "2.0.0" wasmparser = "0.37.1"