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:
committed by
Dan Gohman
parent
d8b840d2f5
commit
52fb94d24c
@@ -11,7 +11,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cranelift-module = { path = "../cranelift-module", version = "0.46.1" }
|
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"
|
target-lexicon = "0.8.1"
|
||||||
|
|
||||||
[dependencies.cranelift-codegen]
|
[dependencies.cranelift-codegen]
|
||||||
|
|||||||
Reference in New Issue
Block a user