Bump color-eyre from 0.6.3 to 0.6.4 #6
Closed
Annotations
6 errors
Run clippy action:
home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs#L739
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:739:19
|
739 | .file(src.file)
| ---- ^^^^^^^^ expected `owo_colors::dyn_styles::Style`, found `Style`
| |
| arguments to this method are incorrect
|
note: two different versions of crate `owo_colors` are being used; two types coming from two different versions of the same crate are different types even if they look the same
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/dyn_styles.rs:82:1
|
82 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the expected type `owo_colors::dyn_styles::Style`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.0/src/dyn_styles.rs:83:1
|
83 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the found type `Style`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:729:33
|
729 | ... eyre::WrapErr::wrap_err(color_spantrace::set_theme(self.theme.into()), "could not set the provided `Theme` via `color_spantrace::se...
| --------------- one version of crate `owo_colors` used here, as a dependency of crate `color_spantrace`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/lib.rs:368:9
|
368 | pub use owo_colors;
| ---------- one version of crate `owo_colors` used here, as a direct dependency of the current crate
= help: you can use `cargo tree` to explore your dependency tree
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-spantrace-0.2.1/src/lib.rs:139:12
|
139 | pub fn file(mut self, style: Style) -> Self {
| ^^^^
|
Run clippy action:
home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs#L740
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:740:26
|
740 | .line_number(src.line_number)
| ----------- ^^^^^^^^^^^^^^^ expected `owo_colors::dyn_styles::Style`, found `Style`
| |
| arguments to this method are incorrect
|
note: two different versions of crate `owo_colors` are being used; two types coming from two different versions of the same crate are different types even if they look the same
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/dyn_styles.rs:82:1
|
82 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the expected type `owo_colors::dyn_styles::Style`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.0/src/dyn_styles.rs:83:1
|
83 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the found type `Style`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:729:33
|
729 | ... eyre::WrapErr::wrap_err(color_spantrace::set_theme(self.theme.into()), "could not set the provided `Theme` via `color_spantrace::se...
| --------------- one version of crate `owo_colors` used here, as a dependency of crate `color_spantrace`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/lib.rs:368:9
|
368 | pub use owo_colors;
| ---------- one version of crate `owo_colors` used here, as a direct dependency of the current crate
= help: you can use `cargo tree` to explore your dependency tree
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-spantrace-0.2.1/src/lib.rs:145:12
|
145 | pub fn line_number(mut self, style: Style) -> Self {
| ^^^^^^^^^^^
|
Run clippy action:
home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs#L741
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:741:21
|
741 | .target(src.spantrace_target)
| ------ ^^^^^^^^^^^^^^^^^^^^ expected `owo_colors::dyn_styles::Style`, found `Style`
| |
| arguments to this method are incorrect
|
note: two different versions of crate `owo_colors` are being used; two types coming from two different versions of the same crate are different types even if they look the same
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/dyn_styles.rs:82:1
|
82 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the expected type `owo_colors::dyn_styles::Style`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.0/src/dyn_styles.rs:83:1
|
83 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the found type `Style`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:729:33
|
729 | ... eyre::WrapErr::wrap_err(color_spantrace::set_theme(self.theme.into()), "could not set the provided `Theme` via `color_spantrace::se...
| --------------- one version of crate `owo_colors` used here, as a dependency of crate `color_spantrace`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/lib.rs:368:9
|
368 | pub use owo_colors;
| ---------- one version of crate `owo_colors` used here, as a direct dependency of the current crate
= help: you can use `cargo tree` to explore your dependency tree
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-spantrace-0.2.1/src/lib.rs:151:12
|
151 | pub fn target(mut self, style: Style) -> Self {
| ^^^^^^
|
Run clippy action:
home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs#L742
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:742:21
|
742 | .fields(src.spantrace_fields)
| ------ ^^^^^^^^^^^^^^^^^^^^ expected `owo_colors::dyn_styles::Style`, found `Style`
| |
| arguments to this method are incorrect
|
note: two different versions of crate `owo_colors` are being used; two types coming from two different versions of the same crate are different types even if they look the same
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/dyn_styles.rs:82:1
|
82 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the expected type `owo_colors::dyn_styles::Style`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.0/src/dyn_styles.rs:83:1
|
83 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the found type `Style`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:729:33
|
729 | ... eyre::WrapErr::wrap_err(color_spantrace::set_theme(self.theme.into()), "could not set the provided `Theme` via `color_spantrace::se...
| --------------- one version of crate `owo_colors` used here, as a dependency of crate `color_spantrace`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/lib.rs:368:9
|
368 | pub use owo_colors;
| ---------- one version of crate `owo_colors` used here, as a direct dependency of the current crate
= help: you can use `cargo tree` to explore your dependency tree
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-spantrace-0.2.1/src/lib.rs:157:12
|
157 | pub fn fields(mut self, style: Style) -> Self {
| ^^^^^^
|
Run clippy action:
home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs#L743
error[E0308]: mismatched types
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:743:26
|
743 | .active_line(src.active_line)
| ----------- ^^^^^^^^^^^^^^^ expected `owo_colors::dyn_styles::Style`, found `Style`
| |
| arguments to this method are incorrect
|
note: two different versions of crate `owo_colors` are being used; two types coming from two different versions of the same crate are different types even if they look the same
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/dyn_styles.rs:82:1
|
82 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the expected type `owo_colors::dyn_styles::Style`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.0/src/dyn_styles.rs:83:1
|
83 | pub struct Style {
| ^^^^^^^^^^^^^^^^ this is the found type `Style`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/config.rs:729:33
|
729 | ... eyre::WrapErr::wrap_err(color_spantrace::set_theme(self.theme.into()), "could not set the provided `Theme` via `color_spantrace::se...
| --------------- one version of crate `owo_colors` used here, as a dependency of crate `color_spantrace`
|
::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.4/src/lib.rs:368:9
|
368 | pub use owo_colors;
| ---------- one version of crate `owo_colors` used here, as a direct dependency of the current crate
= help: you can use `cargo tree` to explore your dependency tree
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-spantrace-0.2.1/src/lib.rs:163:12
|
163 | pub fn active_line(mut self, style: Style) -> Self {
| ^^^^^^^^^^^
|
Run clippy action
Clippy has exited with exit code 101
|
Loading