Skip to content

Bump nix-direnv, add PUT /users endpoint, added methods to `dyn cha… #5256

Bump nix-direnv, add PUT /users endpoint, added methods to `dyn cha…

Bump nix-direnv, add PUT /users endpoint, added methods to `dyn cha… #5256

Triggered via push October 18, 2024 02:37
Status Failure
Total duration 16m 38s
Artifacts

CI.yaml

on: push
`cargo deny`
41s
`cargo deny`
Report Missing Dependencies
28s
Report Missing Dependencies
Nix Build
8m 39s
Nix Build
Matrix: ci
Matrix: Clippy!
Matrix: hadolint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
Report Missing Dependencies
Process completed with exit code 1.
Nix Build
Process completed with exit code 1.
/home/runner/work/charted/charted/crates/core/src/lib.rs#L87
the following explicit lifetimes could be elided: 'de
/home/runner/work/charted/charted/crates/helm-plugin/src/lib.rs#L81
the following explicit lifetimes could be elided: 'de
the following explicit lifetimes could be elided: 'de: crates/core/src/lib.rs#L87
warning: the following explicit lifetimes could be elided: 'de --> crates/core/src/serde/duration.rs:87:14 | 87 | impl<'de> serde::de::Visitor<'de> for Visitor { | ^^^ ^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 87 - impl<'de> serde::de::Visitor<'de> for Visitor { 87 + impl serde::de::Visitor<'_> for Visitor { |
the following explicit lifetimes could be elided: 'de: crates/helm-plugin/src/lib.rs#L81
warning: the following explicit lifetimes could be elided: 'de --> crates/helm-plugin/src/config/repository.rs:81:14 | 81 | impl<'de> de::Visitor<'de> for Visitor { | ^^^ ^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 81 - impl<'de> de::Visitor<'de> for Visitor { 81 + impl de::Visitor<'_> for Visitor { |
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.78.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.78.0` from `clippy.toml`
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.78.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.78.0` from `clippy.toml`
Rust CI (macOS (x86_64), Rust nightly)
Formula postgresql was renamed to postgresql@14.