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"