diff options
Diffstat (limited to 'crates/arti/Cargo.toml')
| -rw-r--r-- | crates/arti/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 3a92b56f1..e61404b82 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -225,10 +225,10 @@ tor-socksproto = { path = "../tor-socksproto", version = "0.40.0" } tracing = "0.1.36" tracing-appender = "0.2.0" tracing-journald = { version = "0.3.0", optional = true } - tracing-opentelemetry = { version = "0.32.0", optional = true } tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } visibility = { version = "0.1.0", optional = true } +web-time-compat = { path = "../web-time-compat", version = "0.1.0" } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.8", features = ["winerror"] } |
