Skip to content

chore: update flake.lock - #1808

Merged
spacebear21 merged 2 commits into
masterfrom
update_flake_lock_action
Aug 13, 2026
Merged

chore: update flake.lock#1808
spacebear21 merged 2 commits into
masterfrom
update_flake_lock_action

Conversation

@payjoin-robot

@payjoin-robot payjoin-robot Bot commented Aug 13, 2026

Copy link
Copy Markdown

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/80db5bd' (2026-07-04)
  → 'github:ipetkov/crane/2c71e19' (2026-08-03)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/3b32825' (2026-07-12)
  → 'github:NixOS/nixpkgs/8e2eeb9' (2026-08-11)
• Updated input 'pyproject-build-systems':
    'github:pyproject-nix/build-system-pkgs/430680a' (2026-06-22)
  → 'github:pyproject-nix/build-system-pkgs/90fde00' (2026-08-03)
• Updated input 'pyproject-nix':
    'github:pyproject-nix/pyproject.nix/7af23cf' (2026-07-01)
  → 'github:pyproject-nix/pyproject.nix/1b14855' (2026-08-06)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/e013376' (2026-07-13)
  → 'github:oxalica/rust-overlay/39db480' (2026-08-12)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/db94781' (2026-05-31)
  → 'github:numtide/treefmt-nix/ae79109' (2026-08-05)
• Updated input 'uv2nix':
    'github:pyproject-nix/uv2nix/83995ef' (2026-07-08)
  → 'github:pyproject-nix/uv2nix/0dfa838' (2026-08-06)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, close and re-open this pull request.

@coveralls

coveralls commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 31715134485

Coverage remained the same at 86.718%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 16458
Covered Lines: 14272
Line Coverage: 86.72%
Coverage Strength: 343.64 hits per line

💛 - Coveralls

@benalleng
benalleng self-requested a review August 13, 2026 13:00
@benalleng
benalleng force-pushed the update_flake_lock_action branch from 384b21f to ad0d9ca Compare August 13, 2026 13:35

@benalleng benalleng left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to adjust the must_use clippy as it got stricter due to async_trait

@benalleng
benalleng requested a review from spacebear21 August 13, 2026 14:41
spacebear21
spacebear21 previously approved these changes Aug 13, 2026

@spacebear21 spacebear21 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cACK

pub(crate) mod v2;

#[async_trait::async_trait]
#[allow(clippy::double_must_use)]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be fixed upstream in the async_trait crate perhaps?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will be fixed in the next release dtolnay/async-trait#303

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could add a TODO pointing out this is waiting on an upstream fix

benalleng and others added 2 commits August 13, 2026 11:22
The latest async-trait update has caused a lint error as clippy is now
stricter.
Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/80db5bd' (2026-07-04)
  → 'github:ipetkov/crane/2c71e19' (2026-08-03)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/3b32825' (2026-07-12)
  → 'github:NixOS/nixpkgs/8e2eeb9' (2026-08-11)
• Updated input 'pyproject-build-systems':
    'github:pyproject-nix/build-system-pkgs/430680a' (2026-06-22)
  → 'github:pyproject-nix/build-system-pkgs/90fde00' (2026-08-03)
• Updated input 'pyproject-nix':
    'github:pyproject-nix/pyproject.nix/7af23cf' (2026-07-01)
  → 'github:pyproject-nix/pyproject.nix/1b14855' (2026-08-06)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/e013376' (2026-07-13)
  → 'github:oxalica/rust-overlay/39db480' (2026-08-12)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/db94781' (2026-05-31)
  → 'github:numtide/treefmt-nix/ae79109' (2026-08-05)
• Updated input 'uv2nix':
    'github:pyproject-nix/uv2nix/83995ef' (2026-07-08)
  → 'github:pyproject-nix/uv2nix/0dfa838' (2026-08-06)

@spacebear21 spacebear21 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reACK

@spacebear21
spacebear21 merged commit b02a6cc into master Aug 13, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants