Update to nom 7 and abnf-core 0.5.

This commit is contained in:
Damian Poddebniak 2022-06-12 09:24:28 +02:00
parent ee7dc96d0f
commit 55e38f7b72
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ default = []
serdex = ["serde"]
[dependencies]
nom = "6"
abnf-core = "0.4.0"
nom = "7"
abnf-core = "0.5"
# Optional
serde = { version = "1.0", features = ["derive"], optional = true }