Skip to content

chore(deps): Bump clap from 4.5.17 to 4.5.18 #509

chore(deps): Bump clap from 4.5.17 to 4.5.18

chore(deps): Bump clap from 4.5.17 to 4.5.18 #509

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: cargo test
run: cargo test --workspace --all-features
- name: build
run: cargo build --workspace