Deduplicate cargo a bit

This commit is contained in:
Igor Katson 2024-08-28 11:27:44 +01:00
parent b612c379e5
commit 3ef9dc6655
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ librqbit = { path = "../../crates/librqbit", features = [
] }
tokio = { version = "1.34.0", features = ["rt-multi-thread"] }
anyhow = "1.0.75"
base64 = "0.21.5"
base64 = "0.22"
http = "1.0.0"
directories = "5.0.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }