Fix dependencies
This commit is contained in:
parent
9721014d5b
commit
c0f0f4d3ec
@ -5,7 +5,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1"
|
||||
tracing = "0.1.37"
|
||||
tracing = "0"
|
||||
|
||||
[dev-dependencies]
|
||||
test-ext = { workspace = true }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user