Merge branch 'main' of github.com:breard-r/rust-opensmtpd

This commit is contained in:
Rodolphe Bréard 2022-01-12 19:59:30 +01:00
commit d9b89beb3f
2 changed files with 9 additions and 1 deletions

8
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10

View file

@ -18,7 +18,7 @@ opensmtpd_derive = { version = "0.4", path = "../opensmtpd-derive" }
pretty-hex = "0.2" pretty-hex = "0.2"
[dev-dependencies] [dev-dependencies]
simplelog = "0.9" simplelog = "0.10"
[[example]] [[example]]
name = "counter" name = "counter"