update dependencies #81
Annotations
5 warnings
Run clippy:
src/entity/options.rs#L13
warning: current MSRV (Minimum Supported Rust Version) is `1.56.1` but this item is stable since `1.70.0`
--> src/entity/options.rs:13:54
|
13 | #[arg(long = "debug", env = "EASYDEP_LOG_DEBUG", default_value_t = false)]
| ^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
= note: `#[warn(clippy::incompatible_msrv)]` on by default
|
Run clippy:
src/entity/options.rs#L42
warning: current MSRV (Minimum Supported Rust Version) is `1.56.1` but this item is stable since `1.70.0`
--> src/entity/options.rs:42:9
|
42 | default_value_t = 15,
| ^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
|
Run clippy:
src/entity/options.rs#L49
warning: current MSRV (Minimum Supported Rust Version) is `1.56.1` but this item is stable since `1.70.0`
--> src/entity/options.rs:49:9
|
49 | default_value_t = 15
| ^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
|
Run clippy:
src/entity/options.rs#L55
warning: current MSRV (Minimum Supported Rust Version) is `1.56.1` but this item is stable since `1.70.0`
--> src/entity/options.rs:55:9
|
55 | default_value_t = 10,
| ^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
|
Run clippy:
src/helper/process_helper.rs#L147
warning: current MSRV (Minimum Supported Rust Version) is `1.56.1` but this item is stable since `1.57.0`
--> src/helper/process_helper.rs:147:43
|
147 | for line in stream_reader.lines().map_while(Result::ok) {
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
|
The logs for this run have expired and are no longer available.
Loading