fix(deps): update rust crate etcetera to 0.11.0 #618
Lint.yaml
on: pull_request
Clippy
49s
`cargo deny`
28s
Report Missing Dependencies
15s
Matrix: rust
Annotations
7 warnings
|
the `Err`-variant returned from this function is very large:
crates/s3/src/lib.rs#L70
warning: the `Err`-variant returned from this function is very large
--> crates/s3/src/service.rs:70:56
|
70 | fn resolve_path<P: AsRef<Path>>(&self, path: P) -> crate::Result<String> {
| ^^^^^^^^^^^^^^^^^^^^^
|
::: crates/s3/src/error.rs:64:5
|
64 | Response(ResponseError<Response<SdkBody>>),
| ------------------------------------------ the largest variant contains at least 224 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
= note: `#[warn(clippy::result_large_err)]` on by default
|
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
|
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
|
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
|
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
|
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
|
|
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.87.0` from `clippy.toml`
|