Downgrade "home"

This commit is contained in:
Igor Katson 2025-01-06 16:19:35 +00:00
parent 731710245f
commit 1bbed92d69
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 9 additions and 231 deletions

View file

@ -34,16 +34,18 @@ rust-tls = [
storage_middleware = ["lru"]
storage_examples = []
tracing-subscriber-utils = ["tracing-subscriber"]
postgres = ["sqlx"]
postgres = ["sqlx", "home"]
async-bt = ["async-backtrace"]
watch = ["notify"]
disable-upload = []
[dependencies]
sqlx = { version = "0.8.2", features = [
sqlx = { version = "0.8.3", features = [
"runtime-tokio",
"postgres",
], optional = true }
], default-features = false, optional = true }
home = { version = "=0.5.5", optional = true }
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3" }
tracker_comms = { path = "../tracker_comms", default-features = false, package = "librqbit-tracker-comms", version = "2.1" }
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }