summaryrefslogtreecommitdiff
path: root/abnf_to_pest/Cargo.toml
diff options
context:
space:
mode:
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"