parse_datetime 0.15.0

parsing human-readable time strings and converting them to a Zoned datetime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Security audit

on:
  schedule:
    - cron: "0 0 * * *"
jobs:
  audit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v7
        with:
          persist-credentials: false
      - uses: rustsec/audit-check@v2
        with:
          token: ${{ secrets.GITHUB_TOKEN }}