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:
commit
fc072743ad
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = {version = "0.4", features = ["std"]}
|
log = {version = "0.4", features = ["std"]}
|
||||||
nom = "5.0"
|
nom = "6.0"
|
||||||
opensmtpd_derive = { path = "../opensmtpd-derive", version = "0.2" }
|
opensmtpd_derive = { path = "../opensmtpd-derive", version = "0.2" }
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
|
|
Reference in a new issue