From 3408afd4dd756f933d1d184b3f6a80ed95721850 Mon Sep 17 00:00:00 2001 From: Waradu Date: Sun, 20 Oct 2024 16:28:19 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe418f7..48e9ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["streamshare", "file-sharing", "upload"] [dependencies] clap = { version = "4.5.20", features = ["derive"] } kdam = { version = "0.5.2", features = ["rich", "spinner"] } -streamshare = "3.0.0" +streamshare = "3" tokio = { version = "1.40.0", features = ["full"] } [[bin]]