Disable tracing attribute feature
This commit is contained in:
committed by
Alexis Mousset
parent
542ea4ffd2
commit
42a34175ac
@@ -29,7 +29,7 @@ base64 = { version = "0.12", optional = true }
|
||||
hostname = { version = "0.3", optional = true }
|
||||
hyperx = { version = "1", optional = true, features = ["headers"] }
|
||||
idna = "0.2"
|
||||
tracing = { version = "0.1.16", optional = true }
|
||||
tracing = { version = "0.1.16", default-features = false, features = ["std"], optional = true }
|
||||
mime = { version = "0.3", optional = true }
|
||||
native-tls = { version = "0.2", optional = true }
|
||||
nom = { version = "5", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user