Merge pull request #3 from breard-r/dependabot/cargo/nom-6.0

Update nom requirement from 5.0 to 6.0
This commit is contained in:
Rodolphe Bréard 2020-11-02 19:19:43 +01:00 committed by GitHub
commit fc072743ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
[dependencies]
log = {version = "0.4", features = ["std"]}
nom = "5.0"
nom = "6.0"
opensmtpd_derive = { path = "../opensmtpd-derive", version = "0.2" }
[[example]]