chore(deps): update rust crate remi to 0.9.0 #5264
CI.yaml
on: pull_request
`cargo deny`
44s
Report Missing Dependencies
33s
Nix Build
0s
Matrix: ci
Matrix: Clippy!
Matrix: hadolint
Annotations
12 errors and 2 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
|
mismatched types:
crates/helm-charts/src/lib.rs#L76
error[E0308]: mismatched types
--> crates/helm-charts/src/lib.rs:76:9
|
75 | let filtered = blobs.iter().filter_map(|blob| match blob {
| ---- this expression has type `&azalia::azalia_remi::remi::Blob`
76 | Blob::File(file) => {
| ^^^^^^^^^^^^^^^^ expected `azalia::azalia_remi::remi::Blob`, found `remi::Blob`
|
= note: `remi::Blob` and `azalia::azalia_remi::remi::Blob` have similar names, but are actually distinct types
note: `remi::Blob` is defined in crate `remi`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.9.1/src/blob.rs:27:1
|
27 | pub enum Blob {
| ^^^^^^^^^^^^^
note: `azalia::azalia_remi::remi::Blob` is defined in crate `remi`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.8.1/src/blob.rs:27:1
|
27 | pub enum Blob {
| ^^^^^^^^^^^^^
= note: perhaps two different versions of crate `remi` are being used?
|
mismatched types:
crates/helm-charts/src/lib.rs#L93
error[E0308]: mismatched types
--> crates/helm-charts/src/lib.rs:93:9
|
75 | let filtered = blobs.iter().filter_map(|blob| match blob {
| ---- this expression has type `&azalia::azalia_remi::remi::Blob`
...
93 | Blob::Directory(_) => None,
| ^^^^^^^^^^^^^^^^^^ expected `azalia::azalia_remi::remi::Blob`, found `remi::Blob`
|
= note: `remi::Blob` and `azalia::azalia_remi::remi::Blob` have similar names, but are actually distinct types
note: `remi::Blob` is defined in crate `remi`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.9.1/src/blob.rs:27:1
|
27 | pub enum Blob {
| ^^^^^^^^^^^^^
note: `azalia::azalia_remi::remi::Blob` is defined in crate `remi`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.8.1/src/blob.rs:27:1
|
27 | pub enum Blob {
| ^^^^^^^^^^^^^
= note: perhaps two different versions of crate `remi` are being used?
|
mismatched types:
crates/helm-charts/src/lib.rs#L135
error[E0308]: mismatched types
--> crates/helm-charts/src/lib.rs:135:59
|
135 | .upload(format!("./metadata/{owner}/index.yaml"), request)
| ------ arguments to this method are incorrect ^^^^^^^ expected `UploadRequest`, found `remi::UploadRequest`
|
= note: `remi::UploadRequest` and `UploadRequest` have similar names, but are actually distinct types
note: `remi::UploadRequest` is defined in crate `remi`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.9.1/src/options.rs:120:1
|
120 | pub struct UploadRequest {
| ^^^^^^^^^^^^^^^^^^^^^^^^
note: `UploadRequest` is defined in crate `remi`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.8.1/src/options.rs:119:1
|
119 | pub struct UploadRequest {
| ^^^^^^^^^^^^^^^^^^^^^^^^
= note: perhaps two different versions of crate `remi` are being used?
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.8.1/src/lib.rs:125:14
|
125 | async fn upload<P: AsRef<Path> + Send>(&self, path: P, options: UploadRequest) -> Result<(), Self::Error>
| ^^^^^^
|
mismatched types:
crates/helm-charts/src/lib.rs#L324
error[E0308]: mismatched types
--> crates/helm-charts/src/lib.rs:324:13
|
322 | .upload(
| ------ arguments to this method are incorrect
323 | format!("./repositories/{owner}/{repo}/tarballs/{version}.tar.gz"),
324 | request,
| ^^^^^^^ expected `UploadRequest`, found `remi::UploadRequest`
|
= note: `remi::UploadRequest` and `UploadRequest` have similar names, but are actually distinct types
note: `remi::UploadRequest` is defined in crate `remi`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.9.1/src/options.rs:120:1
|
120 | pub struct UploadRequest {
| ^^^^^^^^^^^^^^^^^^^^^^^^
note: `UploadRequest` is defined in crate `remi`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.8.1/src/options.rs:119:1
|
119 | pub struct UploadRequest {
| ^^^^^^^^^^^^^^^^^^^^^^^^
= note: perhaps two different versions of crate `remi` are being used?
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.8.1/src/lib.rs:125:14
|
125 | async fn upload<P: AsRef<Path> + Send>(&self, path: P, options: UploadRequest) -> Result<(), Self::Error>
| ^^^^^^
|
Clippy! (nightly)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
Clippy! (nightly)
{
"rendered": "For more information about this error, try `rustc --explain E0308`.\n",
"$message_type": "diagnostic",
"children": [],
"code": null,
"level": "failure-note",
"message": "For more information about this error, try `rustc --explain E0308`.",
"spans": []
}
|
Rust CI (Linux (x86_64), Rust nightly)
Process completed with exit code 101.
|
Rust CI (macOS (x86_64), Rust nightly)
Process completed with exit code 101.
|
Rust CI (Windows, Rust nightly)
The job was canceled because "macos-latest_nightly" failed.
|
Rust CI (Windows, 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 {
|
|
Rust CI (macOS (x86_64), Rust nightly)
Formula postgresql was renamed to postgresql@14.
|