summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2020-05-30 15:07:13 +0100
committerNadrieril2020-05-30 15:07:13 +0100
commitdcfffdc19be0830b7aa6ce699ef5ab3d2409d4fe (patch)
tree5a5128cddebd4e93e81a1eb759e27882b464da95 /Cargo.lock
parenta35de29355dc85f63e0e8514a2e447bf5322ba20 (diff)
Release dhall version 0.5.3
Diffstat (limited to '')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0fa3c4d..00822d6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -157,7 +157,7 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"abnf_to_pest 0.5.0",
"annotate-snippets 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1084,7 +1084,7 @@ dependencies = [
name = "serde_dhall"
version = "0.5.2"
dependencies = [
- "dhall 0.5.2",
+ "dhall 0.5.3",
"dhall_proc_macros 0.5.0",
"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",