summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2020-04-05 19:26:34 +0100
committerNadrieril2020-04-05 19:26:34 +0100
commita18582511cf9b9503a96c496ff644868586a01b5 (patch)
tree48fe9c50547f62a8b4143bd1fe9f96098cbae452 /Cargo.lock
parentce99949256550753ed246d0baeab24019399dfdd (diff)
Release dhall 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 6e4bae1..34baded 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -136,7 +136,7 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"abnf_to_pest 0.5.0",
"annotate-snippets 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1039,7 +1039,7 @@ dependencies = [
name = "serde_dhall"
version = "0.4.0"
dependencies = [
- "dhall 0.4.0",
+ "dhall 0.5.0",
"dhall_proc_macros 0.4.0",
"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)",