| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
| |
u8 arrays are copy, no need to not have our wrappers be copy.
|
|
|
|
| |
the db already does this, crypto did not.
|
|
|
|
| |
using SecretBytes for all of them isn't that great.
|
| |
|
| |
|
|
|
|
|
|
|
| |
firefox wants to delete profile access tokens after they're expired and
logs errors if it can't do that. since this happens every hour we can
end up with a bunch of error logs very quickly, so we better let it do
what it wants.
|
|
|