mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
Use tracing crate for logging
This commit is contained in:
@@ -66,8 +66,12 @@ once_cell = "1.17.0"
|
||||
percent-encoding = "2.2"
|
||||
parking_lot = "0.12"
|
||||
pgp = { version = "0.9", default-features = false }
|
||||
pin-project-lite = { version = "0.2.9" }
|
||||
pretty_env_logger = { version = "0.4", optional = true }
|
||||
qrcodegen = "1.7.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", default-features=false, features = ["std", "env-filter", "registry", "fmt"] }
|
||||
tracing-futures = "0.2"
|
||||
quick-xml = "0.27"
|
||||
rand = "0.8"
|
||||
regex = "1.7"
|
||||
@@ -98,8 +102,6 @@ uuid = { version = "1", features = ["serde", "v4"] }
|
||||
ansi_term = "0.12.0"
|
||||
criterion = { version = "0.4.0", features = ["async_tokio"] }
|
||||
futures-lite = "1.12"
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.4"
|
||||
proptest = { version = "1", default-features = false, features = ["std"] }
|
||||
tempfile = "3"
|
||||
testdir = "0.7.2"
|
||||
|
||||
Reference in New Issue
Block a user