Skip to content

chore(deps): update cachix/install-nix-action action to v29 #5241

chore(deps): update cachix/install-nix-action action to v29

chore(deps): update cachix/install-nix-action action to v29 #5241

Triggered via pull request October 1, 2024 23:01
Status Success
Total duration 5m 48s
Artifacts

CI.yaml

on: pull_request
`cargo deny`
38s
`cargo deny`
Report Missing Dependencies
33s
Report Missing Dependencies
Nix Build
0s
Nix Build
Matrix: ci
Matrix: Clippy!
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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`
associated function `load` is never used: crates/helm-plugin/src/lib.rs#L78
warning: associated function `load` is never used --> crates/helm-plugin/src/config/mod.rs:78:12 | 75 | impl Config { | ----------- associated function in this implementation ... 78 | pub fn load<P: AsRef<Path>>(path: Option<P>) -> eyre::Result<Config> { | ^^^^ | = note: `#[warn(dead_code)]` on by default
method `join_url` is never used: crates/helm-plugin/src/lib.rs#L36
warning: method `join_url` is never used --> crates/helm-plugin/src/config/registry.rs:36:12 | 34 | impl Registry { | ------------- method in this implementation 35 | /// Joins the registry URL via [`Url::join`] and returns a string representation. 36 | pub fn join_url<T: Display>(&self, input: T) -> Result<String, url::ParseError> { | ^^^^^^^^
static `HTTP` is never used: crates/helm-plugin/src/lib.rs#L24
warning: static `HTTP` is never used --> crates/helm-plugin/src/ops/mod.rs:24:12 | 24 | pub static HTTP: LazyLock<reqwest_middleware::ClientWithMiddleware> = LazyLock::new(|| { | ^^^^
function `logging` is never used: crates/helm-plugin/src/lib.rs#L23
warning: function `logging` is never used --> crates/helm-plugin/src/ops/middleware.rs:23:8 | 23 | pub fn logging<'a>( | ^^^^^^^
function `get_helm_binary` is never used: crates/helm-plugin/src/lib.rs#L24
warning: function `get_helm_binary` is never used --> crates/helm-plugin/src/util.rs:24:8 | 24 | pub fn get_helm_binary<P: AsRef<Path>>(helm: Option<P>) -> Option<PathBuf> { | ^^^^^^^^^^^^^^^
function `validate_version_constraints` is never used: crates/helm-plugin/src/lib.rs#L43
warning: function `validate_version_constraints` is never used --> crates/helm-plugin/src/util.rs:43:8 | 43 | pub fn validate_version_constraints<P: AsRef<Path>>(config: &Config, helm: Option<P>) -> eyre::Result<()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unneeded `return` statement: crates/helm-plugin/src/main.rs#L26
warning: unneeded `return` statement --> crates/helm-plugin/src/main.rs:26:23 | 26 | program.cmd.run().await | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 26 | program.cmd.run().program.cmd.run().await | ~~~~~~~~~~~~~~~~~~~~~~~
Rust CI (macOS (x86_64), Rust nightly)
Formula postgresql was renamed to postgresql@14.