fix(deps): update rust crate object to 0.39.0#273
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
bc9ba4f to
b233664
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.38.0→0.39.0Release Notes
gimli-rs/object (object)
v0.39.1Compare Source
Released 2026/04/21.
Changed
Changed
read::PeFile::importsto return an error for empty import names.#873
Fixed
read::PeFile::importsto handle import names in a different section.#881
Fixed the ELF section flags for
write::StandardSection::EhFrame.#877
Updated
hashbrown,indexmap, andwasmparserdependencies.#879
Added
Added Android definitions for ELF.
#875
Updated Mach-O definitions.
#883
Added
read::macho::LoadCommandData::dylib_use_flags.#887
v0.39.0Compare Source
Released 2026/03/29.
Breaking changes
Changed
read::NativeFileto useNativeEndianinstead ofEndianness.#851
Changed the type of
elf::Dyn32/64::d_tagto signed (i32/i64).Changed the type of
DT_*constants toi64.Changed
write::elf::Writer::write_dynamicparameter to match.#852
Changed parsing to always support unaligned data.
The
unalignedfeature now has no effect.#861
Changed
read::SymbolMapName::newto accept asizeparameter.#863
Changed
Changed
read::MachOFile::entryto handleLC_UNIXTHREADload commands.#837
Reduced the size of
read::elf::CrelIterator.#840
Improved debug output for
read::*Fileby hiding the raw data bytes.#853
Removed
DT_SYMBOLICfrom theread::elf::Dyn::is_addresscheck.#854
Changed
read::machoto treatltmp*symbols as section symbols.#856
Changed
read::Relocation::encodingfor unknown relocations toRelocationEncoding::Unknown.#857
Changed
read::RelocationMapto handleRelocationKind::Noneandcheck for supported
RelocationEncoding.#857
Changed
read::elfto returnRelocationKind::GotRelativeforelf::R_X86_64_GOTPCRELXandelf::R_X86_64_REX_GOTPCRELX.#859
Changed
elf::R_X86_64_PLT32andmacho::X86_64_RELOC_BRANCHto use
RelocationKind::PltRelativeandRelocationEncoding::X86Branch.#860
Changed
read::machoandwrite::Objectto handlemacho::ARM64_RELOC_BRANCH26.#860
Changed
read::SymbolMapto include symbol sizes.Deprecated
read::SymbolMap::get. Usebeforeorcontaininginstead.#863
Changed
read::elfto include unsized symbols inis_definition.#866
Changed
pod::slice_from_all_bytes/_mutto handle zero-sized types.#868
Updated
wasmparserdependency.Added
Added
read::ObjectSegment::permissions.#838
Added
elf::R_X86_64_CODE_*relocations.#839
Added
read::macho::Section::reserved1andSection::reserved2.#846
Added
Fromimplementations for fixed endian integers.#850
Added
Native*Filetypes for each file format.#851
Added
read::elf::ElfFile::elf_dynamic_table.#854
Added
read::Relocation::subtractorandwrite::Object::add_relocation_with_subtractorto handle
macho::ARM64_RELOC_SUBTRACTORandmacho::X86_64_RELOC_SUBTRACTOR.#856
#860
Added
write::StandardSection::EhFrame.#856
Added
SymbolFlags::elf_visibility.#859
Added
read::macho::Section::symbol_stub_sizeandindirect_symbols.#862
Added missing
elf::DT_RELR*constants.#864
Added
elf::R_AARCH64_PLT32andelf::R_AARCH64_GOTPCREL32.#865
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.