diff --git a/Cargo.lock b/Cargo.lock index c639d32..083b098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2073,7 +2073,6 @@ dependencies = [ "tracing", "tracing-appender", "tracing-bunyan-formatter", - "tracing-log 0.2.0", "tracing-subscriber", "transmission-rpc", "url", diff --git a/Cargo.toml b/Cargo.toml index fbc5fe5..176f830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,6 @@ toml = "0.9" tracing = "0.1" tracing-appender = "0.2" tracing-bunyan-formatter = { version = "0.3", default-features = false } -tracing-log = "0.2.0" tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] } transmission-rpc = "0.5" url = "2.5"