Skip to content

chore(deps): update rust crate rand to 0.9.0 #21

chore(deps): update rust crate rand to 0.9.0

chore(deps): update rust crate rand to 0.9.0 #21

Workflow file for this run

name: Audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
branches:
- main
schedule:
- cron: '12 13 2 * *'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install cargo audit
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
with:
command: install
args: --force cargo-audit
- name: Audit
run: cargo audit --deny warnings