diff options
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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)", ] |