Skip to content

Commit bd3082f

Browse files
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

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ slog-json = "2.6.1"
3131
slog-scope = "4.4.0"
3232
slog-stdlog = "4.1.1"
3333
serde_json = "1.0.89"
34-
crossbeam-channel = "0.5.6"
34+
crossbeam-channel = "0.5.8"

0 commit comments

Comments
 (0)