Skip to content

build(deps): Bump goblin from 0.10.5 to 0.10.6#2441

Merged
mkroening merged 1 commit into
mainfrom
dependabot/cargo/goblin-0.10.6
May 26, 2026
Merged

build(deps): Bump goblin from 0.10.5 to 0.10.6#2441
mkroening merged 1 commit into
mainfrom
dependabot/cargo/goblin-0.10.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps goblin from 0.10.5 to 0.10.6.

Changelog

Sourced from goblin's changelog.

[0.10.6] - 2026-5-25

Added

pe: wrap ResourceData parse in or_permissive_and_default (follow-up to #508), thanks @​CalebFenton: m4b/goblin#526 pe: Add support for ARM64 unwind info (#517), thanks @​kkent030315: m4b/goblin#517 pe.options: added parse_resources option (#521), thanks @​prettyroseslover: m4b/goblin#521 pe.options: add parse_imports option to ParseOptions, thanks @​supervacuus: m4b/goblin#522

Fixed

elf: fix MIPS64 little-endian relocation parsing, thanks @​messense: m4b/goblin#519 elf: fix inconsistent naming conventions, thanks @​crzysdrs: m4b/goblin#520 elf: terminate NoteDataIterator after parse error to prevent infinite loop, thanks @​SAY-5: m4b/goblin#529 pe: fix arm64 packed pdata field bit shifts (#528), thanks @​kkent030315: m4b/goblin#528 pe: only map file-backed sections to offsets, thanks @​supervacuus: m4b/goblin#527

Commits

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 [goblin](https://github.com/m4b/goblin) from 0.10.5 to 0.10.6.
- [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/m4b/goblin/commits/0.10.6)

---
updated-dependencies:
- dependency-name: goblin
  dependency-version: 0.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 26, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Benchmark Results

Details
Benchmark Current: d8cdc9d Previous: 8a94112 Performance Ratio
startup_benchmark Build Time 108.88 s 100.48 s 1.08
startup_benchmark File Size 0.76 MB 0.76 MB 1.00
Startup Time - 1 core 0.98 s (±0.05 s) 0.80 s (±0.03 s) 1.21
Startup Time - 2 cores 0.97 s (±0.04 s) 0.81 s (±0.03 s) 1.19
Startup Time - 4 cores 0.98 s (±0.05 s) 0.82 s (±0.03 s) 1.19
multithreaded_benchmark Build Time 113.56 s 102.64 s 1.11
multithreaded_benchmark File Size 0.86 MB 0.86 MB 1.00
Multithreaded Pi Efficiency - 2 Threads 90.23 % (±13.33 %) 68.83 % (±4.40 %) 1.31
Multithreaded Pi Efficiency - 4 Threads 44.75 % (±5.96 %) 41.14 % (±3.66 %) 1.09
Multithreaded Pi Efficiency - 8 Threads 24.65 % (±3.41 %) 20.37 % (±2.32 %) 1.21
micro_benchmarks Build Time 93.57 s 97.19 s 0.96
micro_benchmarks File Size 0.87 MB 0.87 MB 1.00
Scheduling time - 1 thread 70.77 ticks (±4.03 ticks) 70.66 ticks (±4.40 ticks) 1.00
Scheduling time - 2 threads 38.64 ticks (±4.61 ticks) 39.20 ticks (±3.83 ticks) 0.99
Micro - Time for syscall (getpid) 2.94 ticks (±0.26 ticks) 3.03 ticks (±0.22 ticks) 0.97
Memcpy speed - (built_in) block size 4096 80314.66 MByte/s (±55536.86 MByte/s) 76193.55 MByte/s (±52751.49 MByte/s) 1.05
Memcpy speed - (built_in) block size 1048576 29876.03 MByte/s (±24364.69 MByte/s) 29675.18 MByte/s (±24255.14 MByte/s) 1.01
Memcpy speed - (built_in) block size 16777216 29071.64 MByte/s (±24027.32 MByte/s) 25993.56 MByte/s (±21510.11 MByte/s) 1.12
Memset speed - (built_in) block size 4096 80256.17 MByte/s (±55496.76 MByte/s) 76631.98 MByte/s (±53007.99 MByte/s) 1.05
Memset speed - (built_in) block size 1048576 30601.75 MByte/s (±24789.00 MByte/s) 30413.53 MByte/s (±24676.45 MByte/s) 1.01
Memset speed - (built_in) block size 16777216 29841.52 MByte/s (±24472.39 MByte/s) 26747.49 MByte/s (±21980.29 MByte/s) 1.12
Memcpy speed - (rust) block size 4096 70486.23 MByte/s (±49017.10 MByte/s) 67672.21 MByte/s (±47314.87 MByte/s) 1.04
Memcpy speed - (rust) block size 1048576 29910.04 MByte/s (±24325.80 MByte/s) 29654.01 MByte/s (±24232.23 MByte/s) 1.01
Memcpy speed - (rust) block size 16777216 29036.05 MByte/s (±23983.79 MByte/s) 25120.14 MByte/s (±20875.71 MByte/s) 1.16
Memset speed - (rust) block size 4096 71161.23 MByte/s (±49504.97 MByte/s) 68074.69 MByte/s (±47583.99 MByte/s) 1.05
Memset speed - (rust) block size 1048576 30702.97 MByte/s (±24789.85 MByte/s) 30402.68 MByte/s (±24667.02 MByte/s) 1.01
Memset speed - (rust) block size 16777216 29826.07 MByte/s (±24445.54 MByte/s) 25893.56 MByte/s (±21383.50 MByte/s) 1.15
alloc_benchmarks Build Time 90.21 s 92.96 s 0.97
alloc_benchmarks File Size 0.84 MB 0.84 MB 1.00
Allocations - Allocation success 100.00 % 100.00 % 1
Allocations - Deallocation success 100.00 % 100.00 % 1
Allocations - Pre-fail Allocations 100.00 % 100.00 % 1
Allocations - Average Allocation time 3643.95 Ticks (±370.03 Ticks) 3368.20 Ticks (±170.49 Ticks) 1.08
Allocations - Average Allocation time (no fail) 3643.95 Ticks (±370.03 Ticks) 3368.20 Ticks (±170.49 Ticks) 1.08
Allocations - Average Deallocation time 651.35 Ticks (±49.71 Ticks) 616.74 Ticks (±11.54 Ticks) 1.06
mutex_benchmark Build Time 93.77 s 92.51 s 1.01
mutex_benchmark File Size 0.87 MB 0.87 MB 1.00
Mutex Stress Test Average Time per Iteration - 1 Threads 12.96 ns (±0.80 ns) 13.06 ns (±0.95 ns) 0.99
Mutex Stress Test Average Time per Iteration - 2 Threads 15.02 ns (±1.05 ns) 15.08 ns (±0.96 ns) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

@mkroening mkroening added this pull request to the merge queue May 26, 2026
Merged via the queue into main with commit c52f63e May 26, 2026
20 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/goblin-0.10.6 branch May 26, 2026 06:32
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.

1 participant