Skip to content

Commit dfa7a85

Browse files
authored
Merge pull request GitoxideLabs#51 from EliahKagan/run-ci/cargo-update
Bump locked dependencies to avoid overuse of old `gix-features`
2 parents 502682d + 5386a41 commit dfa7a85

File tree

4 files changed

+405
-769
lines changed

4 files changed

+405
-769
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: cargo install sarif-fmt
110110
- name: Check
111111
run: >
112-
cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated
112+
cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings
113113
| clippy-sarif
114114
| tee clippy-results.sarif
115115
| sarif-fmt
@@ -120,4 +120,4 @@ jobs:
120120
sarif_file: clippy-results.sarif
121121
wait-for-processing: true
122122
- name: Report status
123-
run: cargo clippy --workspace --all-features --all-targets -- -D warnings --allow deprecated
123+
run: cargo clippy --workspace --all-features --all-targets -- -D warnings

0 commit comments

Comments
 (0)