Update dependencies (#94)
* Update deps * Pin clap to older * pin clap complete
This commit is contained in:
parent
a6a3a3aba3
commit
cf2f9f34e8
5 changed files with 303 additions and 277 deletions
569
Cargo.lock
generated
569
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -43,7 +43,7 @@ anyhow = "1"
|
|||
itertools = "0.12"
|
||||
http = "1"
|
||||
regex = "1"
|
||||
reqwest = {version="0.11.22", default-features=false, features = ["json"]}
|
||||
reqwest = {version="0.12", default-features=false, features = ["json"]}
|
||||
urlencoding = "2"
|
||||
byteorder = "1"
|
||||
bincode = "1"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,6 @@ serde = {version = "1", features=["derive"]}
|
|||
urlencoding = "2"
|
||||
rand = "0.8"
|
||||
tracing = "0.1.40"
|
||||
reqwest = {version="0.11.22", default-features=false, features = ["json"]}
|
||||
reqwest = {version="0.12", default-features=false, features = ["json"]}
|
||||
bencode = {path = "../bencode", default-features=false, package="librqbit-bencode", version="2.2.1"}
|
||||
url = "2"
|
||||
|
|
@ -14,7 +14,7 @@ readme = "README.md"
|
|||
[dependencies]
|
||||
tracing = "0.1"
|
||||
anyhow = "1"
|
||||
reqwest = {version = "0.11"}
|
||||
reqwest = {version = "0.12"}
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
serde-xml-rs = "0.6.0"
|
||||
tokio = {version = "1", features = ["macros"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue