summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-06-24 15:00:30 +0100
committerNadrieril2020-06-24 16:41:33 +0100
commit48549dfd6e740768f4c8a8cf47e0efa113dfe686 (patch)
tree4e320ae9d93db217b388b9a4a80c3e346fbdfbe1 /dhall/Cargo.toml
parentd527100b329a63a59f78cd1f65b3044938576bc9 (diff)
chore: upgrade dependencies using cargo-outdated
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index 2844779..1730e36 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -22,7 +22,7 @@ pest = "2.1"
pest_consume = "1.0"
serde = "1.0"
serde_cbor = "0.9.0"
-sha2 = "0.8.1"
+sha2 = "0.9.0"
smallvec = "1.0.0"
url = "2.1"
@@ -36,7 +36,7 @@ blocking = "0.4.3"
[dev-dependencies]
pretty_assertions = "0.6.1"
-version-sync = "0.8"
+version-sync = "0.9"
rand = "0.7"
[build-dependencies]