Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2025

Bumps object from 0.36.5 to 0.37.1.

Changelog

Sourced from object's changelog.

0.37.1

Released 2025/06/11.

Changed

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

  • Updated wasmparser dependency.


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

... (truncated)

Commits
  • 4b83320 Release 0.37.1
  • 8051045 Update Cargo.lock
  • c222a09 Update wasmparser dependency
  • 76c63ac Remove compiler-builtins from rustc-dep-of-std dependencies (#777)
  • 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
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 16, 2025
Copy link
Member

@dannywillems dannywillems left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependencies for fuzzing, therefore LGTM

@dannywillems dannywillems force-pushed the dependabot/cargo/object-0.37.1 branch from bed16ee to 7f3b50b Compare July 16, 2025 16:46
@dannywillems dannywillems enabled auto-merge July 16, 2025 16:47
@dannywillems dannywillems force-pushed the dependabot/cargo/object-0.37.1 branch 3 times, most recently from 278ac77 to ddf5c56 Compare July 16, 2025 20:04
Bumps [object](https://github.com/gimli-rs/object) from 0.36.5 to 0.37.1.
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.36.5...0.37.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dannywillems dannywillems force-pushed the dependabot/cargo/object-0.37.1 branch from ddf5c56 to 3df8f0d Compare July 16, 2025 20:58
@dannywillems dannywillems merged commit 5f0ee98 into develop Jul 16, 2025
59 of 60 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/object-0.37.1 branch July 16, 2025 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

2 participants