From e15dd96bb9cf9906d55536a2595f458503aa19d9 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 30 Oct 2020 20:11:33 +0000 Subject: Update serde_cbor dependency --- dhall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall/Cargo.toml') 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" -- cgit v1.2.3 From 2fe834f3acf3acc8a0225ec80ed8619a6cbc8e85 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 30 Oct 2020 20:27:39 +0000 Subject: Update annotate-snippets dependency --- dhall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall/Cargo.toml') diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index c8d0fc4..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" -- cgit v1.2.3