summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 450a1da..3a1ee31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -89,7 +89,7 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.2.1"
+version = "0.3.0"
dependencies = [
"abnf_to_pest 0.2.0",
"annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -415,9 +415,9 @@ dependencies = [
[[package]]
name = "serde_dhall"
-version = "0.2.1"
+version = "0.3.0"
dependencies = [
- "dhall 0.2.1",
+ "dhall 0.3.0",
"dhall_proc_macros 0.1.0",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
]