Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

chore(deps): update object requirement from 0.36.7 to 0.37.0#67

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/cargo/object-0.37.0
Open

chore(deps): update object requirement from 0.36.7 to 0.37.0#67
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/cargo/object-0.37.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Updates the requirements on object to permit the latest version.

Changelog

Sourced from object's changelog.

0.37.0

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_VTINHERIT and elf::R_RISCV_GNU_VTENTRY. #767

  • Changed the type of pe::IMAGE_WEAK_EXTERN_* constants. #770

Added

  • Added support for generating ARM_RELOC_VANILLA in write::Object. #757

  • Added size_hint for read::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_TLSDESC and elf::R_RISCV_GOT32_PCREL. #767 #768

  • Added read::pe::SymbolTable::aux_weak_external and read::pe::SymbolTable::has_aux_weak_external. #770

  • Added ELF relocations for LoongArch ABI v2.30. #773

Changed

  • Changed ReadRef::read_bytes_at to allow zero size reads at any offset. This allows reading of empty sections in stripped ELF files. #758

... (truncated)

Commits
  • 3d7f84d Release 0.37.0
  • bbb0d5b Update Cargo.lock
  • 7e0a25e Update wasmparser and ruzstd dependencies
  • 8130a96 read/macho: implement dyld slide version 2 and 3
  • b82e433 read/macho: move v5 slide iteration to a single struct
  • 5c9425a read/macho: add None variant to DyldCacheSlideInfoSlice
  • b5218d8 read/macho: hide internals of DyldCacheRelocationMappingIterator
  • 46f309b read/macho: change abstraction level on DyldCacheSlidePointer5
  • 294bc13 read/macho: change DyldRelocation to only include the offset
  • 1fbd4a1 readobj/macho: print more dyld cache headers
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.36.7...0.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants