Move tracing_subscriber to deltachat-rpc-server

This commit is contained in:
link2xt
2024-05-18 17:57:32 +00:00
parent 6bcb347426
commit 97695d7e19
4 changed files with 12 additions and 39 deletions

View File

@@ -104,7 +104,6 @@ tokio-util = "0.7.9"
toml = "0.8"
url = "2"
uuid = { version = "1", features = ["serde", "v4"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# Pin OpenSSL to 3.1 releases.
# OpenSSL 3.2 has a regression tracked at <https://github.com/openssl/openssl/issues/23376>