Skip to content

chore(deps): update rust crate env_logger to 0.11.0 #7019

chore(deps): update rust crate env_logger to 0.11.0

chore(deps): update rust crate env_logger to 0.11.0 #7019

Triggered via push January 4, 2025 14:36
Status Success
Total duration 6m 16s
Artifacts

audit.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
no method named `style` found for mutable reference `&mut env_logger::fmt::Formatter` in the current scope: src/lib.rs#L152
error[E0599]: no method named `style` found for mutable reference `&mut env_logger::fmt::Formatter` in the current scope --> src/lib.rs:152:34 | 152 | let mut target_style = f.style(); | ^^^^^ method not found in `&mut Formatter`
no method named `style` found for mutable reference `&mut env_logger::fmt::Formatter` in the current scope: src/lib.rs#L152
error[E0599]: no method named `style` found for mutable reference `&mut env_logger::fmt::Formatter` in the current scope --> src/lib.rs:152:34 | 152 | let mut target_style = f.style(); | ^^^^^ method not found in `&mut Formatter`
no method named `value` found for struct `clap::builder::styling::Style` in the current scope: src/lib.rs#L147
error[E0599]: no method named `value` found for struct `clap::builder::styling::Style` in the current scope --> src/lib.rs:147:23 | 147 | level_style.value(prettyprint_level(record.level())) | ^^^^^ method not found in `Style`
no method named `value` found for struct `clap::builder::styling::Style` in the current scope: src/lib.rs#L147
error[E0599]: no method named `value` found for struct `clap::builder::styling::Style` in the current scope --> src/lib.rs:147:23 | 147 | level_style.value(prettyprint_level(record.level())) | ^^^^^ method not found in `Style`
no method named `set_bold` found for struct `clap::builder::styling::Style` in the current scope: src/lib.rs#L142
error[E0599]: no method named `set_bold` found for struct `clap::builder::styling::Style` in the current scope --> src/lib.rs:142:21 | 142 | level_style.set_bold(true); | ^^^^^^^^ | help: there is a method `bold` with a similar name, but with different arguments --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/style.rs:186:5 | 186 | pub const fn bold(mut self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
no method named `set_bold` found for struct `clap::builder::styling::Style` in the current scope: src/lib.rs#L142
error[E0599]: no method named `set_bold` found for struct `clap::builder::styling::Style` in the current scope --> src/lib.rs:142:21 | 142 | level_style.set_bold(true); | ^^^^^^^^ | help: there is a method `bold` with a similar name, but with different arguments --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/style.rs:186:5 | 186 | pub const fn bold(mut self) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
no method named `style` found for mutable reference `&mut env_logger::fmt::Formatter` in the current scope: src/lib.rs#L135
error[E0599]: no method named `style` found for mutable reference `&mut env_logger::fmt::Formatter` in the current scope --> src/lib.rs:135:36 | 135 | let mut action_style = f.style(); | ^^^^^ method not found in `&mut Formatter`
no method named `style` found for mutable reference `&mut env_logger::fmt::Formatter` in the current scope: src/lib.rs#L135
error[E0599]: no method named `style` found for mutable reference `&mut env_logger::fmt::Formatter` in the current scope --> src/lib.rs:135:36 | 135 | let mut action_style = f.style(); | ^^^^^ method not found in `&mut Formatter`
unresolved import `env_logger::fmt::Color`: src/lib.rs#L19
error[E0432]: unresolved import `env_logger::fmt::Color` --> src/lib.rs:19:5 | 19 | use env_logger::fmt::Color; | ^^^^^^^^^^^^^^^^^^^^^^ no `Color` in `fmt` | help: consider importing one of these items instead | 19 | use clap::builder::styling::Color; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19 | use colored::Color; | ~~~~~~~~~~~~~~ 19 | use image::error::UnsupportedErrorKind::Color; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unresolved import `env_logger::fmt::Color`: src/lib.rs#L19
error[E0432]: unresolved import `env_logger::fmt::Color` --> src/lib.rs:19:5 | 19 | use env_logger::fmt::Color; | ^^^^^^^^^^^^^^^^^^^^^^ no `Color` in `fmt` | help: consider importing one of these items instead | 19 | use clap::builder::styling::Color; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19 | use colored::Color; | ~~~~~~~~~~~~~~ 19 | use image::error::UnsupportedErrorKind::Color; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
audit-rust
14 warnings found!
audit-rust
Unknown warning kind unsound found, please, file a bug
audit-rust
Unknown warning kind unsound found, please, file a bug