From 96716cf128d392712bcb2f58040ec1ed53cf9bb8 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 17 Mar 2020 23:37:49 +0000 Subject: Upgrade some dependencies --- dhall/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dhall/Cargo.toml') diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 90374b6..0d1c569 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -11,14 +11,14 @@ build = "build.rs" [dependencies] annotate-snippets = "0.6.1" -itertools = "0.8.0" -hex = "0.3.2" +itertools = "0.9.0" +hex = "0.4.2" lazy_static = "1.4.0" once_cell = "1.3.1" percent-encoding = "2.1.0" pest = "2.1" pest_consume = "1.0" -reqwest = { version = "0.10.3", features = ["blocking"] } +reqwest = { version = "0.10", features = ["blocking"] } serde = "1.0" serde_cbor = "0.9.0" smallvec = "1.0.0" -- cgit v1.2.3