Skip to content

chore(deps): update rust crate time to v0.3.47 [security] #413

chore(deps): update rust crate time to v0.3.47 [security]

chore(deps): update rust crate time to v0.3.47 [security] #413

Workflow file for this run

name: Rust workflow
on:
push:
branches: ["main"]
tags: ["*"]
pull_request:
branches: ["*"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
# Workaround for GITHUB_TOKEN being read-only in dependabot PRs, stopping meow-coverage from working
permissions:
issues: write
pull-requests: write
contents: read
uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@v4
secrets: inherit