Skip to content

feat(server): introduce http3 connections #4

feat(server): introduce http3 connections

feat(server): introduce http3 connections #4

Workflow file for this run

name: cargo-audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 16 * * Mon'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}