Skip to content

fix(deps): update rust crate serde to ~1.0.168 #2493

fix(deps): update rust crate serde to ~1.0.168

fix(deps): update rust crate serde to ~1.0.168 #2493

Triggered via push July 9, 2023 03:31
Status Failure
Total duration 48s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
Rustfmt
'cargo-fmt' is not installed for the toolchain 'nightly-x86_64-unknown-linux-gnu'
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
incorrect implementation of `clone` on a `Copy` type: yarte_helpers/src/at_helpers.rs#L38
error: incorrect implementation of `clone` on a `Copy` type --> yarte_helpers/src/at_helpers.rs:38:33 | 38 | fn clone(&self) -> Self { | _________________________________^ 39 | | JsonPretty(self.0) 40 | | } | |_________^ help: change this to: `{ *self }` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_clone_impl_on_copy_type
incorrect implementation of `clone` on a `Copy` type: yarte_helpers/src/at_helpers.rs#L13
error: incorrect implementation of `clone` on a `Copy` type --> yarte_helpers/src/at_helpers.rs:13:33 | 13 | fn clone(&self) -> Self { | _________________________________^ 14 | | Json(self.0) 15 | | } | |_________^ help: change this to: `{ *self }` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_clone_impl_on_copy_type = note: `#[deny(clippy::incorrect_clone_impl_on_copy_type)]` on by default
incorrect implementation of `clone` on a `Copy` type: yarte_helpers/src/at_helpers.rs#L38
error: incorrect implementation of `clone` on a `Copy` type --> yarte_helpers/src/at_helpers.rs:38:33 | 38 | fn clone(&self) -> Self { | _________________________________^ 39 | | JsonPretty(self.0) 40 | | } | |_________^ help: change this to: `{ *self }` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_clone_impl_on_copy_type
incorrect implementation of `clone` on a `Copy` type: yarte_helpers/src/at_helpers.rs#L13
error: incorrect implementation of `clone` on a `Copy` type --> yarte_helpers/src/at_helpers.rs:13:33 | 13 | fn clone(&self) -> Self { | _________________________________^ 14 | | Json(self.0) 15 | | } | |_________^ help: change this to: `{ *self }` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_clone_impl_on_copy_type = note: `#[deny(clippy::incorrect_clone_impl_on_copy_type)]` on by default
Clippy
Clippy had exited with the 101 exit code
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference: yarte_helpers/src/helpers/ser_json/mod.rs#L18
warning: methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference --> yarte_helpers/src/helpers/ser_json/mod.rs:18:32 | 18 | fn to_bytes_mut<B: Buffer>(&self, buf: &mut B); | ^^^^^ | = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention = note: `#[warn(clippy::wrong_self_convention)]` on by default
methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference: yarte_helpers/src/helpers/ser_json/mod.rs#L18
warning: methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference --> yarte_helpers/src/helpers/ser_json/mod.rs:18:32 | 18 | fn to_bytes_mut<B: Buffer>(&self, buf: &mut B); | ^^^^^ | = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention = note: `#[warn(clippy::wrong_self_convention)]` on by default
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/