lasso 0.7.3

A multithreaded and single threaded string interner that allows strings to be cached with a minimal memory footprint, associating them with a unique key that can be used to retrieve them at any time.
Documentation
name: Security Audit

on:
  schedule:
    - cron: "0 22 * * *"
  push:
    branches: [master]
    paths:
      - "**/Cargo.toml"
      - ".github/workflows/audit.yml"
  pull_request:
    branches: [master]

jobs:
  Audit:
    name: Audit Dependencies

    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/audit-check@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}