Skip to content

chore(deps): bump rand from 0.8.5 to 0.9.0 #557

chore(deps): bump rand from 0.8.5 to 0.9.0

chore(deps): bump rand from 0.8.5 to 0.9.0 #557

Workflow file for this run

on: [push]
name: Audit
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: rust-audit-check
if: ${{ github.actor != 'dependabot[bot]' }}
uses: actions-rs/audit-check@v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}