Bump serde from 1.0.217 to 1.0.218 #388
Annotations
10 errors and 6 warnings
Test:
src/metrics.rs#L8
unresolved import `hyper::server::conn::Http`
|
Test:
src/metrics.rs#L10
unresolved import `hyper::Body`
|
Test:
src/resolver.rs#L135
cannot find function `random` in this scope
|
Test:
src/main.rs#L582
no method named `takes_value` found for struct `Arg` in the current scope
|
Test:
src/main.rs#L590
no method named `takes_value` found for struct `Arg` in the current scope
|
Test:
src/main.rs#L596
no method named `takes_value` found for struct `Arg` in the current scope
|
Test:
src/main.rs#L602
no method named `takes_value` found for struct `Arg` in the current scope
|
Test:
src/main.rs#L607
no method named `is_present` found for struct `ArgMatches` in the current scope
|
Test:
src/main.rs#L624
no method named `value_of` found for struct `ArgMatches` in the current scope
|
Test:
src/main.rs#L656
no method named `value_of` found for struct `ArgMatches` in the current scope
|
Test:
src/main.rs#L734
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Test:
src/dnscrypt.rs#L101
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Test:
src/dnscrypt_certs.rs#L122
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Test:
src/dnscrypt_certs.rs#L122
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
Test:
src/main.rs#L734
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
Test:
src/resolver.rs#L6
unused import: `rand::prelude`
|
Loading