summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2020-04-09 21:48:26 +0100
committerNadrieril2020-04-09 21:48:26 +0100
commit0d20b0070079b86372c98e8c3f01132253ae4196 (patch)
tree678dfeee4ff648e52514b0aa75574aae0adff0ec /Cargo.lock
parent6f9a19a871a303562210e5e9817075742193779e (diff)
Release dhall version 0.5.1
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 45ace90..94c1ac5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -136,7 +136,7 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.5.0"
+version = "0.5.1"
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.0"
dependencies = [
- "dhall 0.5.0",
+ "dhall 0.5.1",
"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)",