diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 640fcafcd1..19482655df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2970,6 +2970,7 @@ dependencies = [ "tokio", "tonic", "tower", + "tracing-subscriber", "tunnel-obfuscation", ] @@ -3012,7 +3013,7 @@ dependencies = [ name = "mullvad-logging" version = "0.0.0" dependencies = [ - "log", + "tracing-subscriber", ] [[package]] |
