update crates #123
GitHub Actions / clippy
succeeded
May 21, 2024 in 1s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0 (9b00956e5 2024-04-29)
- cargo 1.78.0 (54d8815d0 2024-03-26)
- clippy 0.1.78 (9b00956 2024-04-29)
Annotations
Check warning on line 40 in src/crypto/keys.rs
github-actions / clippy
use of deprecated associated function `curve25519_dalek::Scalar::from_bits`: This constructor outputs scalars with undefined scalar-scalar arithmetic. See docs.
warning: use of deprecated associated function `curve25519_dalek::Scalar::from_bits`: This constructor outputs scalars with undefined scalar-scalar arithmetic. See docs.
--> src/crypto/keys.rs:40:13
|
40 | Scalar::from_bits(scalar_bytes)
| ^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
Loading