Skip to content

fix(deps): update rust crate pq-sys to 0.7.0 #5346

fix(deps): update rust crate pq-sys to 0.7.0

fix(deps): update rust crate pq-sys to 0.7.0 #5346

Triggered via pull request February 2, 2025 07:04
Status Success
Total duration 14m 39s
Artifacts

CI.yaml

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

Annotations

4 errors and 11 warnings
Hadolint [./distribution/charted/docker/debian.Dockerfile]: distribution/charted/docker/debian.Dockerfile#L20
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Hadolint [./distribution/charted/docker/debian.Dockerfile]: distribution/charted/docker/debian.Dockerfile#L43
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Hadolint [./distribution/charted/docker/debian.Dockerfile]: distribution/charted/docker/debian.Dockerfile#L43
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Hadolint [./distribution/charted/docker/debian.Dockerfile]: distribution/charted/docker/debian.Dockerfile#L43
DL3009 info: Delete the apt-get lists after installing something
doc list item overindented: crates/types/src/lib.rs#L315
warning: doc list item overindented --> crates/types/src/helm.rs:315:9 | 315 | /// with `user:` for a user and `org:` for an organization that maintains the Helm chart. | ^^^ help: try using ` ` (2 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items = note: `#[warn(clippy::doc_overindented_list_items)]` on by default
unused import: `Query`: crates/server/src/lib.rs#L17
warning: unused import: `Query` --> crates/server/src/routing/v1/user/apikeys.rs:17:27 | 17 | extract::{Json, Path, Query}, | ^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused import: `paginate::Paginated`: crates/server/src/lib.rs#L29
warning: unused import: `paginate::Paginated` --> crates/server/src/routing/v1/user/apikeys.rs:29:5 | 29 | paginate::Paginated, | ^^^^^^^^^^^^^^^^^^^
unused variable: `email`: crates/server/src/lib.rs#L444
warning: unused variable: `email` --> crates/server/src/routing/v1/user/mod.rs:444:9 | 444 | email, | ^^^^^ help: try ignoring the field: `email: _` | = note: `#[warn(unused_variables)]` on by default
unused variable: `name`: crates/server/src/lib.rs#L445
warning: unused variable: `name` --> crates/server/src/routing/v1/user/mod.rs:445:9 | 445 | name, | ^^^^ help: try ignoring the field: `name: _`
unused variable: `ctx`: crates/server/src/lib.rs#L392
warning: unused variable: `ctx` --> crates/server/src/routing/v1/user/apikeys.rs:392:11 | 392 | State(ctx): State<ServerContext>, | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `user`: crates/server/src/lib.rs#L393
warning: unused variable: `user` --> crates/server/src/routing/v1/user/apikeys.rs:393:25 | 393 | Extension(Session { user, .. }): Extension<Session>, | ^^^^ help: try ignoring the field: `user: _`
unused variable: `id_or_name`: crates/server/src/lib.rs#L394
warning: unused variable: `id_or_name` --> crates/server/src/routing/v1/user/apikeys.rs:394:10 | 394 | Path(id_or_name): Path<NameOrUlid>, | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_id_or_name`
unused variable: `description`: crates/server/src/lib.rs#L395
warning: unused variable: `description` --> crates/server/src/routing/v1/user/apikeys.rs:395:31 | 395 | Json(PatchApiKeyPayload { description, name, .. }): Json<PatchApiKeyPayload>, | ^^^^^^^^^^^ help: try ignoring the field: `description: _`
unused variable: `name`: crates/server/src/lib.rs#L395
warning: unused variable: `name` --> crates/server/src/routing/v1/user/apikeys.rs:395:44 | 395 | Json(PatchApiKeyPayload { description, name, .. }): Json<PatchApiKeyPayload>, | ^^^^ help: try ignoring the field: `name: _`
Rust CI (macOS (x86_64), Rust nightly)
Failed to save: uploadChunk (start: 402653184, end: 436207615) failed: read ECONNRESET