Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

bump(deps): update rust crate serde to 1.0.186 #1692

bump(deps): update rust crate serde to 1.0.186

bump(deps): update rust crate serde to 1.0.186 #1692

Triggered via pull request August 21, 2023 03:47
@renovaterenovate[bot]
synchronize #58
Status Success
Total duration 14s
Artifacts

oss-governance-labeler.yml

on: pull_request_target
Labeler
3s
Labeler
Fit to window
Zoom out
Zoom in

Annotations

2 errors
cannot move out of `*self` which is behind a shared reference: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.14.2/src/messages.rs#L101
error[E0507]: cannot move out of `*self` which is behind a shared reference --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.14.2/src/messages.rs:101:24 | 101 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)] | ^^^^^^^^^ | | | data moved here | move occurs because `unrecognized` has type `Message`, which does not implement the `Copy` trait | help: consider borrowing here: `&Serialize` | = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
cannot move out of `*self` which is behind a shared reference: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.14.2/src/diagnostic.rs#L95
error[E0507]: cannot move out of `*self` which is behind a shared reference --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.14.2/src/diagnostic.rs:95:24 | 95 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)] | ^^^^^^^^^ | | | data moved here | move occurs because `unrecognized` has type `Applicability`, which does not implement the `Copy` trait | help: consider borrowing here: `&Serialize` | = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)