-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*: deny yanked, unsound and unknown git source crates (tikv#16372)
ref tikv#16328 Deny yanked crates * Upgrade yanked crossbeam-channel crossbeam-channel v0.5.6 has yanked, it may cause segfault. See crossbeam-rs/crossbeam#971 * Upgrade yanked ahash ahash v0.7.4 and v0.8.3 have been yanked. Deny unsound crates * Fix RUSTSEC-2023-0072 by baning unsound `X509StoreRef::objects`. * Mitigate RUSTSEC-2021-0145 by disabling clap default features. * Fix RUSTSEC-2022-0078 by upgrading bumpalo. Deny crates from unknown git source * Replace xiongjiwei/encoding_rs with tikv/encoding_rs * Replace busyjay/rust-snappy with tikv/rust-snappy * Replace tabokie/fs2-rs with tikv/fs2-rs Signed-off-by: Neil Shen <[email protected]> Co-authored-by: glorv <[email protected]>
- Loading branch information
Showing
13 changed files
with
182 additions
and
105 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.