Skip to content

chore(deps): Bump clap from 4.5.42 to 4.5.43 #969

chore(deps): Bump clap from 4.5.42 to 4.5.43

chore(deps): Bump clap from 4.5.42 to 4.5.43 #969

Workflow file for this run

name: Test
on: [ push, pull_request ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
crates.io:443
github.com:443
index.crates.io:443
static.crates.io:443
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: cargo test
run: cargo test --workspace --all-features
- name: build
run: cargo build --workspace