Commit bd3082f
committed
cargo: fix advisories check error
Update crossbeam-channel version to fix advisories check error.
```
error[yanked]: detected yanked crate
┌─ /github/workspace/Cargo.lock:26:1
│
26 │ crossbeam-channel 0.5.7 registry+https://github.com/rust-lang/crates.io-index
│ ----------------------------------------------------------------------------- yanked version
│
= crossbeam-channel v0.5.7
├── dbs-cli v0.1.0
└── dragonball v0.1.0
└── dbs-cli v0.1.0 (*)
```
Signed-off-by: wanglei01 <wllenyj@linux.alibaba.com>1 parent a76917f commit bd3082f
2 files changed
Lines changed: 3 additions & 3 deletions
Some 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 | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments