build(deps): update object requirement from 0.29 to 0.30

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.29.0...0.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/450/head
dependabot[bot] 2 years ago committed by GitHub
parent 9382de75cc
commit 1fe7bba070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ edition = "2021"
[dependencies]
libc = { version = "0.2.105" }
thiserror = "1"
object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] }
object = { version = "0.30", default-features = false, features = ["std", "read_core", "elf"] }
bitflags = "1.2.1"
bytes = "1"
lazy_static = "1"

@ -14,5 +14,5 @@ integration-test-macros = { path = "../integration-test-macros" }
lazy_static = "1"
libc = { version = "0.2.105" }
log = "0.4"
object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] }
object = { version = "0.30", default-features = false, features = ["std", "read_core", "elf"] }
regex = "1"

Loading…
Cancel
Save