[chore] lockfiles: update dependencies
All checks were successful
/ check (push) Successful in 2s
/ build (push) Successful in 55s

Update `Cargo.lock` and `flake.lock`. Flake updates:

```
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ad57eef4ef0659193044870c731987a6df5cf56b' (2024-05-29)
  → 'github:NixOS/nixpkgs/e9ee548d90ff586a6471b4ae80ae9cfcbceb3420' (2024-06-13)
```
This commit is contained in:
Jalil David Salamé Messina 2024-06-06 23:29:30 +02:00
parent a8fcc3bd4c
commit ee65b5dcac
Signed by: jalil
GPG key ID: F016B9E770737A0B
5 changed files with 77 additions and 40 deletions

View file

@ -5,7 +5,7 @@ jobs:
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix --version
- run: nix flake check --keep-going
- run: nix flake check --keep-going --verbose --print-build-logs
build:
runs-on: nixos
steps: