Skip to content

Commit 008e1c0

Browse files
authored
Merge pull request #3071 from ProvableHQ/feat/parameter-fallback-url
[Feature] Fallback URL for parameter files
2 parents b3f3aa6 + 025e077 commit 008e1c0

11 files changed

Lines changed: 434 additions & 343 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ jobs:
10821082
name: Check for security vulnerabilities
10831083
no_output_timeout: 10m
10841084
command: |
1085-
cargo install cargo-audit@0.21.2 --locked
1085+
cargo install cargo-audit@0.22.0--locked
10861086
cargo audit -D warnings
10871087
- clear_environment:
10881088
cache_key: v4.2.0-rust-1.88.0-cargo-audit-cache

0 commit comments

Comments
 (0)