google / authenticode-rs

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

fix(deps): update rust crate object to v0.32.2 #95

Closed renovate-bot closed 8 months ago

renovate-bot commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
object dependencies patch 0.32.1 -> 0.32.2

Release Notes

gimli-rs/object (object) ### [`v0.32.2`](https://togithub.com/gimli-rs/object/blob/HEAD/CHANGELOG.md#0322) Released 2023/12/24. ##### Added - Added ELF relocations for LoongArch ABI v2.20. [#​578](https://togithub.com/gimli-rs/object/pull/578) [#​589](https://togithub.com/gimli-rs/object/pull/589) - Added ELF support for SHARC. [#​593](https://togithub.com/gimli-rs/object/pull/593) - Added `write::coff::Writer`. [#​595](https://togithub.com/gimli-rs/object/pull/595) - Added `SubArchitecture::Arm64EC` support for PE/COFF. [#​607](https://togithub.com/gimli-rs/object/pull/607) - Added `SubArchitecture::Arm64E` support for Mach-O. [#​614](https://togithub.com/gimli-rs/object/pull/614) - Added `read::Object::symbol_by_name` and `read::Object::symbol_by_name_bytes`. [#​602](https://togithub.com/gimli-rs/object/pull/602) - Added more functions to the low level API in `read::xcoff`. [#​608](https://togithub.com/gimli-rs/object/pull/608) - Added more functions to the low level API in `read::macho`. [#​584](https://togithub.com/gimli-rs/object/pull/584) ##### Changed - Fixes for AArch64 relocation addends for Mach-O. [#​581](https://togithub.com/gimli-rs/object/pull/581) - Changes to `write::Object` output for Mach-O, including the addition of a `LC_DYSYMTAB` load command. [#​584](https://togithub.com/gimli-rs/object/pull/584) - Changed `write::Object` to always use `R_X86_64_PLT32` for x86-64 branches for ELF. [#​590](https://togithub.com/gimli-rs/object/pull/590) - Fixed `read::ObjectSymbol::kind` for undefined section symbols for COFF. [#​592](https://togithub.com/gimli-rs/object/pull/592) - Fixed `write::Object` to accept undefined section symbols for COFF. [#​594](https://togithub.com/gimli-rs/object/pull/594) - Improved parsing of auxiliary section symbols for COFF. [#​603](https://togithub.com/gimli-rs/object/pull/603) - Improved the selection of symbols for `read::Object::symbol_map`. This includes changes to `read::Symbol::is_definition`. [#​601](https://togithub.com/gimli-rs/object/pull/601) [#​606](https://togithub.com/gimli-rs/object/pull/606) - Changed `read::ObjectSymbol::kind` for ELF `STT_NOTYPE` symbols to `SymbolKind::Unknown`. [#​604](https://togithub.com/gimli-rs/object/pull/604) - Changed `read::ObjectSymbol::scope` for XCOFF `C_HIDEXT` symbols to `SymbolScope::Compilation`. [#​605](https://togithub.com/gimli-rs/object/pull/605) ***

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 8 months ago

Codecov Report

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

Comparison is base (4ab75c8) 88.95% compared to head (b3793ba) 88.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #95 +/- ## ======================================= Coverage 88.95% 88.95% ======================================= Files 7 7 Lines 507 507 ======================================= Hits 451 451 Misses 56 56 ```

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