Skip to content

Update dependencies #203

Update dependencies

Update dependencies #203

Triggered via pull request December 10, 2024 08:42
@djcdjc
synchronize #187
update-deps
Status Failure
Total duration 3m 46s
Artifacts

CI.yml

on: pull_request
cargo check
37s
cargo check
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: test-build-across-targets
Matrix: test
cargo fmt
4s
cargo fmt
cargo check (feature combinations)
19s
cargo check (feature combinations)
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 10 warnings
the following explicit lifetimes could be elided: 'a: src/layer.rs#L415
error: the following explicit lifetimes could be elided: 'a --> src/layer.rs:415:6 | 415 | impl<'a> field::Visit for SpanAttributeVisitor<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 415 - impl<'a> field::Visit for SpanAttributeVisitor<'a> { 415 + impl field::Visit for SpanAttributeVisitor<'_> { |
the following explicit lifetimes could be elided: 'a: src/layer.rs#L406
error: the following explicit lifetimes could be elided: 'a --> src/layer.rs:406:6 | 406 | impl<'a> SpanAttributeVisitor<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 406 - impl<'a> SpanAttributeVisitor<'a> { 406 + impl SpanAttributeVisitor<'_> { |
the following explicit lifetimes could be elided: 'a: src/layer.rs#L415
error: the following explicit lifetimes could be elided: 'a --> src/layer.rs:415:6 | 415 | impl<'a> field::Visit for SpanAttributeVisitor<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 415 - impl<'a> field::Visit for SpanAttributeVisitor<'a> { 415 + impl field::Visit for SpanAttributeVisitor<'_> { |
the following explicit lifetimes could be elided: 'a: src/layer.rs#L406
error: the following explicit lifetimes could be elided: 'a --> src/layer.rs:406:6 | 406 | impl<'a> SpanAttributeVisitor<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 406 - impl<'a> SpanAttributeVisitor<'a> { 406 + impl SpanAttributeVisitor<'_> { |
the following explicit lifetimes could be elided: 'a, 'b: src/layer.rs#L163
error: the following explicit lifetimes could be elided: 'a, 'b --> src/layer.rs:163:6 | 163 | impl<'a, 'b> field::Visit for SpanEventVisitor<'a, 'b> { | ^^ ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 163 - impl<'a, 'b> field::Visit for SpanEventVisitor<'a, 'b> { 163 + impl field::Visit for SpanEventVisitor<'_, '_> { |
the following explicit lifetimes could be elided: 'a, 'b: src/layer.rs#L163
error: the following explicit lifetimes could be elided: 'a, 'b --> src/layer.rs:163:6 | 163 | impl<'a, 'b> field::Visit for SpanEventVisitor<'a, 'b> { | ^^ ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 163 - impl<'a, 'b> field::Visit for SpanEventVisitor<'a, 'b> { 163 + impl field::Visit for SpanEventVisitor<'_, '_> { |
the following explicit lifetimes could be elided: 'a: src/metrics.rs#L181
error: the following explicit lifetimes could be elided: 'a --> src/metrics.rs:181:6 | 181 | impl<'a> Visit for MetricVisitor<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-D clippy::needless-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 181 - impl<'a> Visit for MetricVisitor<'a> { 181 + impl Visit for MetricVisitor<'_> { |
the following explicit lifetimes could be elided: 'a: src/metrics.rs#L181
error: the following explicit lifetimes could be elided: 'a --> src/metrics.rs:181:6 | 181 | impl<'a> Visit for MetricVisitor<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-D clippy::needless-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 181 - impl<'a> Visit for MetricVisitor<'a> { 181 + impl Visit for MetricVisitor<'_> { |
cargo check (+MSRV -Zminimal-versions) (1.70.0)
Process completed with exit code 1.
warnings
Clippy had exited with the 101 exit code
cargo check (+MSRV -Zminimal-versions) (stable)
The job was canceled because "_1_70_0" failed.
cargo check (+MSRV -Zminimal-versions) (stable)
The operation was canceled.
cargo test (stable on macos-latest)
Process completed with exit code 100.
cargo test (stable on ubuntu-latest)
Process completed with exit code 100.
cargo test (beta on ubuntu-latest)
Process completed with exit code 100.
cargo test (nightly on ubuntu-latest)
Process completed with exit code 100.
cargo test (stable on windows-latest)
Process completed with exit code 1.
cargo check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo check (feature combinations)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo check (+MSRV -Zminimal-versions) (1.70.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build tests (wasm32-wasi)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build tests (wasm32-unknown-unknown)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo test (stable on ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo test (beta on ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo test (nightly on ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636