summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2020-04-05 19:26:33 +0100
committerNadrieril2020-04-05 19:26:33 +0100
commitce99949256550753ed246d0baeab24019399dfdd (patch)
tree52986605cf6e9aed807c3ffdfb948e08f86ce568 /Cargo.lock
parent4108bc32e6d7919523c2102421967f23d43f87b2 (diff)
Release abnf_to_pest version 0.5.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e5a25e4..6e4bae1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,7 +10,7 @@ dependencies = [
[[package]]
name = "abnf_to_pest"
-version = "0.2.0"
+version = "0.5.0"
dependencies = [
"abnf 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -138,7 +138,7 @@ dependencies = [
name = "dhall"
version = "0.4.0"
dependencies = [
- "abnf_to_pest 0.2.0",
+ "abnf_to_pest 0.5.0",
"annotate-snippets 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",