We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deps.rs
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to crates.io, cpuid-bool is deprecated. However, it is listed in the permitted dependencies:
cpuid-bool
rust/src/tools/tidy/src/deps.rs
Line 96 in 498eeb7
cpuid-bool is being pulled in by two hashing crates:
rust/Cargo.lock
Lines 4713 to 4737 in 4c55c83
Both of these crates now use cpufeatures.
cpufeatures
We should update sha2 and sha-1 to use the currently maintained crate.
sha2
sha-1
The text was updated successfully, but these errors were encountered:
@rustbot claim
Sorry, something went wrong.
sha1
md-5
8d163e6
pierwill
Successfully merging a pull request may close this issue.
According to crates.io,
cpuid-bool
is deprecated. However, it is listed in the permitted dependencies:rust/src/tools/tidy/src/deps.rs
Line 96 in 498eeb7
cpuid-bool
is being pulled in by two hashing crates:rust/Cargo.lock
Lines 4713 to 4737 in 4c55c83
Both of these crates now use
cpufeatures
.We should update
sha2
andsha-1
to use the currently maintained crate.The text was updated successfully, but these errors were encountered: