Skip to content

build(deps): Bump async-trait from 0.1.88 to 0.1.89 #1881

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps async-trait from 0.1.88 to 0.1.89.

Release notes

Sourced from async-trait's releases.

0.1.89

Commits
  • a7e91e9 Release 0.1.89
  • fbcfcac Merge pull request 293 from Veykril/lw/quote_spanned
  • fd93990 Improve use of spans in quote_spanned
  • a5093fe Add type-mismatch ui test
  • 6d12b44 Revert "Pin nightly toolchain used for miri job"
  • dd9e4ba Hide unused_variables warning in consider-restricting.rs ui test
  • b454fc8 Update ui test suite to nightly-2025-08-03
  • 9c880e8 Update ui test suite to nightly-2025-07-30
  • 7ca751d Ignore unused_parens warning in test
  • 2bccfeb Update ui test suite to nightly-2025-05-28
  • Additional commits viewable 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-trait](https://github.com/dtolnay/async-trait) from 0.1.88 to 0.1.89.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.88...0.1.89)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-version: 0.1.89
  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 19, 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: 33e5fcd Previous: 07bff52 Performance Ratio
startup_benchmark Build Time 110.55 s 109.29 s 1.01
startup_benchmark File Size 0.90 MB 0.90 MB 1.00
Startup Time - 1 core 0.93 s (±0.02 s) 0.92 s (±0.02 s) 1.01
Startup Time - 2 cores 0.91 s (±0.03 s) 0.92 s (±0.04 s) 0.99
Startup Time - 4 cores 0.92 s (±0.02 s) 0.94 s (±0.03 s) 0.98
multithreaded_benchmark Build Time 112.06 s 111.71 s 1.00
multithreaded_benchmark File Size 1.00 MB 0.95 MB 1.05
Multithreaded Pi Efficiency - 2 Threads 3.58 % (±17.16 %) 3.39 % (±16.27 %) 1.06
Multithreaded Pi Efficiency - 4 Threads 1.54 % (±7.39 %) 1.70 % (±8.15 %) 0.91
Multithreaded Pi Efficiency - 8 Threads 0.93 % (±4.49 %) 0.92 % (±4.43 %) 1.01
micro_benchmarks Build Time 107.83 s 111.03 s 0.97
micro_benchmarks File Size 1.01 MB 0.96 MB 1.05
Scheduling time - 1 thread 2.49 ticks (±11.95 ticks) 2.35 ticks (±11.28 ticks) 1.06
Scheduling time - 2 threads 1.39 ticks (±6.69 ticks) 1.21 ticks (±5.82 ticks) 1.15
Micro - Time for syscall (getpid) 0.67 ticks (±3.20 ticks) 0.68 ticks (±3.27 ticks) 0.98
Memcpy speed - (built_in) block size 4096 1407.66 MByte/s (±6756.76 MByte/s) 1816.86 MByte/s (±8720.93 MByte/s) 0.77
Memcpy speed - (built_in) block size 1048576 768.17 MByte/s (±3687.20 MByte/s) 714.91 MByte/s (±3431.57 MByte/s) 1.07
Memcpy speed - (built_in) block size 16777216 227.11 MByte/s (±1090.13 MByte/s) 218.24 MByte/s (±1047.57 MByte/s) 1.04
Memset speed - (built_in) block size 4096 1224.49 MByte/s (±5877.55 MByte/s) 1846.15 MByte/s (±8861.54 MByte/s) 0.66
Memset speed - (built_in) block size 1048576 999.28 MByte/s (±4796.52 MByte/s) 989.44 MByte/s (±4749.30 MByte/s) 1.01
Memset speed - (built_in) block size 16777216 948.06 MByte/s (±4550.67 MByte/s) 958.42 MByte/s (±4600.43 MByte/s) 0.99
Memcpy speed - (rust) block size 4096 1411.76 MByte/s (±6776.47 MByte/s) 1081.08 MByte/s (±5189.19 MByte/s) 1.31
Memcpy speed - (rust) block size 1048576 791.25 MByte/s (±3797.99 MByte/s) 752.26 MByte/s (±3610.86 MByte/s) 1.05
Memcpy speed - (rust) block size 16777216 220.77 MByte/s (±1059.71 MByte/s) 220.06 MByte/s (±1056.29 MByte/s) 1.00
Memset speed - (rust) block size 4096 1846.15 MByte/s (±8861.54 MByte/s) 1395.35 MByte/s (±6697.67 MByte/s) 1.32
Memset speed - (rust) block size 1048576 997.01 MByte/s (±4785.64 MByte/s) 1008.55 MByte/s (±4841.03 MByte/s) 0.99
Memset speed - (rust) block size 16777216 963.72 MByte/s (±4625.86 MByte/s) 637.37 MByte/s (±3059.39 MByte/s) 1.51
alloc_benchmarks Build Time 103.34 s 103.23 s 1.00
alloc_benchmarks File Size 0.97 MB 0.97 MB 1.00
Allocations - Allocation success 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Deallocation success 1.41 % (±9.75 %) 1.40 % (±9.68 %) 1.01
Allocations - Pre-fail Allocations 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Average Allocation time 223.31 Ticks (±1547.42 Ticks) 216.66 Ticks (±1501.34 Ticks) 1.03
Allocations - Average Allocation time (no fail) 223.31 Ticks (±1547.42 Ticks) 216.66 Ticks (±1501.34 Ticks) 1.03
Allocations - Average Deallocation time 14.96 Ticks (±103.68 Ticks) 15.30 Ticks (±106.00 Ticks) 0.98
mutex_benchmark Build Time 103.98 s 103.75 s 1.00
mutex_benchmark File Size 1.01 MB 0.96 MB 1.05
Mutex Stress Test Average Time per Iteration - 1 Threads 0.24 ns (±1.66 ns) 0.26 ns (±1.80 ns) 0.92
Mutex Stress Test Average Time per Iteration - 2 Threads 0.28 ns (±1.94 ns) 0.30 ns (±2.08 ns) 0.93

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

@mkroening mkroening added this pull request to the merge queue Aug 19, 2025
Merged via the queue into main with commit 6f4e44f Aug 19, 2025
15 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/async-trait-0.1.89 branch August 19, 2025 17:29
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