Skip to content

build(deps): bump rustls-webpki from 0.103.12 to 0.103.13#107

Merged
ielashi merged 1 commit intomainfrom
dependabot/cargo/rustls-webpki-0.103.13
Apr 29, 2026
Merged

build(deps): bump rustls-webpki from 0.103.12 to 0.103.13#107
ielashi merged 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
@dependabot dependabot Bot requested a review from a team as a code owner April 24, 2026 17:05
@ielashi ielashi merged commit cb65b3d into main Apr 29, 2026
7 of 10 checks passed
@ielashi ielashi deleted the dependabot/cargo/rustls-webpki-0.103.13 branch April 29, 2026 11:33
gregorydemay added a commit that referenced this pull request May 8, 2026
## Summary

Restore `Cargo.toml` and `Cargo.lock` to their state at commit `bc1394b`
(2026-04-21, the last commit on `main` where CI passed). Seven
Dependabot bumps merged in succession after that point left `main` red
because **branch protection on this repo doesn't currently gate on
status checks** (only on approval + CODEOWNERS), so each bump merged
without ever passing CI:

- #99 `ic-agent` 0.46.2 → 0.47.1
- #100 `uuid` 1.22.0 → 1.23.0
- #101 `ic-management-canister-types` 0.5.0 → 0.7.1 — likely root cause:
triggers `E0308: mismatched types` in lint
- #102 `proptest` 1.10.0 → 1.11.0
- #103 `pocket-ic` 12.0.0 → 13.0.0
- #106 `rustls-webpki` 0.103.10 → 0.103.12
- #107 `rustls-webpki` 0.103.12 → 0.103.13

Reverting all seven in one go restores `main` to the known-green state.
Each upgrade can be re-applied individually once branch protection is
configured to require CI to pass.

Mirrors the analogous fix in dfinity/sol-rpc-canister#321.

## Branch protection follow-up

The aggregator PR ([#113](#113))
adds a `checks-pass` job, and after both PRs land an admin needs to add
a `required_status_checks` rule listing `checks-pass` (mirroring what's
already in place on bitcoin-canister, dogecoin-canister, dex,
sol-rpc-canister, ledger-faucet, exchange-rate-canister,
crosschain-wallet). Tracked via DEFI-2807.
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