Skip to content

build(deps): Bump syn from 2.0.104 to 2.0.106 #1875

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 syn from 2.0.104 to 2.0.106.

Release notes

Sourced from syn's releases.

2.0.106

  • Replace ~const syntax with [const] conditionally const syntax in trait bounds (#1896, rust-lang/rust#139858)
  • Support conditionally const impl Trait types (#1897)
  • Reject polarity modifier and lifetime binder used in the same trait bound (#1899, rust-lang/rust#127054)
  • Parse const trait bounds with bound lifetimes (#1902)
  • Parse bound lifetimes with lifetime bounds (#1903)
  • Allow type parameters and const parameters in trait bounds and generic closures (#1904, #1907, #1908, #1909)

2.0.105

Commits
  • 0e4bc64 Release 2.0.106
  • 4fb776a Merge pull request #1910 from dtolnay/traitboundissue
  • 41b24a5 Fix duplicated async trait bound issue
  • a64f024 Merge pull request #1909 from dtolnay/fortype
  • 176099e Parse type parameter introducer on closures
  • b790b39 Merge pull request #1908 from dtolnay/genericvsqpath
  • 9649639 Synchronize generics-vs-qpath heuristic with rust parser
  • 60de331 Merge pull request #1907 from dtolnay/forconst
  • 2aac6d7 Allow const parameters in for<>
  • 11934e5 Merge pull request #1905 from dtolnay/unsafestatic
  • 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)

@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: f4f718d Previous: 19cf4c1 Performance Ratio
startup_benchmark Build Time 89.28 s 92.85 s 0.96
startup_benchmark File Size 0.90 MB 0.90 MB 1.00
Startup Time - 1 core 0.91 s (±0.02 s) 0.91 s (±0.03 s) 1.00
Startup Time - 2 cores 0.91 s (±0.03 s) 0.92 s (±0.03 s) 1.00
Startup Time - 4 cores 0.91 s (±0.03 s) 0.92 s (±0.04 s) 1.00
multithreaded_benchmark Build Time 88.96 s 92.87 s 0.96
multithreaded_benchmark File Size 1.00 MB 1.00 MB 1.00
Multithreaded Pi Efficiency - 2 Threads 3.05 % (±14.63 %) 3.30 % (±15.84 %) 0.92
Multithreaded Pi Efficiency - 4 Threads 1.46 % (±7.00 %) 1.53 % (±7.33 %) 0.95
Multithreaded Pi Efficiency - 8 Threads 0.92 % (±4.41 %) 0.93 % (±4.44 %) 0.99
micro_benchmarks Build Time 93.33 s 87.63 s 1.07
micro_benchmarks File Size 1.00 MB 1.00 MB 1.00
Scheduling time - 1 thread 2.29 ticks (±11.01 ticks) 2.25 ticks (±10.81 ticks) 1.02
Scheduling time - 2 threads 1.29 ticks (±6.19 ticks) 1.27 ticks (±6.10 ticks) 1.01
Micro - Time for syscall (getpid) 0.53 ticks (±2.53 ticks) 0.57 ticks (±2.72 ticks) 0.93
Memcpy speed - (built_in) block size 4096 1250.00 MByte/s (±6000.00 MByte/s) 1795.98 MByte/s (±8620.69 MByte/s) 0.70
Memcpy speed - (built_in) block size 1048576 752.71 MByte/s (±3613.03 MByte/s) 733.31 MByte/s (±3519.90 MByte/s) 1.03
Memcpy speed - (built_in) block size 16777216 203.04 MByte/s (±974.59 MByte/s) 194.34 MByte/s (±932.81 MByte/s) 1.04
Memset speed - (built_in) block size 4096 1348.31 MByte/s (±6471.91 MByte/s) 1791.04 MByte/s (±8597.01 MByte/s) 0.75
Memset speed - (built_in) block size 1048576 1020.12 MByte/s (±4896.59 MByte/s) 978.83 MByte/s (±4698.40 MByte/s) 1.04
Memset speed - (built_in) block size 16777216 876.79 MByte/s (±4208.61 MByte/s) 375.02 MByte/s (±1800.11 MByte/s) 2.34
Memcpy speed - (rust) block size 4096 1176.47 MByte/s (±5647.06 MByte/s) 991.74 MByte/s (±4760.33 MByte/s) 1.19
Memcpy speed - (rust) block size 1048576 731.52 MByte/s (±3511.27 MByte/s) 728.40 MByte/s (±3496.31 MByte/s) 1.00
Memcpy speed - (rust) block size 16777216 203.98 MByte/s (±979.09 MByte/s) 192.07 MByte/s (±921.92 MByte/s) 1.06
Memset speed - (rust) block size 4096 1395.35 MByte/s (±6697.67 MByte/s) 1558.44 MByte/s (±7480.52 MByte/s) 0.90
Memset speed - (rust) block size 1048576 975.85 MByte/s (±4684.07 MByte/s) 972.03 MByte/s (±4665.74 MByte/s) 1.00
Memset speed - (rust) block size 16777216 454.23 MByte/s (±2180.31 MByte/s) 380.36 MByte/s (±1825.72 MByte/s) 1.19
alloc_benchmarks Build Time 85.12 s 86.70 s 0.98
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.40 % (±9.68 %) 1.40 % (±9.68 %) 1.00
Allocations - Pre-fail Allocations 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Average Allocation time 217.79 Ticks (±1509.22 Ticks) 245.89 Ticks (±1703.96 Ticks) 0.89
Allocations - Average Allocation time (no fail) 217.79 Ticks (±1509.22 Ticks) 245.89 Ticks (±1703.96 Ticks) 0.89
Allocations - Average Deallocation time 15.03 Ticks (±104.18 Ticks) 17.60 Ticks (±121.94 Ticks) 0.85
mutex_benchmark Build Time 86.63 s 88.13 s 0.98
mutex_benchmark File Size 1.01 MB 1.01 MB 1
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.30 ns (±2.08 ns) 0.32 ns (±2.22 ns) 0.94

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

@mkroening mkroening enabled auto-merge August 19, 2025 07:06
@dependabot dependabot bot force-pushed the dependabot/cargo/syn-2.0.106 branch 2 times, most recently from 10a21bb to f4f718d Compare August 19, 2025 07:56
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.104 to 2.0.106.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.104...2.0.106)

---
updated-dependencies:
- dependency-name: syn
  dependency-version: 2.0.106
  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/syn-2.0.106 branch from f4f718d to f642c3b Compare August 19, 2025 08:05
@mkroening mkroening disabled auto-merge August 19, 2025 08:05
@mkroening mkroening enabled auto-merge August 19, 2025 08:05
@mkroening mkroening added this pull request to the merge queue Aug 19, 2025
Merged via the queue into main with commit 31f4365 Aug 19, 2025
26 of 28 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/syn-2.0.106 branch August 19, 2025 09:11
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