diff --git a/Cargo.toml b/Cargo.toml index 2146ea5..534ba41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tracing = ["dep:tracing"] [dependencies] either = "1.9.0" regex = { version = "1.10.2", optional = true } -tracing = { version = "0.1.40", optional = true } +tracing = { version = "0.1.40", default-features = false, optional = true } [target.'cfg(any(windows, unix, target_os = "redox"))'.dependencies] home = "0.5.9"