summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2020-04-05 19:56:00 +0100
committerGitHub2020-04-05 19:56:00 +0100
commit4290615769fc26c5e4b70843e7fbfddf6359af41 (patch)
treed7b7a860f08831aa81faee961c0d675440daea32 /Cargo.lock
parent7e977f282fb6a0eff0ef45738b9b5c98dc4c6fee (diff)
parent5a10cd2e8fac854f4f6fa152cfb1b9ad71b0d091 (diff)
Merge pull request #157 from Nadrieril/release
Release v0.5.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e5a25e4..d5605ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,7 +10,7 @@ dependencies = [
[[package]]
name = "abnf_to_pest"
-version = "0.2.0"
+version = "0.5.0"
dependencies = [
"abnf 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -136,9 +136,9 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
- "abnf_to_pest 0.2.0",
+ "abnf_to_pest 0.5.0",
"annotate-snippets 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -161,7 +161,7 @@ dependencies = [
[[package]]
name = "dhall_proc_macros"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1037,10 +1037,10 @@ dependencies = [
[[package]]
name = "serde_dhall"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
- "dhall 0.4.0",
- "dhall_proc_macros 0.4.0",
+ "dhall 0.5.0",
+ "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)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",