Merge branch 'main' of github.com:breard-r/rust-opensmtpd
This commit is contained in:
commit
d9b89beb3f
2 changed files with 9 additions and 1 deletions
8
.github/dependabot.yml
vendored
Normal file
8
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: cargo
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
time: "04:00"
|
||||||
|
open-pull-requests-limit: 10
|
|
@ -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"
|
||||||
|
|
Reference in a new issue