Skip to content

Commit 460c250

Browse files
committed
chore(deps): bump dependencies and run cargo audit
Signed-off-by: Radu Matei <[email protected]>
1 parent cd50f4c commit 460c250

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)