Skip to content

Bump ordered-float from 4.1.1 to 4.2.0 #1886

Bump ordered-float from 4.1.1 to 4.2.0

Bump ordered-float from 4.1.1 to 4.2.0 #1886

Workflow file for this run

name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}