Commit Graph

8 Commits

Author SHA1 Message Date
Dave Gallant
a524bacdeb Fix lint (#261) 2023-02-06 21:07:17 -05:00
Dave G
faffada883 Cargo update and clippy fix (#168)
* Bump serde from 1.0.132 to 1.0.136

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.132 to 1.0.136.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.132...v1.0.136)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Cargo update and clippy fix

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-02 08:01:16 -04:00
Dave Gallant
09d48c4b03 Improve logging (#31)
* Add more debug logging

* Set default logging to `info`
2020-10-04 17:15:47 -04:00
Dave Gallant
90b709a6a1 Upgrade sendgrid-rs from 0.12.1 to 0.13.0 (#30)
* Bump sendgrid from 0.12.1 to 0.13.0

Bumps [sendgrid](https://github.com/gsquire/sendgrid-rs) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/gsquire/sendgrid-rs/releases)
- [Commits](https://github.com/gsquire/sendgrid-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Use the ? formatting option to use the Debug rather than Display trait

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-04 16:39:38 -04:00
Dave Gallant
d3a23736cc Add Dockerfile and Docker Hub publishing (#9)
Adds docker image publishing with example usage in the README.
2020-07-11 22:47:30 -04:00
Dave Gallant
d01f4bf106 Improve mail template formatting (#7) 2020-06-23 20:41:41 -04:00
Dave Gallant
b9bec9479c Add matched expression to notification (#4) 2020-06-21 15:25:03 -04:00
Dave Gallant
d6c5b13f67 Add initial (#1) 2020-06-21 02:20:36 -04:00