Skip to content

build(deps): Bump rustls-webpki from 0.103.12 to 0.103.13#2395

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rustls-webpki-0.103.13
Open

build(deps): Bump rustls-webpki from 0.103.12 to 0.103.13#2395
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rustls-webpki-0.103.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps rustls-webpki from 0.103.12 to 0.103.13.

Release notes

Sourced from rustls-webpki's releases.

0.103.13

  • Fix reachable panic in parsing a CRL. This was reported to us as GHSA-82j2-j2ch-gfr8. Users who don't use CRLs are not affected.
  • For name constraints on URI names, we incorrectly processed excluded subtrees in a way which inverted the desired meaning. See rustls/webpki#471. This was a case missing in the fix for GHSA-965h-392x-2mh5.

What's Changed

Full Changelog: rustls/webpki@v/0.103.12...v/0.103.13

Commits
  • 2879b2c Prepare 0.103.13
  • 2c49773 Improve tests for padding of BitStringFlags
  • 4e3c0b3 Correct validation of BIT STRING constraints
  • 39c91d2 Actually fail closed for URI matching against excluded subtrees
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.12 to 0.103.13.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.12...v/0.103.13)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-version: 0.103.13
  dependency-type: indirect
...

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 Apr 24, 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: d43e9e2 Previous: e0b9d04 Performance Ratio
startup_benchmark Build Time 93.63 s 90.22 s 1.04
startup_benchmark File Size 0.80 MB 0.80 MB 1.00
Startup Time - 1 core 0.82 s (±0.02 s) 0.82 s (±0.04 s) 0.99
Startup Time - 2 cores 0.82 s (±0.03 s) 0.82 s (±0.04 s) 1.00
Startup Time - 4 cores 0.82 s (±0.03 s) 0.83 s (±0.03 s) 0.99
multithreaded_benchmark Build Time 92.97 s 92.03 s 1.01
multithreaded_benchmark File Size 0.91 MB 0.91 MB 1.00
Multithreaded Pi Efficiency - 2 Threads 90.15 % (±6.98 %) 89.53 % (±8.21 %) 1.01
Multithreaded Pi Efficiency - 4 Threads 45.15 % (±2.99 %) 43.81 % (±2.78 %) 1.03
Multithreaded Pi Efficiency - 8 Threads 25.75 % (±1.81 %) 26.30 % (±1.72 %) 0.98
micro_benchmarks Build Time 103.75 s 100.06 s 1.04
micro_benchmarks File Size 0.92 MB 0.92 MB 1.00
Scheduling time - 1 thread 73.88 ticks (±5.00 ticks) 73.83 ticks (±4.75 ticks) 1.00
Scheduling time - 2 threads 41.27 ticks (±6.10 ticks) 40.31 ticks (±4.87 ticks) 1.02
Micro - Time for syscall (getpid) 3.11 ticks (±0.26 ticks) 3.03 ticks (±0.28 ticks) 1.03
Memcpy speed - (built_in) block size 4096 75334.13 MByte/s (±52181.33 MByte/s) 74297.66 MByte/s (±51450.89 MByte/s) 1.01
Memcpy speed - (built_in) block size 1048576 30170.00 MByte/s (±24908.43 MByte/s) 30384.44 MByte/s (±25123.41 MByte/s) 0.99
Memcpy speed - (built_in) block size 16777216 24405.07 MByte/s (±20428.24 MByte/s) 22358.71 MByte/s (±18609.52 MByte/s) 1.09
Memset speed - (built_in) block size 4096 75139.73 MByte/s (±52030.17 MByte/s) 74713.95 MByte/s (±51707.68 MByte/s) 1.01
Memset speed - (built_in) block size 1048576 30921.31 MByte/s (±25354.03 MByte/s) 31139.74 MByte/s (±25543.05 MByte/s) 0.99
Memset speed - (built_in) block size 16777216 25153.30 MByte/s (±20926.14 MByte/s) 23007.68 MByte/s (±19039.40 MByte/s) 1.09
Memcpy speed - (rust) block size 4096 66241.80 MByte/s (±46402.42 MByte/s) 66767.89 MByte/s (±46628.30 MByte/s) 0.99
Memcpy speed - (rust) block size 1048576 29795.99 MByte/s (±24529.93 MByte/s) 30165.31 MByte/s (±25004.23 MByte/s) 0.99
Memcpy speed - (rust) block size 16777216 25260.17 MByte/s (±21006.91 MByte/s) 23346.06 MByte/s (±19388.66 MByte/s) 1.08
Memset speed - (rust) block size 4096 67035.45 MByte/s (±46997.80 MByte/s) 67218.70 MByte/s (±46992.71 MByte/s) 1.00
Memset speed - (rust) block size 1048576 30600.85 MByte/s (±24993.83 MByte/s) 30928.81 MByte/s (±25426.89 MByte/s) 0.99
Memset speed - (rust) block size 16777216 25953.74 MByte/s (±21430.92 MByte/s) 24055.06 MByte/s (±19863.24 MByte/s) 1.08
alloc_benchmarks Build Time 93.94 s 96.62 s 0.97
alloc_benchmarks File Size 0.87 MB 0.87 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 6352.67 Ticks (±661.84 Ticks) 6884.16 Ticks (±146.01 Ticks) 0.92
Allocations - Average Allocation time (no fail) 6352.67 Ticks (±661.84 Ticks) 6884.16 Ticks (±146.01 Ticks) 0.92
Allocations - Average Deallocation time 1388.04 Ticks (±520.45 Ticks) 1212.05 Ticks (±597.54 Ticks) 1.15
mutex_benchmark Build Time 94.77 s 94.75 s 1.00
mutex_benchmark File Size 0.92 MB 0.92 MB 1.00
Mutex Stress Test Average Time per Iteration - 1 Threads 13.42 ns (±0.92 ns) 13.58 ns (±0.83 ns) 0.99
Mutex Stress Test Average Time per Iteration - 2 Threads 17.04 ns (±12.89 ns) 16.88 ns (±6.68 ns) 1.01

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

@mkroening mkroening added this pull request to the merge queue Apr 27, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 27, 2026
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.

0 participants