Skip to content

Bump log from 0.4.26 to 0.4.27 #20

Bump log from 0.4.26 to 0.4.27

Bump log from 0.4.26 to 0.4.27 #20

Workflow file for this run

name: Dependency Linting
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
dependency_linting:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2