Lab Rat

Results 3 issues of Lab Rat

### What it does Rust's `!` type, also known as the `never` type, signifies that a function never returns normally. Clippy currently doesn't have a lint to suggest using `!`...

E-medium
A-lint

### What happened? ## Description I'm facing a deployment issue with Rust and Shuttle. I'm developing an Axum server that serves output from an external library that uses git-based versioning....

T-Bug
S-Investigation

This PR upgrades various dependencies in the project to their latest versions and refactors password handling mechanisms for improved security and maintainability. Key changes include: - **Dependency Upgrades**: - Update...