Prepare for 5.5.4 (#107)

This commit is contained in:
Igor Katson 2024-03-29 21:06:59 +00:00 committed by GitHub
parent bb0f3c36ec
commit 8402a821ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 82 additions and 73 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "rqbit"
version = "5.5.3"
version = "5.5.4"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021"
description = "A bittorrent command line client and server."
@ -21,23 +21,23 @@ default-tls = ["librqbit/default-tls"]
rust-tls = ["librqbit/rust-tls"]
[dependencies]
librqbit = {path="../librqbit", default-features=false, version = "5.5.2"}
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
console-subscriber = {version = "0.2", optional = true}
librqbit = { path = "../librqbit", default-features = false, version = "5.5.4" }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
console-subscriber = { version = "0.2", optional = true }
anyhow = "1"
clap = {version = "~4.4", features = ["derive", "deprecated"]}
clap = { version = "~4.4", features = ["derive", "deprecated"] }
clap_complete = "~4.4"
tracing = "0.1"
tracing-subscriber = {version = "0.3", features = ["env-filter"]}
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
regex = "1"
futures = "0.3"
parse_duration = "2"
parking_lot = {version = "0.12", features = ["deadlock_detection"]}
serde = {version = "1", features=["derive"]}
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
size_format = "1"
bytes = "1.5.0"
openssl = {version = "0.10", features = ["vendored"], optional=true}
openssl = { version = "0.10", features = ["vendored"], optional = true }
[dev-dependencies]
futures = {version = "0.3"}
futures = { version = "0.3" }