Skip to content

Commit eb52c90

Browse files
committed
bump deps and audit deps in ci
Signed-off-by: Karthik Ganeshram <[email protected]>
1 parent 94b7cb4 commit eb52c90

File tree

3 files changed

+2082
-2457
lines changed

3 files changed

+2082
-2457
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Rust
3636
uses: dtolnay/rust-toolchain@stable
3737
with:
38-
toolchain: 1.84
38+
toolchain: 1.90
3939

4040
- name: Install dependencies
4141
run: |
@@ -44,6 +44,11 @@ jobs:
4444
4545
- name: lint code
4646
run: cargo fmt --all -- --check
47+
48+
- name: Audit dependencies
49+
run: |
50+
cargo install cargo-audit --locked
51+
cargo audit
4752
4853
- name: Run Clippy
4954
run: cargo clippy --all -- -D warnings

0 commit comments

Comments
 (0)