Update object requirement from 0.31 to 0.32
Updates the requirements on object to permit the latest version.
Changelog
Sourced from object's changelog.
0.32.0
Released 2023/08/12.
Breaking changes
Changed
read::elf::Note::nameto exclude all trailing null bytes. #549Updated dependencies, and changed some optional dependencies to use the
dep:feature syntax. #558 #569Changed
The minimum supported rust version for the
readfeature and its dependencies has changed to 1.60.0.The minimum supported rust version for other features has changed to 1.65.0.
Changed many definitions from
statictoconst. #549Fixed Mach-O section alignment padding in
write::Object. #553Changed
read::Fileto an enum. #564Added
Added
elf::ELF_NOTE_GO,elf::NT_GO_BUILD_ID, andread::elf::Note::name_bytes. #549Added
read::FileKind::CoffImportandread::coff::ImportFile. #555 #556Added
Architecture::Cskyand basic ELF support for C-SKY. #561Added
read::elf::ElfSymbol::raw_symbol. #562
0.30.4
Released 2023/06/05.
... (truncated)
Commits
d1fe9a2Release 0.32.0 (#570)8092e7fSet rust-version in Cargo.toml (#571)61c8f2dUpdate dependencies (#569)2692d77read: change File to an enum (#564)7806cbfUpgrade to hashbrown 0.14 and indexmap 2 (#558)6da6c82read/elf: addElfSymbol::raw_symbol(#562)5754050elf: add support for csky arch (#561)b237c5cread/coff: lower level parsing support for ImportObjectHeader (#556)bcbf98bread/coff: short import files (#555)60c9721write/macho: ensure padding matches for section file offset and address (#553)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)