build(deps): bump async-graphql and cidr-utils #19
Annotations
2 errors and 2 warnings
mismatched types:
src/lib.rs#L86
error[E0308]: mismatched types
--> src/lib.rs:86:38
|
86 | ip_cidr.contains(ip_value)
| -------- ^^^^^^^^ expected `&IpAddr`, found `IpAddr`
| |
| arguments to this method are incorrect
|
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cidr-0.2.3/src/cidr/combined.rs:142:15
|
142 | pub const fn contains(&self, addr: &IpAddr) -> bool {
| ^^^^^^^^
help: consider borrowing here
|
86 | ip_cidr.contains(&ip_value)
| +
|
test
Clippy had exited with the 101 exit code
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|