Skip to content

chore(deps): bump serde_json from 1.0.142 to 1.0.143 #2016

chore(deps): bump serde_json from 1.0.142 to 1.0.143

chore(deps): bump serde_json from 1.0.142 to 1.0.143 #2016

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-22.04
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@v4.2.2
- uses: EmbarkStudios/cargo-deny-action@v2.0.12
with:
command: check ${{ matrix.checks }}