summaryrefslogtreecommitdiff
path: root/src/api/auth/invite.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove dependency on chronopennae2022-07-251-2/+2
| | | | | | prompted by a cargo audit run. time works just as well and is better maintained. web-push still uses chrono, but from the looks of things it won't be affected.
* remove SecretBytespennae2022-07-171-2/+2
| | | | | there's no benefit to keeping it around, the zeroing behavior it had was never any good and without it it's just a fancy [u8; N]
* fix clippy warningspennae2022-07-171-3/+3
|
* initial importpennae2022-07-131-0/+47