Commit Graph

17 Commits

Author SHA1 Message Date
Dave Gallant
e8de02a54a Fix for cargo clippy 2022-11-11 00:05:07 -05:00
Dave Gallant
6b1d5cb57d Use sha2 package instead of rust-crypto (#214)
* Use sha2 package instead of rust-crypto

* Bump rfd-notify version from 0.2.1 to 0.2.2
2022-10-08 20:30:20 -07:00
dependabot[bot]
36eb2a3ef5 Bump clap from 2.34.0 to 4.0.9 (#212)
* Bump clap from 2.34.0 to 4.0.9

Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 4.0.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v2.34.0...v4.0.9)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Make changes so that clap v4 works

* Cargo fmt

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Gallant <davegallant@gmail.com>
2022-10-08 19:21:10 -07:00
Dave Gallant
55d3359b37 Bump deps (#207)
* Bump deps

* derive `Eq` as well: `PartialEq, Eq`
2022-09-30 08:09:12 -07:00
dependabot[bot]
01fd3c3a70 Bump rust from 1.54-buster to 1.60.0-buster (#173)
* Bump rust from 1.54-buster to 1.60.0-buster

Bumps rust from 1.54-buster to 1.60.0-buster.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
...

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

* fmt

* Remove examples

* Fix config test

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Gallant <davegallant@gmail.com>
2022-04-23 23:57:09 -04:00
Dave G
dd6a4360a2 Update main.rs 2022-04-23 19:08:53 -04: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
DG
e061b506d1 Publish container to ghcr.io (#101) 2021-08-21 14:21:38 -04:00
Dave Gallant
7b59bf8163 Add initial Action (#40)
* Add initial Github action.
2020-10-26 00:35:19 -04:00
Dave Gallant
379d4d6d89 Bump version to 0.1.2 (#32) 2020-10-04 17:28:28 -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
1989b48d99 Add optional --dbpath flag (#6)
* Use common config with lower cache capacity

* Add command line argument parser

* Add optional --dbpath flag
2020-06-22 22:54:06 -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