chore(deps): update rust crate object to 0.39#15187
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
chore(deps): update rust crate object to 0.39#15187renovate[bot] wants to merge 1 commit intodevfrom
renovate[bot] wants to merge 1 commit intodevfrom
Conversation
Contributor
Package Changes Through f87c1b0There are 9 changes which include tauri-macos-sign with patch, tauri-build with patch, tauri with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-utils with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
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.36→0.39Release Notes
gimli-rs/object (object)
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
v0.38.1Compare Source
Released 2026/01/02.
Changed
wasmparserdependency.Added
Added basic PowerPC relocation support for Mach-O.
#825
Added more ELF relocations for LoongArch.
#826
#827
Added
RelocationKind::None.#828
Added
write::StreamingBuffer::flush.#829
v0.38.0Compare Source
Released 2025/11/21.
Breaking changes
Changed the type of
macho::EXPORT_SYMBOL_FLAGSconstants tou8.#817
Fixed the type of the
StringTableparameter forread::elf::Dyn::string.#812
Changed
Updated
hashbrownandwasmparserdependencies.#806
The minimum supported rust version with all features enabled has changed to 1.87.0.
Changes to the minimum supported rust version are not considered breaking changes.
Added
Added more RISC-V constants for ELF.
#809
Added more AArch64 constants for ELF.
#819
Added
macho::LinkeditDataCommand::function_startsand associated parser.#814
#816
Added
macho::LinkeditDataCommand::exports_trieand associated parser.#817
v0.37.3Compare Source
Released 2025/08/13.
Changed
write::Objectby usingIMAGE_WEAK_EXTERN_SEARCH_ALIAS.#803
Added
Added
elf::SHT_GNU_SFRAMEandelf::PT_GNU_SFRAME.#799
Added
section_flags_mutandsymbol_flags_muttowrite::Object.#801
v0.37.2Compare Source
Released 2025/08/01.
Added
Added
elf::EF_RISCV_RV64ILP32.#779
Added
pe::IMAGE_FILE_MACHINE_POWERPCBEand associated read support.#783
Added PowerPC support to
write::coff.#795
Added support for COFF auxiliary weak external symbols to
write::Objectandwrite::coff::Writer.#791
Added methods to
write::Objectto obtain default section and symbol flags.#789
Added compact relocation support to
read::elf.#782
#784
#785
#788
Added
Architecture::Alpha.#790
Added
Architecture::Hppa.#793
Changed
Updated
wasmparserdependency.Changed
write::Objectto accept undefined symbols of unknown kind for COFF.#795
v0.37.1Compare Source
Released 2025/06/11.
Changed
Removed
compiler-builtinsfromrustc-dep-of-stddependencies.#777
Updated
wasmparserdependency.v0.37.0Compare Source
Released 2025/06/02.
Breaking changes
Changed dyld cache definitions and API to support iterating mapping and slide information.
#738
#753
#754
#775
Removed
elf::R_RISCV_GNU_VTINHERITandelf::R_RISCV_GNU_VTENTRY.#767
Changed the type of
pe::IMAGE_WEAK_EXTERN_*constants.#770
Added
Added support for generating
ARM_RELOC_VANILLAinwrite::Object.#757
Added
size_hintforread::archive::ArchiveSymbolIterator.#759
Added
Architecture::SuperH.#762
Added
Architecture::LoongArch32.#765
Added support for Wasm object files to
read::WasmFile.#766
Added
elf::R_RISCV_TLSDESCandelf::R_RISCV_GOT32_PCREL.#767
#768
Added
read::pe::SymbolTable::aux_weak_externalandread::pe::SymbolTable::has_aux_weak_external.#770
Added ELF relocations for LoongArch ABI v2.30.
#773
Changed
Changed
ReadRef::read_bytes_atto allow zero size reads at any offset.This allows reading of empty sections in stripped ELF files.
#758
Changed
read::MachOFile::object_mapto include static symbols.#764
Fixed
read::pe::SymbolTable::has_aux_functionto exclude weak externals.#772
Updated
wasmparserandruzstddependencies.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.