Fix dependencies

This commit is contained in:
Adrian Woźniak 2023-04-13 10:53:41 +02:00
parent 9721014d5b
commit c0f0f4d3ec
2 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
thiserror = "1"
tracing = "0.1.37"
tracing = "0"
[dev-dependencies]
test-ext = { workspace = true }

View File

@ -4,12 +4,12 @@ version = "0.1.0"
edition = "2021"
[dependencies]
chrono = { version = "0.4.24", default-features = false, features = ["std", 'serde', 'clock'] }
serde = { version = "1.0.159", features = ['derive'] }
serde_json = "1.0.95"
tracing = "0.1.37"
tracing-core = { version = "0.1.30", default-features = false, features = ["std"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "serde_json"] }
chrono = { version = "0", default-features = false, features = ["std", 'serde', 'clock'] }
serde = { version = "1", features = ['derive'] }
serde_json = "1"
tracing = "0"
tracing-core = { version = "0", default-features = false, features = ["std"] }
tracing-subscriber = { version = "0", features = ["env-filter", "serde_json"] }
[dev-dependencies]
tracing-test = "0.2.4"
tracing-test = "0"