Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rustls/webpki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v/0.103.9
Choose a base ref
...
head repository: rustls/webpki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v/0.103.10
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Mar 20, 2026

  1. Take semver-compatible deps

    ctz committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    06cedec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e401d00 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump taiki-e/cache-cargo-install-action from 2 to 3

    Bumps [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action) from 2 to 3.
    - [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases)
    - [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md)
    - [Commits](taiki-e/cache-cargo-install-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: taiki-e/cache-cargo-install-action
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ctz committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c41360d View commit details
    Browse the repository at this point in the history
  4. fix rust 1.94 ambiguous panic macro warnings

    ```
    error: `panic` is ambiguous
       --> src/./alg_tests.rs:699:26
        |
    699 |             unhandled => panic!("extend der2text for tag 0x{unhandled:x?}"),
        |                          ^^^^^ ambiguous name
        |
        = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
        = note: for more information, see issue #147319 <rust-lang/rust#147319>
        = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
    ```
    cpu authored and ctz committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    009ef66 View commit details
    Browse the repository at this point in the history
  5. avoid std::prelude imports

    This also means the panic macro isn't ambiguous so we can drop explicit
    panic imports.
    cpu authored and ctz committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    9c4838e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbde592 View commit details
    Browse the repository at this point in the history
  7. Prepare 0.103.10

    ctz committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    348ce01 View commit details
    Browse the repository at this point in the history
Loading