From eb81c43a14518460363065998113d0477461b593 Mon Sep 17 00:00:00 2001 From: William Budington Date: Thu, 28 Mar 2024 19:53:19 -0700 Subject: [PATCH] Point upgrade --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed3b68d..53c8943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-dl-stream-to-disk" -version = "1.0.0" +version = "1.0.1" authors = ["William Budington "] edition = "2018" license = "MIT" @@ -13,7 +13,7 @@ sha256sum = ["sha2"] [dependencies] futures-util = { version = "0.3", features = ["io"] } -reqwest = { version = "0.11", features = ["stream"] } +reqwest = { version = "0.12", features = ["stream"] } bytes = "1" tokio-util = { version = "0.7", features = ["io"] } tokio = { version = "1", features = ["full"] }