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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-30 13:54:10 +00:00
committed by Dan Gohman
parent d8b840d2f5
commit 52fb94d24c

View File

@@ -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]