From 535d5b304ce8442208ee9a3451248e18202f20df Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 13 Sep 2020 10:36:32 +0100 Subject: [PATCH] um --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c3d537..16dac64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ codegen-units = 1 termprogress = "0.1.0" lazy_static = "1.4" tokio = {version = "0.2", features= ["rt-threaded", "io-driver", "io-util", "macros", "fs"], optional=true} -reqwest = {version = "0.10", features= ["stream"]} +reqwest = { version = "0.10.8", features = ["stream"] } memmap = "0.7" getrandom = "0.1" base64 = "0.12"