update deps #833
Annotations
3 errors and 6 warnings
|
build (ubuntu-latest)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
build (windows-latest)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
build (macos-latest)
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
direct implementation of `ToString`:
src/node_version.rs#L271
warning: direct implementation of `ToString`
--> src/node_version.rs:271:1
|
271 | / impl ToString for InstalledNodeVersion {
272 | | fn to_string(&self) -> String {
273 | | self.version.to_string()
274 | | }
275 | | }
| |_^
|
= 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/node_version.rs#L144
warning: direct implementation of `ToString`
--> src/node_version.rs:144:1
|
144 | / impl ToString for OnlineNodeVersion {
145 | | fn to_string(&self) -> String {
146 | | self.version.to_string()
147 | | }
148 | | }
| |_^
|
= 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
|
|
non-canonical implementation of `partial_cmp` on an `Ord` type:
src/node_version.rs#L30
warning: non-canonical implementation of `partial_cmp` on an `Ord` type
--> src/node_version.rs:30:1
|
30 | / impl PartialOrd<Self> for dyn NodeVersion {
31 | | fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
| | _____________________________________________________________-
32 | || Some(self.version().cmp(other.version()))
33 | || }
| ||_____- help: change this to: `{ Some(self.cmp(other)) }`
34 | | }
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_canonical_partial_ord_impl
= note: `#[warn(clippy::non_canonical_partial_ord_impl)]` on by default
|
|
test (ubuntu-latest)
Cache not found for keys: v0-rust-test-Linux-x64-9922a006-f1557489, v0-rust-test-Linux-x64-9922a006
|
|
test (macos-latest)
Cache not found for keys: v0-rust-test-Darwin-arm64-4cd566e6-f1557489, v0-rust-test-Darwin-arm64-4cd566e6
|
|
test (windows-latest)
Cache not found for keys: v0-rust-test-Windows_NT-x64-9741da2d-f1557489, v0-rust-test-Windows_NT-x64-9741da2d
|