aboutsummaryrefslogtreecommitdiff
path: root/lib/cfcache
AgeCommit message (Collapse)AuthorFilesLines
2022-04-27build(deps): bump eyre from 0.6.7 to 0.6.8 (#452)dependabot[bot]1-1/+1
Bumps [eyre](https://github.com/yaahc/eyre) from 0.6.7 to 0.6.8. - [Release notes](https://github.com/yaahc/eyre/releases) - [Changelog](https://github.com/yaahc/eyre/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/eyre/compare/v0.6.7...v0.6.8) --- updated-dependencies: - dependency-name: eyre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-19build(deps): bump eyre from 0.6.5 to 0.6.6 (#430)dependabot[bot]1-1/+1
Bumps [eyre](https://github.com/yaahc/eyre) from 0.6.5 to 0.6.6. - [Release notes](https://github.com/yaahc/eyre/releases) - [Changelog](https://github.com/yaahc/eyre/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/eyre/compare/v0.6.5...v0.6.6) --- updated-dependencies: - dependency-name: eyre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-10Xe IasoXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
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>