summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-10-30 21:19:00 +0000
committerGitHub2020-10-30 21:19:00 +0000
commit25289551885f49bc676c2f71d0ef3a619d3e0b8a (patch)
treeecd5f44554804bb809d0604aeb4b0ef15dec8425 /dhall/Cargo.toml
parentb5094f23d22a0dd1a6a11c62ce1ed2dd57870789 (diff)
parent00105872144c41a958e17436b08cafab575922c8 (diff)
Merge pull request #190 from Nadrieril/update-deps
Diffstat (limited to '')
-rw-r--r--dhall/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index 111a7ea..7923009 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -20,7 +20,7 @@ harness = false
path = "tests/spec.rs"
[dependencies]
-annotate-snippets = "0.7.0"
+annotate-snippets = "0.9.0"
hex = "0.4.2"
itertools = "0.9.0"
lazy_static = "1.4.0"
@@ -29,7 +29,7 @@ percent-encoding = "2.1.0"
pest = "2.1"
pest_consume = "1.0"
serde = "1.0"
-serde_cbor = "0.9.0"
+serde_cbor = "0.11.0"
sha2 = "0.9.0"
url = "2.1"