build(deps): update object requirement from 0.26 to 0.27

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)
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gimli-rs/object/compare/0.26.0...0.27.0)

---
updated-dependencies:
- dependency-name: object
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/76/head
dependabot[bot] 3 years ago committed by Alessandro Decina
parent 1f541314ab
commit c99dcfb9d3

@ -13,7 +13,7 @@ edition = "2018"
[dependencies] [dependencies]
libc = { version = "0.2" } libc = { version = "0.2" }
thiserror = "1" thiserror = "1"
object = { version = "0.26", default-features = false, features = ["std", "read_core", "elf"] } object = { version = "0.27", default-features = false, features = ["std", "read_core", "elf"] }
bitflags = "1.2.1" bitflags = "1.2.1"
bytes = "1" bytes = "1"
lazy_static = "1" lazy_static = "1"

Loading…
Cancel
Save