Upgrading to nom 5

This commit is contained in:
Rodolphe Breard 2019-06-29 17:29:52 +02:00
parent 866298c948
commit 4a99257263
3 changed files with 95 additions and 112 deletions

View file

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