google / authenticode-rs

Rust tools for working with Authenticode
Apache License 2.0
23 stars 7 forks source link

fix(deps): update rust crate object to 0.34.0 #121

Closed renovate-bot closed 4 months ago

renovate-bot commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
object dependencies minor 0.32.0 -> 0.34.0

Release Notes

gimli-rs/object (object) ### [`v0.34.0`](https://togithub.com/gimli-rs/object/blob/HEAD/CHANGELOG.md#0340) [Compare Source](https://togithub.com/gimli-rs/object/compare/0.33.0...0.34.0) Released 2024/03/11. ##### Breaking changes - Replaced `macho::DyldSubCacheInfo` with `macho::DyldSubCacheEntryV1`. Changed the return type of `macho::DyldCacheHeader::subcaches`. [#​642](https://togithub.com/gimli-rs/object/pull/642) ##### Changed - Added `macho::DyldSubCacheEntryV2` and changed `read::macho::DyldCache` to handle both versions. This is needed for macOS 13 and above. [#​642](https://togithub.com/gimli-rs/object/pull/642) *** ### [`v0.33.0`](https://togithub.com/gimli-rs/object/blob/HEAD/CHANGELOG.md#0330) [Compare Source](https://togithub.com/gimli-rs/object/compare/0.32.2...0.33.0) Released 2024/03/05. ##### Breaking changes - Deleted file format variants in `RelocationKind`. Replaced their usage with `read::Relocation::flags` and `write::Relocation::flags`. [#​585](https://togithub.com/gimli-rs/object/pull/585) - Replaced `kind`, `encoding` and `size` fields in `write::Relocation` with `RelocationFlags::Generic` in the `flags` field. [#​585](https://togithub.com/gimli-rs/object/pull/585) - Replaced `macho::FatHeader::parse`, `macho::FatHeader::parse_arch32`, and `macho::FatHeader::parse_arch64` with `read::macho::MachOFatFile`, `read::macho::MachOFatFile32` and `read::macho::MachOFatFile64`. [#​623](https://togithub.com/gimli-rs/object/pull/623) ##### Added - Added `macho::PLATFORM_XROS` and `macho::PLATFORM_XROSSIMULATOR`. [#​626](https://togithub.com/gimli-rs/object/pull/626) - Added `build::elf::Builder` and associated types. Extended `write::elf::Writer` to support this. [#​618](https://togithub.com/gimli-rs/object/pull/618) ##### Changed - Changed the lifetime to `'data` for the return value of `ObjectSection::name`, `ObjectSection::name_bytes`, `ObjectComdat::name`, `ObjectComdat::name_bytes`. [#​620](https://togithub.com/gimli-rs/object/pull/620) [#​622](https://togithub.com/gimli-rs/object/pull/622) - Checked that sizes are smaller than the file length in `read::ReadCache`. [#​630](https://togithub.com/gimli-rs/object/pull/630) - Used `Vec::try_reserve_exact` for large allocations. [#​632](https://togithub.com/gimli-rs/object/pull/632) ***

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.18%. Comparing base (a6fccc7) to head (af57cda).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #121 +/- ## ======================================= Coverage 89.18% 89.18% ======================================= Files 7 7 Lines 518 518 ======================================= Hits 462 462 Misses 56 56 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.