build(deps): update linkerd/dev from v43 to v44 #467
Annotations
4 errors and 6 warnings
rust-clippy:
src/net.rs#L84
error: usage of a legacy numeric constant
--> src/net.rs:84:34
|
84 | let prefix_len = if (0..=std::u8::MAX as u32).contains(&net.prefix_len) {
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
note: the lint level is defined here
--> src/lib.rs:1:9
|
1 | #![deny(warnings, rust_2018_idioms)]
| ^^^^^^^^
= note: `#[deny(clippy::legacy_numeric_constants)]` implied by `#[deny(warnings)]`
help: use the associated constant instead
|
84 | let prefix_len = if (0..=u8::MAX as u32).contains(&net.prefix_len) {
| ~~~~~~~
|
rust-clippy:
src/net.rs#L84
error: usage of a legacy numeric constant
--> src/net.rs:84:34
|
84 | let prefix_len = if (0..=std::u8::MAX as u32).contains(&net.prefix_len) {
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
note: the lint level is defined here
--> src/lib.rs:1:9
|
1 | #![deny(warnings, rust_2018_idioms)]
| ^^^^^^^^
= note: `#[deny(clippy::legacy_numeric_constants)]` implied by `#[deny(warnings)]`
help: use the associated constant instead
|
84 | let prefix_len = if (0..=u8::MAX as u32).contains(&net.prefix_len) {
| ~~~~~~~
|
rust-clippy
Process completed with exit code 1.
|
rust-test
Process completed with exit code 4.
|
rust-deps (bans licenses sources)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rust-deps (advisories)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rust-clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
gen-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rust-docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rust-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|