summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2020-04-12 11:28:35 +0100
committerNadrieril2020-04-12 11:28:35 +0100
commit0b00e5d5a1d83d0c92961ca77892a5245922d9db (patch)
treee6ad4060cf077e37d7620acf165acfb6d2e0537b /Cargo.lock
parent338c381a24e4ad9c88f2dccfc57b2d3ff633c24a (diff)
Release dhall version 0.5.2
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 94004be..33e2bd4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -136,7 +136,7 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.5.1"
+version = "0.5.2"
dependencies = [
"abnf_to_pest 0.5.0",
"annotate-snippets 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1040,7 +1040,7 @@ dependencies = [
name = "serde_dhall"
version = "0.5.1"
dependencies = [
- "dhall 0.5.1",
+ "dhall 0.5.2",
"dhall_proc_macros 0.5.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)",