pull/677/head
Fabian-Lars 1 month ago committed by GitHub
parent f583736a2e
commit df58fd0825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,7 +31,12 @@ thiserror = { workspace = true }
serde_repr = "0.1" serde_repr = "0.1"
byte-unit = "5" byte-unit = "5"
log = { workspace = true, features = ["kv_unstable"] } log = { workspace = true, features = ["kv_unstable"] }
time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing"] } time = { version = "0.3", features = [
"formatting",
"local-offset",
"macros",
"parsing"
] }
fern = "0.7" fern = "0.7"
tracing = { workspace = true, optional = true } tracing = { workspace = true, optional = true }

Loading…
Cancel
Save