merging-iterator 1.3.0

An iterator to return the elements of two independently ordered iterators in order
Documentation
name: Security audit

on:
  schedule:
    - cron: '0 1 * * *'
  push:
    paths:
      - '**/Cargo.toml'
  pull_request:

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