Skip to content

fix(deps): update rust crate etherparse to 0.17

6615ac7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

fix(deps): update rust crate etherparse to 0.17 - autoclosed #1851

fix(deps): update rust crate etherparse to 0.17
6615ac7
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy macos-latest succeeded Mar 2, 2025 in 0s

clippy macos-latest

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.85.0 (4d91de4e4 2025-02-17)
  • cargo 1.85.0 (d73d2caf9 2024-12-31)
  • clippy 0.1.85 (4d91de4e48 2025-02-17)

Annotations

Check warning on line 37 in src/service/genkey.rs

See this annotation in the file changed.

@github-actions github-actions / clippy macos-latest

use of deprecated function `rand::thread_rng`: renamed to `rng`

warning: use of deprecated function `rand::thread_rng`: renamed to `rng`
  --> src/service/genkey.rs:37:29
   |
37 |         let mut rng = rand::thread_rng();
   |                             ^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default