Deduplicate cargo a bit
This commit is contained in:
parent
b612c379e5
commit
3ef9dc6655
4 changed files with 5 additions and 5 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue