Skip to content

deps: bump object from 0.39.1 to 0.40.0 - #7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/object-0.40.0
Open

deps: bump object from 0.39.1 to 0.40.0#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/object-0.40.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown

Bumps object from 0.39.1 to 0.40.0.

Changelog

Sourced from object's changelog.

0.40.0

Released 2026/08/01.

Breaking changes

  • Changed many file format struct fields and constants to use newtypes. Newtypes for bit flags have methods such as contains and intersects. Some constants are fields within another newtype and have methods for conversion. The raw values are always accessible by .0. #894 #897 #898 #899 #900 #957 #958 #959 #970

  • Updated macho::DyldCacheHeader to dyld-1340. #885

  • Deleted SectionKind::Elf and added sh_type field to SectionFlags::Elf. #891

  • Added feature gates to variants of FileFlags, SegmentFlags, SectionFlags, SymbolFlags, and RelocationFlags. #891

  • Added p_type field to SegmentFlags::Elf. Added n_type field to SymbolFlags::MachO. Added typ and storage_class fields to SymbolFlags::CoffSection. Added n_type field to SymbolFlags::Xcoff. Added reserved2 field to SectionFlags::MachO. #891 #963

  • Renamed build::elf::AttributeTag to AttributeScope. #894

  • Changed write::elf::Writer::reserve_strtab/reserve_shstrtab/reserve_dynstr and write::coff::Writer::reserve_symtab_strtab to return an Error for null bytes in strings, or table size overflow. #905

  • Changed many write::elf::Writer methods to return u64 instead of usize. #909

  • Replaced name fields in write::elf::SectionHeader, write::elf::Sym,

... (truncated)

Commits
  • 400e64f Release 0.40.0
  • a250ec8 Update Cargo.lock
  • 9dbccee Update wasmparser and ruzstd dependencies
  • bd44487 Add missing BitOr conversions for newtypes (#970)
  • 581e658 read/macho: add Segment::section_offsets (#968)
  • 584a5bf write/macho: fix writing of code limit fields (#967)
  • 4d2f379 write: add from_raw methods for ELF/Mach-O encoder structs (#966)
  • 39ca5ce macho: use section flags to determine kind (#965)
  • 441d84e macho: fix handling of common symbols (#964)
  • 7caf64f macho: add reserved2 field to SectionFlags::MachO (#963)
  • 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 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)

Bumps [object](https://github.com/gimli-rs/object) from 0.39.1 to 0.40.0.
- [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md)
- [Commits](gimli-rs/object@v0.39.1...v0.40.0)

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

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, 2026
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.

0 participants