Skip to content

Bump object from 0.38.1 to 0.39.0#436

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/object-0.39.0
Open

Bump object from 0.38.1 to 0.39.0#436
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/object-0.39.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps object from 0.38.1 to 0.39.0.

Changelog

Sourced from object's changelog.

0.39.0

Released 2026/03/29.

Breaking changes

  • Changed read::NativeFile to use NativeEndian instead of Endianness. #851

  • Changed the type of elf::Dyn32/64::d_tag to signed (i32/i64). Changed the type of DT_* constants to i64. Changed write::elf::Writer::write_dynamic parameter to match. #852

  • Changed parsing to always support unaligned data. The unaligned feature now has no effect. #861

  • Changed read::SymbolMapName::new to accept a size parameter. #863

Changed

  • Changed read::MachOFile::entry to handle LC_UNIXTHREAD load commands. #837

  • Reduced the size of read::elf::CrelIterator. #840

  • Improved debug output for read::*File by hiding the raw data bytes. #853

  • Removed DT_SYMBOLIC from the read::elf::Dyn::is_address check. #854

  • Changed read::macho to treat ltmp* symbols as section symbols. #856

  • Changed read::Relocation::encoding for unknown relocations to RelocationEncoding::Unknown. #857

  • Changed read::RelocationMap to handle RelocationKind::None and check for supported RelocationEncoding. #857

  • Changed read::elf to return RelocationKind::GotRelative for elf::R_X86_64_GOTPCRELX and elf::R_X86_64_REX_GOTPCRELX. #859

... (truncated)

Commits
  • c7233dc Release 0.39.0
  • fccf135 Update Cargo.lock
  • 6ce794a Update wasmparser dependency
  • ad68a0a Fix warning
  • d4b370d Switch default branch to main
  • a2ee270 pod: check for divide by zero (#868)
  • 870389f read/elf: include unsized symbols in is_definition() (#866)
  • 7eaeb11 symbol_map: improve symbol size handling for XCOFF
  • e03f26b symbol_map: use section sizes to improve symbol size guesses
  • a566ef1 symbol_map: use symbol size if known
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [object](https://github.com/gimli-rs/object) from 0.38.1 to 0.39.0.
- [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md)
- [Commits](gimli-rs/object@0.38.1...v0.39.0)

---
updated-dependencies:
- dependency-name: object
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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