Updating nom to 4.2
This commit is contained in:
parent
22c376930b
commit
866298c948
3 changed files with 6 additions and 12 deletions
|
@ -13,7 +13,7 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
|
|||
|
||||
[dependencies]
|
||||
log = {version = "0.4", features = ["std"]}
|
||||
nom = "4.1"
|
||||
nom = "4.2"
|
||||
opensmtpd_derive = { path = "../opensmtpd-derive", version = "0.1" }
|
||||
|
||||
[[example]]
|
||||
|
|
Reference in a new issue