Skip to content

Commit 7a87841

Browse files
Merge pull request #100 from spinframework/chore/bump-deps
chore(deps): bump dependencies and run cargo audit
2 parents cd50f4c + 460c250 commit 7a87841

File tree

19 files changed

+904
-575
lines changed

19 files changed

+904
-575
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ jobs:
5454
- name: Validate docs examples
5555
shell: bash
5656
run: cargo test --doc
57+
58+
- name: audit dependencies
59+
run: |
60+
cargo install cargo-audit --locked
61+
cargo audit
62+

0 commit comments

Comments
 (0)