*: upgrade cargo-deny version to make it compatible to further developments.#19248
Conversation
…pments. Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
|
/cc @wuhuizuo PTAL |
|
@LykxSassinator: GitHub didn't allow me to request PR reviews from the following users: wuhuizuo, PTAL. Note that only tikv members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| unlicensed = "deny" | ||
| copyleft = "deny" |
There was a problem hiding this comment.
are they covered in version = 2?
There was a problem hiding this comment.
yep, these configurations are deprecated after EmbarkStudios/cargo-deny#611.
|
@wuhuizuo: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: overvenus, wuhuizuo, YuJuncen The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…pments. (tikv#19248) ref tikv#19249 Upgrades the `cargo-deny` version and ignore some errors. Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
What is changed and how it works?
Issue Number: ref #19249
What's Changed:
This PR is a manual cherry-pick of #19233, used to make the
cargo-denycompatible to further developments temporarily.In this PR, some stale packages are marked with
errorby the upgradedcargo-deny. And since these packages are not remarked with security vulnerabilities, we have chosen to ignore these errors for now.Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note