summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-10-30 20:11:33 +0000
committerNadrieril2020-10-30 20:22:58 +0000
commite15dd96bb9cf9906d55536a2595f458503aa19d9 (patch)
treecd70736b0186a54d273c6671cc1bc955fa649c3f /dhall/Cargo.toml
parentc3e7b9004d136fd968468abc7559f003a9f7d235 (diff)
Update serde_cbor dependency
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index 111a7ea..c8d0fc4 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -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"