bump dependencies

This commit is contained in:
Robin Appelman 2024-01-14 18:01:32 +01:00
commit 94580d3558
6 changed files with 515 additions and 523 deletions

View file

@ -25,7 +25,7 @@
};
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated clippy];
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated clippy cargo-audit];
};
}
)