Commit 1d2f414
authored
chore(deps): fix
### What problem does this PR solve?
Problem Summary:
`make security-audit` warned about yanked `keccak 0.1.5` and a stale
ignored advisory.
```rust
❯ make security-audit
cargo deny check --hide-inclusion-graph --show-stats advisories sources
warning[yanked]: detected yanked crate (try `cargo update -p keccak`)
┌─ /home/exec/Projects/github.com/nervosnetwork/ckb.develop/Cargo.lock:304:1
│
304 │ keccak 0.1.5 registry+https://github.com/rust-lang/crates.io-index
│ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ yanked version
warning[advisory-not-detected]: advisory was not encountered
┌─ /home/exec/Projects/github.com/nervosnetwork/ckb.develop/deny.toml:79:4
│
79 │ "RUSTSEC-2024-0370",
│ ━━━━━━━━━━━━━━━━━ no crate matched advisory criteria
advisories ok: 0 errors, 2 warnings, 12 notes
sources ok: 0 errors, 0 warnings, 0 notes
```
### What is changed and how it works?
What's Changed:
- update `keccak` to `0.1.6` in `Cargo.lock`
- remove `RUSTSEC-2024-0370` from `deny.toml`
### Related changes
### Check List
Tests
- Manual test: `make security-audit`
- No code make security-audit: update keccak to 0.1.6 (#5158)1 parent ec86ab4 commit 1d2f414
2 files changed
+2
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 77 | | |
81 | 78 | | |
82 | 79 | | |
| |||
0 commit comments