summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2020-09-15 00:11:35 +0100
committerNadrieril2020-09-15 00:11:35 +0100
commitf8d15978e94fa2bc2eba38d89b84c7f612ff88c9 (patch)
tree105e9a06713c092547f8a2c9d0c8fd2e9a490b43 /Cargo.lock
parent12752fb0ff108fcbc37f209384eb3d2720809fb7 (diff)
Release dhall version 0.7.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 c36678e..44a3c43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -239,7 +239,7 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"abnf_to_pest 0.5.0",
"annotate-snippets 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1220,7 +1220,7 @@ dependencies = [
name = "serde_dhall"
version = "0.6.0"
dependencies = [
- "dhall 0.6.0",
+ "dhall 0.7.0",
"dhall_proc_macros 0.5.0",
"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",