Fix a compilation error for crates.io publish

This commit is contained in:
Igor Katson 2023-12-16 11:24:53 +00:00
parent 4606bd1fc0
commit 6da08263be
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -55,7 +55,7 @@ rand = "0.8"
openssl = {version="0.10", optional=true}
crypto-hash = {version="0.3", optional=true}
sha1 = {version = "0.10", optional=true}
tracing-subscriber = {version = "0.3", default-features = false, features = ["json"]}
tracing-subscriber = {version = "0.3", default-features = false, features = ["json", "fmt", "env-filter"]}
uuid = {version = "1.2", features = ["v4"]}
futures = "0.3"