From f231bc273c8aac49c32a8cf36535b830b79f6e20 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 8 Jan 2021 15:03:41 +0000 Subject: chore: update reqwest dependency Fixes #206 --- 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 1e9cfbc..be669cb 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -37,7 +37,7 @@ url = "2.1" # Reqwest needs proper async support to work on wasm. So no remote imports on # wasm for now. [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -reqwest = { version = "0.10", features = ["blocking"], optional = true } +reqwest = { version = "0.11", features = ["blocking"], optional = true } [dev-dependencies] anyhow = "1.0.28" -- cgit v1.2.3