|  | 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. | 
| | 
| 
| 
| 
| | 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] | 
| | |  | 
| | 
| 
| 
| | 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. | 
|  |  |