From 9fe77cffc6b10d3c85168a22c7eb0d0aa41acc71 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2019 10:27:28 +0000 Subject: [PATCH] Update memoffset requirement from 0.2.1 to 0.5.1 Updates the requirements on [memoffset](https://github.com/Gilnaa/memoffset) to permit the latest version. - [Release notes](https://github.com/Gilnaa/memoffset/releases) - [Commits](https://github.com/Gilnaa/memoffset/commits/v0.5.1) Signed-off-by: dependabot-preview[bot] --- wasmtime-runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasmtime-runtime/Cargo.toml b/wasmtime-runtime/Cargo.toml index 688819c8a6..700b21369d 100644 --- a/wasmtime-runtime/Cargo.toml +++ b/wasmtime-runtime/Cargo.toml @@ -20,7 +20,7 @@ region = "2.0.0" lazy_static = "1.2.0" libc = { version = "0.2.48", default-features = false } errno = "0.2.4" -memoffset = "0.2.1" +memoffset = "0.5.1" failure = { version = "0.1.3", default-features = false } failure_derive = { version = "0.1.3", default-features = false } indexmap = "1.0.2"