summaryrefslogtreecommitdiff
path: root/abnf_to_pest/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-10-30 20:51:29 +0000
committerNadrieril2020-10-30 20:51:29 +0000
commitcd1b47453e7d2b11bf489d8c286bdda86467426f (patch)
tree0f1e9433ea7756856efaee2bd89721dc82e7f0c5 /abnf_to_pest/Cargo.toml
parent90aea87a068625c09783c67ad5e879f3ee4deb2a (diff)
Update abnf dependency
Diffstat (limited to 'abnf_to_pest/Cargo.toml')
-rw-r--r--abnf_to_pest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/abnf_to_pest/Cargo.toml b/abnf_to_pest/Cargo.toml
index 6a4abc4..a2b1dbc 100644
--- a/abnf_to_pest/Cargo.toml
+++ b/abnf_to_pest/Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/Nadrieril/dhall-rust"
doctest = false
[dependencies]
-abnf = "0.6.0"
+abnf = "0.9.0"
indexmap = "1.0.2"
itertools = "0.9.0"
pretty = "0.10.0"