Update dependencies (#94)

* Update deps

* Pin clap to older

* pin clap complete
This commit is contained in:
Igor Katson 2024-03-22 09:02:25 +00:00 committed by GitHub
parent a6a3a3aba3
commit cf2f9f34e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 303 additions and 277 deletions

View file

@ -28,15 +28,14 @@ librqbit = {path="../librqbit", default-features=false, version = "5.4.2"}
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
console-subscriber = {version = "0.2", optional = true}
anyhow = "1"
clap = {version = "4", features = ["derive", "deprecated"]}
clap_complete = "4.4.5"
clap = {version = "~4.4", features = ["derive", "deprecated"]}
clap_complete = "~4.4"
tracing = "0.1"
tracing-subscriber = {version = "0.3", features = ["env-filter"]}
regex = "1"
futures = "0.3"
parse_duration = "2"
parking_lot = {version = "0.12", features = ["deadlock_detection"]}
reqwest = "0.11"
serde = {version = "1", features=["derive"]}
serde_json = "1"
size_format = "1"