Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update object requirement from 0.30.0 to 0.31.1 #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2023

Updates the requirements on object to permit the latest version.

Changelog

Sourced from object's changelog.

0.31.1

Released 2023/05/09.

Changed

  • Fixed address for global symbols in read::wasm. #539

  • Fixed writing of alignment for empty ELF sections. #540

Added

  • Added more elf::GNU_PROPERTY_* definitions. Added read::elf::note::gnu_properties, write::StandardSection::GnuProperty, and write::Object::add_elf_gnu_property_u32. #537 #541

  • Added Mach-O support for Architecture::Aarch64_Ilp32. #542 #545

  • Added Architecture::Wasm64. #543


0.31.0

Released 2023/04/14.

Breaking changes

  • Added a type parameter on existing COFF types to support reading COFF /bigobj files. #502

  • Changed PE symbols to support COFF /bigobj. Changed pe::IMAGE_SYM_* to i32. Changed pe::ImageSymbolEx::section_number to I32Bytes. Deleted a number of methods from pe::ImageSymbol. Use the read::pe::ImageSymbol trait instead. #502

  • Changed pe::Guid to a single array, and added methods to read the individual fields. #502

  • Added Symbol type parameter to SymbolFlags to support SymbolFlags::Xcoff. #527

... (truncated)

Commits
  • ffe0cee Release 0.31.1 (#546)
  • 60a75e5 read/macho: support Aarch64_Ilp32 (#545)
  • b3436f0 write/macho: support Aarch64_Ilp32 as used by arm64_32-apple-watchos (#542)
  • 25e2930 Test that empty ELF sections have the correct file offset (#544)
  • d58fa35 write/elf: Fix writing of aligned empty sections (#540)
  • 3e7654c read/wasm: add support for wasm64 (#543)
  • 214eecb read/wasm: try to guess global symbol address (#539)
  • 69962ee read/elf: GNU properties do not use section alignment
  • 494fc10 write/elf: .note.gnu.properties should have SHF_ALLOC
  • bb91f08 write/elf: add Object::add_elf_gnu_property_u32
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version.
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.30.0...0.31.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants