Skip to content

fix(deps): update for cidr-utils changes #20

fix(deps): update for cidr-utils changes

fix(deps): update for cidr-utils changes #20

Triggered via push October 3, 2024 18:43
Status Failure
Total duration 50s
Artifacts

testing.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
direct implementation of `ToString`: src/lib.rs#L181
warning: direct implementation of `ToString` --> src/lib.rs:181:1 | 181 | / impl ToString for NoProxy { 182 | | fn to_string(&self) -> String { 183 | | self.content 184 | | .iter() ... | 188 | | } 189 | | } | |_^ | = help: prefer implementing `Display` instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl
direct implementation of `ToString`: src/lib.rs#L39
warning: direct implementation of `ToString` --> src/lib.rs:39:1 | 39 | / impl ToString for NoProxyItem { 40 | | fn to_string(&self) -> String { 41 | | match self { 42 | | Self::Wildcard => "*".into(), ... | 47 | | } 48 | | } | |_^ | = help: prefer implementing `Display` instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl = note: `#[warn(clippy::to_string_trait_impl)]` on by default
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/