From 2eea366530b2139422a39944c0b1a65d4ecb5cee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 07:48:14 +0000 Subject: [PATCH] Update goblin requirement from 0.0.24 to 0.1.0 Updates the requirements on [goblin](https://github.com/m4b/goblin) to permit the latest version. - [Release notes](https://github.com/m4b/goblin/releases) - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits) Signed-off-by: dependabot-preview[bot] --- cranelift/faerie/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/faerie/Cargo.toml b/cranelift/faerie/Cargo.toml index 2b4984a4a0..6bd9f120f5 100644 --- a/cranelift/faerie/Cargo.toml +++ b/cranelift/faerie/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] cranelift-module = { path = "../cranelift-module", version = "0.47.0" } faerie = "0.11.0" -goblin = "0.0.24" +goblin = "0.1.0" failure = "0.1.2" target-lexicon = "0.8.1"