Skip to content

build(deps): Bump async-lock from 3.4.0 to 3.4.1 #1859

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 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps async-lock from 3.4.0 to 3.4.1.

Release notes

Sourced from async-lock's releases.

v3.4.1

  • Fix typos in docs. (#89)
Changelog

Sourced from async-lock's changelog.

Version 3.4.1

  • Fix typos in docs. (#89)
Commits
  • 82283a2 v3.4.1
  • cd0937d Fix clippy::empty_line_after_doc_comments and clippy::empty_line_after_outer_...
  • 7819a20 Fix clippy::needless_lifetimes warning
  • efcc3d8 ci: Use reusable workflows for fmt and security_audit
  • 6bece6e ci: Use "v2.0.0" branch for security check
  • 9963923 chore: Fix typos (#89)
  • 8717b76 chore: Fix lints (#92)
  • See full diff in compare view

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)

Bumps [async-lock](https://github.com/smol-rs/async-lock) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/smol-rs/async-lock/releases)
- [Changelog](https://github.com/smol-rs/async-lock/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-lock@v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: async-lock
  dependency-version: 3.4.1
  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 Aug 5, 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: 0c7efdd Previous: afaa4a4 Performance Ratio
startup_benchmark Build Time 93.62 s 87.06 s 1.08
startup_benchmark File Size 0.87 MB 0.87 MB 1.00
Startup Time - 1 core 0.86 s (±0.04 s) 0.84 s (±0.03 s) 1.02
Startup Time - 2 cores 0.85 s (±0.02 s) 0.86 s (±0.02 s) 0.99
Startup Time - 4 cores 0.86 s (±0.03 s) 0.87 s (±0.03 s) 0.99
multithreaded_benchmark Build Time 87.64 s 87.25 s 1.00
multithreaded_benchmark File Size 0.97 MB 0.97 MB 1.00
Multithreaded Pi Efficiency - 2 Threads 2.91 % (±13.96 %) 3.56 % (±17.08 %) 0.82
Multithreaded Pi Efficiency - 4 Threads 1.45 % (±6.94 %) 1.67 % (±8.02 %) 0.87
Multithreaded Pi Efficiency - 8 Threads 0.92 % (±4.44 %) 1.00 % (±4.79 %) 0.93
micro_benchmarks Build Time 96.27 s 87.92 s 1.10
micro_benchmarks File Size 0.98 MB 0.98 MB 1.00
Scheduling time - 1 thread 2.22 ticks (±10.65 ticks) 2.22 ticks (±10.65 ticks) 1.00
Scheduling time - 2 threads 1.14 ticks (±5.46 ticks) 1.18 ticks (±5.65 ticks) 0.97
Micro - Time for syscall (getpid) 0.52 ticks (±2.50 ticks) 0.52 ticks (±2.48 ticks) 1.01
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 811.28 MByte/s (±3894.13 MByte/s) 773.83 MByte/s (±3714.38 MByte/s) 1.05
Memcpy speed - (built_in) block size 16777216 217.94 MByte/s (±1046.13 MByte/s) 224.94 MByte/s (±1079.74 MByte/s) 0.97
Memset speed - (built_in) block size 4096 1791.04 MByte/s (±8597.01 MByte/s) 1818.18 MByte/s (±8727.27 MByte/s) 0.99
Memset speed - (built_in) block size 1048576 1014.84 MByte/s (±4871.24 MByte/s) 1008.32 MByte/s (±4839.93 MByte/s) 1.01
Memset speed - (built_in) block size 16777216 981.42 MByte/s (±4710.84 MByte/s) 1009.56 MByte/s (±4845.90 MByte/s) 0.97
Memcpy speed - (rust) block size 4096 1176.47 MByte/s (±5647.06 MByte/s) 1188.12 MByte/s (±5702.97 MByte/s) 0.99
Memcpy speed - (rust) block size 1048576 753.89 MByte/s (±3618.68 MByte/s) 764.91 MByte/s (±3671.55 MByte/s) 0.99
Memcpy speed - (rust) block size 16777216 229.66 MByte/s (±1102.36 MByte/s) 228.71 MByte/s (±1097.80 MByte/s) 1.00
Memset speed - (rust) block size 4096 1411.76 MByte/s (±6776.47 MByte/s) 1818.18 MByte/s (±8727.27 MByte/s) 0.78
Memset speed - (rust) block size 1048576 1010.51 MByte/s (±4850.44 MByte/s) 993.91 MByte/s (±4770.78 MByte/s) 1.02
Memset speed - (rust) block size 16777216 1017.67 MByte/s (±4884.83 MByte/s) 1018.40 MByte/s (±4888.30 MByte/s) 1.00
alloc_benchmarks Build Time 80.17 s 79.61 s 1.01
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.39 % (±9.63 %) 1.40 % (±9.71 %) 0.99
Allocations - Pre-fail Allocations 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Average Allocation time 208.03 Ticks (±1441.55 Ticks) 222.06 Ticks (±1538.78 Ticks) 0.94
Allocations - Average Allocation time (no fail) 208.03 Ticks (±1441.55 Ticks) 222.06 Ticks (±1538.78 Ticks) 0.94
Allocations - Average Deallocation time 13.85 Ticks (±95.96 Ticks) 16.81 Ticks (±116.49 Ticks) 0.82
mutex_benchmark Build Time 79.59 s 81.61 s 0.98
mutex_benchmark File Size 0.98 MB 0.98 MB 1.00
Mutex Stress Test Average Time per Iteration - 1 Threads 0.24 ns (±1.66 ns) 0.24 ns (±1.66 ns) 1
Mutex Stress Test Average Time per Iteration - 2 Threads 0.28 ns (±1.94 ns) 0.28 ns (±1.94 ns) 1

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

@mkroening mkroening added this pull request to the merge queue Aug 5, 2025
Merged via the queue into main with commit 4f71ea3 Aug 5, 2025
15 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/async-lock-3.4.1 branch August 5, 2025 09:05
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