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.2#72

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Updates the requirements on object to permit the latest version.

Changelog

Sourced from object's changelog.

0.37.2

Released 2025/08/01.

Added

  • Added elf::EF_RISCV_RV64ILP32. #779

  • Added pe::IMAGE_FILE_MACHINE_POWERPCBE and associated read support. #783

  • Added PowerPC support to write::coff. #795

  • Added support for COFF auxiliary weak external symbols to write::Object and write::coff::Writer. #791

  • Added methods to write::Object to 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 wasmparser dependency.

  • Changed write::Object to accept undefined symbols of unknown kind for COFF. #795


0.37.1

Released 2025/06/11.

Changed

  • Removed compiler-builtins from rustc-dep-of-std dependencies.

... (truncated)

Commits
  • 8500ba6 Release 0.37.2
  • 17b94ac Fix clippy warnings
  • 436bc87 Update Cargo.lock
  • ceba523 Update wasmparser dependency
  • 93f67c6 write/coff: add PPC support (#795)
  • 5c25da2 Add initial support for HPPA (PA-RISC) (#793)
  • f9d64bd Add support for writing COFF auxiliary weak external symbols (#791)
  • 9a6b94c Bare bones support for DEC Alpha (#790)
  • cc6c428 write: add Object::default_section_flags and Object::section_flags
  • fd45fde write: add Object::default_symbol_flags and Object::symbol_flags
  • 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.2)

---
updated-dependencies:
- dependency-name: object
  dependency-version: 0.37.2
  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 Aug 4, 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