Disable tracing attribute feature

This commit is contained in:
Paolo Barbolini
2020-08-28 12:26:46 +02:00
committed by Alexis Mousset
parent 542ea4ffd2
commit 42a34175ac

View File

@@ -29,7 +29,7 @@ base64 = { version = "0.12", optional = true }
hostname = { version = "0.3", optional = true } hostname = { version = "0.3", optional = true }
hyperx = { version = "1", optional = true, features = ["headers"] } hyperx = { version = "1", optional = true, features = ["headers"] }
idna = "0.2" 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 } mime = { version = "0.3", optional = true }
native-tls = { version = "0.2", optional = true } native-tls = { version = "0.2", optional = true }
nom = { version = "5", optional = true } nom = { version = "5", optional = true }