From 52fb94d24c91576eee722996ed2a3b9e8b1967c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 13:54:10 +0000 Subject: [PATCH] Update object requirement from 0.14.0 to 0.15.0 Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. - [Release notes](https://github.com/gimli-rs/object/releases) - [Commits](https://github.com/gimli-rs/object/compare/0.14.0...0.15.0) Signed-off-by: dependabot-preview[bot] --- cranelift/object/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/object/Cargo.toml b/cranelift/object/Cargo.toml index 8577a0bfa7..402ecd3f91 100644 --- a/cranelift/object/Cargo.toml +++ b/cranelift/object/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] cranelift-module = { path = "../cranelift-module", version = "0.46.1" } -object = { version = "0.14.0", default-features = false, features = ["write"] } +object = { version = "0.15.0", default-features = false, features = ["write"] } target-lexicon = "0.8.1" [dependencies.cranelift-codegen]