Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Bump rustls-webpki from 0.103.3 to 0.103.10 #178

Bump rustls-webpki from 0.103.3 to 0.103.10

Bump rustls-webpki from 0.103.3 to 0.103.10 #178

Workflow file for this run

name: Rust
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose