Update Cargo.toml

This commit is contained in:
Waradu 2024-10-20 16:28:19 +02:00 committed by GitHub
parent 20c88afb0e
commit 3408afd4dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ keywords = ["streamshare", "file-sharing", "upload"]
[dependencies] [dependencies]
clap = { version = "4.5.20", features = ["derive"] } clap = { version = "4.5.20", features = ["derive"] }
kdam = { version = "0.5.2", features = ["rich", "spinner"] } kdam = { version = "0.5.2", features = ["rich", "spinner"] }
streamshare = "3.0.0" streamshare = "3"
tokio = { version = "1.40.0", features = ["full"] } tokio = { version = "1.40.0", features = ["full"] }
[[bin]] [[bin]]