Skip to content

Commit b6e2191

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

File tree

8 files changed

+947
-463
lines changed

8 files changed

+947
-463
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ jobs:
1717
- name: Install Rust
1818
uses: actions-rs/toolchain@v1
1919
with:
20-
toolchain: 1.86
20+
toolchain: 1.88
2121
default: true
2222
components: clippy, rustfmt
2323

2424
- name: Install Wasm Rust target
2525
run: rustup target add wasm32-wasip1
2626

27+
- name: audit dependencies
28+
run: |
29+
cargo install cargo-audit --locked
30+
cargo audit
31+
2732
- name: Install cargo-component
2833
uses: baptiste0928/cargo-install@v3
2934
with:

0 commit comments

Comments
 (0)