Skip to content

build(deps): Bump hashbrown from 0.15.4 to 0.15.5 #1867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps hashbrown from 0.15.4 to 0.15.5.

Release notes

Sourced from hashbrown's releases.

v0.15.5

Added

  • Added Entry::or_default_entry and Entry::or_insert_entry.

Changed

  • Re-implemented likely/unlikely with #[cold]
Changelog

Sourced from hashbrown's changelog.

0.15.5 - 2025-08-07

Added

  • Added Entry::or_default_entry and Entry::or_insert_entry.

Changed

  • Re-implemented likely/unlikely with #[cold]
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 12, 2025
Copy link
Contributor

@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

Benchmark Current: bee2486 Previous: 7521e85 Performance Ratio
startup_benchmark Build Time 82.68 s 88.16 s 0.94
startup_benchmark File Size 0.87 MB 0.87 MB 1.00
Startup Time - 1 core 0.84 s (±0.02 s) 0.85 s (±0.03 s) 0.99
Startup Time - 2 cores 0.84 s (±0.03 s) 0.88 s (±0.02 s) 0.96
Startup Time - 4 cores 0.85 s (±0.02 s) 0.88 s (±0.03 s) 0.97
multithreaded_benchmark Build Time 83.79 s 87.42 s 0.96
multithreaded_benchmark File Size 0.98 MB 0.97 MB 1.00
Multithreaded Pi Efficiency - 2 Threads 3.42 % (±16.43 %) 3.37 % (±16.19 %) 1.01
Multithreaded Pi Efficiency - 4 Threads 1.56 % (±7.49 %) 1.57 % (±7.53 %) 0.99
Multithreaded Pi Efficiency - 8 Threads 1.00 % (±4.79 %) 0.96 % (±4.59 %) 1.04
micro_benchmarks Build Time 83.91 s 90.28 s 0.93
micro_benchmarks File Size 0.99 MB 0.98 MB 1.00
Scheduling time - 1 thread 2.08 ticks (±9.99 ticks) 2.18 ticks (±10.45 ticks) 0.96
Scheduling time - 2 threads 1.17 ticks (±5.63 ticks) 1.19 ticks (±5.70 ticks) 0.99
Micro - Time for syscall (getpid) 0.51 ticks (±2.44 ticks) 0.59 ticks (±2.83 ticks) 0.86
Memcpy speed - (built_in) block size 4096 1775.57 MByte/s (±8522.73 MByte/s) 1838.24 MByte/s (±8823.53 MByte/s) 0.97
Memcpy speed - (built_in) block size 1048576 826.29 MByte/s (±3966.20 MByte/s) 829.69 MByte/s (±3982.49 MByte/s) 1.00
Memcpy speed - (built_in) block size 16777216 229.66 MByte/s (±1102.37 MByte/s) 238.90 MByte/s (±1146.73 MByte/s) 0.96
Memset speed - (built_in) block size 4096 1818.18 MByte/s (±8727.27 MByte/s) 1875.00 MByte/s (±9000.00 MByte/s) 0.97
Memset speed - (built_in) block size 1048576 1011.92 MByte/s (±4857.19 MByte/s) 1029.23 MByte/s (±4940.30 MByte/s) 0.98
Memset speed - (built_in) block size 16777216 1000.35 MByte/s (±4801.67 MByte/s) 1010.88 MByte/s (±4852.24 MByte/s) 0.99
Memcpy speed - (rust) block size 4096 1395.35 MByte/s (±6697.67 MByte/s) 1428.57 MByte/s (±6857.14 MByte/s) 0.98
Memcpy speed - (rust) block size 1048576 782.64 MByte/s (±3756.68 MByte/s) 802.29 MByte/s (±3851.01 MByte/s) 0.98
Memcpy speed - (rust) block size 16777216 226.89 MByte/s (±1089.07 MByte/s) 238.43 MByte/s (±1144.49 MByte/s) 0.95
Memset speed - (rust) block size 4096 1791.04 MByte/s (±8597.01 MByte/s) 1875.00 MByte/s (±9000.00 MByte/s) 0.96
Memset speed - (rust) block size 1048576 999.28 MByte/s (±4796.52 MByte/s) 1029.79 MByte/s (±4942.98 MByte/s) 0.97
Memset speed - (rust) block size 16777216 1000.40 MByte/s (±4801.91 MByte/s) 1028.14 MByte/s (±4935.08 MByte/s) 0.97
alloc_benchmarks Build Time 79.81 s 86.18 s 0.93
alloc_benchmarks File Size 0.94 MB 0.94 MB 1.00
Allocations - Allocation success 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Deallocation success 1.41 % (±9.76 %) 1.42 % (±9.81 %) 1.00
Allocations - Pre-fail Allocations 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Average Allocation time 241.28 Ticks (±1671.99 Ticks) 243.28 Ticks (±1685.87 Ticks) 0.99
Allocations - Average Allocation time (no fail) 241.28 Ticks (±1671.99 Ticks) 243.28 Ticks (±1685.87 Ticks) 0.99
Allocations - Average Deallocation time 14.43 Ticks (±100.02 Ticks) 14.73 Ticks (±102.08 Ticks) 0.98
mutex_benchmark Build Time 79.86 s 86.02 s 0.93
mutex_benchmark File Size 0.98 MB 0.98 MB 1.00
Mutex Stress Test Average Time per Iteration - 1 Threads 0.26 ns (±1.80 ns) 0.26 ns (±1.80 ns) 1
Mutex Stress Test Average Time per Iteration - 2 Threads 0.30 ns (±2.08 ns) 0.28 ns (±1.94 ns) 1.07

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

@mkroening mkroening enabled auto-merge August 12, 2025 08:17
@dependabot dependabot bot force-pushed the dependabot/cargo/hashbrown-0.15.5 branch 3 times, most recently from c7f08c7 to bee2486 Compare August 12, 2025 09:20
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.4 to 0.15.5.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.15.4...v0.15.5)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-version: 0.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/hashbrown-0.15.5 branch from bee2486 to 1930d4f Compare August 12, 2025 09:22
@mkroening mkroening added this pull request to the merge queue Aug 12, 2025
Merged via the queue into main with commit a56f9e9 Aug 12, 2025
15 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/hashbrown-0.15.5 branch August 12, 2025 10:09
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