fix(deps): update rust crate validator to 0.19.0 #5275
CI.yaml
on: pull_request
`cargo deny`
49s
Report Missing Dependencies
39s
Nix Build
0s
Matrix: ci
Matrix: Clippy!
Matrix: hadolint
Annotations
8 errors and 4 warnings
Hadolint [./distribution/charted/docker/debian.Dockerfile]:
distribution/charted/docker/debian.Dockerfile#L20
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
Hadolint [./distribution/charted/docker/debian.Dockerfile]:
distribution/charted/docker/debian.Dockerfile#L43
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
`cargo deny`
Process completed with exit code 4.
|
Rust CI (Linux (x86_64), Rust nightly)
Process completed with exit code 100.
|
Rust CI (Windows, Rust nightly)
The job was canceled because "ubuntu-latest_nightly" failed.
|
Rust CI (Windows, Rust nightly)
The operation was canceled.
|
Rust CI (macOS (x86_64), Rust nightly)
The job was canceled because "ubuntu-latest_nightly" failed.
|
Rust CI (macOS (x86_64), Rust nightly)
The operation was canceled.
|
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 feature `entry_insert` has been stable since 1.83.0 and no longer requires an attribute to enable:
crates/server/src/lib.rs#L16
warning: the feature `entry_insert` has been stable since 1.83.0 and no longer requires an attribute to enable
--> crates/server/src/lib.rs:16:36
|
16 | #![feature(never_type, decl_macro, entry_insert)]
| ^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
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 {
|
|
Rust CI (macOS (x86_64), Rust nightly)
Formula postgresql was renamed to postgresql@14.
|