Fix a compilation error for crates.io publish
This commit is contained in:
parent
4606bd1fc0
commit
6da08263be
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ rand = "0.8"
|
||||||
openssl = {version="0.10", optional=true}
|
openssl = {version="0.10", optional=true}
|
||||||
crypto-hash = {version="0.3", optional=true}
|
crypto-hash = {version="0.3", optional=true}
|
||||||
sha1 = {version = "0.10", 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"]}
|
uuid = {version = "1.2", features = ["v4"]}
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue