Skip to content

Update http requirement from 0.2 to 1.0 #81

Update http requirement from 0.2 to 1.0

Update http requirement from 0.2 to 1.0 #81

Workflow file for this run

name: Audit
on:
push:
branches: ["main"]
pull_request:
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- name: Cache cargo-audit
uses: actions/cache@v3
with:
path: |
~/.cargo/.crates.toml
~/.cargo/.crates2.json
~/.cargo/bin/cargo-audit
key: cargo-audit
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Checkout
uses: actions/checkout@v4
- name: Run Audit
run: cargo audit -D warnings