summaryrefslogtreecommitdiff
path: root/dhall_core/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-05-02 21:08:31 +0200
committerNadrieril2019-05-02 21:08:31 +0200
commitdfeca33c91e58618bbffc382b62f2f4efb0ae26a (patch)
tree466fdbe5b1a12fdef06782809794a7e96ad7e7f8 /dhall_core/Cargo.toml
parent80f4cfeef3e5dfc6f2aab36c2562b1c0d2b576d8 (diff)
Update dhall-lang submodule
Diffstat (limited to 'dhall_core/Cargo.toml')
-rw-r--r--dhall_core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall_core/Cargo.toml b/dhall_core/Cargo.toml
index 80cf721..476b9fa 100644
--- a/dhall_core/Cargo.toml
+++ b/dhall_core/Cargo.toml
@@ -10,6 +10,7 @@ doctest = false
[dependencies]
itertools = "0.8.0"
+percent-encoding = "1.0.1"
pest = "2.1"
dhall_generated_parser = { path = "../dhall_generated_parser" }
improved_slice_patterns = { version = "2.0.0", path = "../improved_slice_patterns" }