-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Update sha1
, sha2
, and md-5
dependencies
#93863
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
This comment was marked as off-topic.
This comment was marked as off-topic.
But this didn't replaces |
Fixed 👍 |
As TODO, we can try to see if there any perf changes for for different features, like this |
Btw, you can bump |
sha1
and sha2
dependenciessha1
, sha2
, and md-5
dependencies
@rustbot ready |
This removes the `cpuid-bool` dependency, which is deprecated, while adding `crypto-common` as a new dependency.
@bors r+ rollup=never |
📌 Commit ef6dd12 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (8d163e6): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
This replaces the deprecated
cpuid-bool
dependency withcpufeatures
, while addingcrypto-common
as a new dependency.Closes #93676.