aboutsummaryrefslogtreecommitdiff
path: root/lib/cfcache
AgeCommit message (Collapse)AuthorFilesLines
2021-01-22Use Tokio 1 (#306)Christine Dodrill1-3/+3
* upgrade all the things Signed-off-by: Christine Dodrill <me@christine.website> * build(deps): bump serde from 1.0.118 to 1.0.120 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.120. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.120) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * fix Signed-off-by: Christine Dodrill <me@christine.website> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-16move poking services into app boot after systemd notifyChristine Dodrill3-0/+99
Signed-off-by: Christine Dodrill <me@christine.website>