Skip to content

Bump tokenizers from 0.15.1 to 0.15.2 in /bindings/python #89

Bump tokenizers from 0.15.1 to 0.15.2 in /bindings/python

Bump tokenizers from 0.15.1 to 0.15.2 in /bindings/python #89

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}