diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-09-17 12:28:26 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-09-17 12:28:26 +0200 |
| commit | 117540207d76ec03878ef0289085e0996b584bd6 (patch) | |
| tree | 358fe6b158bf55d2b1ab0c99fe8d77e253ee1b81 /talpid-core/src | |
| parent | 3f1e89c5a0c12dd9f3033114081ee53c6d16f7f5 (diff) | |
| parent | 151dca249a74528f574bafdd05c9fa90c605a6aa (diff) | |
| download | mullvadvpn-117540207d76ec03878ef0289085e0996b584bd6.tar.xz mullvadvpn-117540207d76ec03878ef0289085e0996b584bd6.zip | |
Merge branch 'update-deps'
Diffstat (limited to 'talpid-core/src')
| -rw-r--r-- | talpid-core/src/tunnel/wireguard/logging.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel/wireguard/logging.rs b/talpid-core/src/tunnel/wireguard/logging.rs index 1a122ddca8..d6a77acc2d 100644 --- a/talpid-core/src/tunnel/wireguard/logging.rs +++ b/talpid-core/src/tunnel/wireguard/logging.rs @@ -1,4 +1,3 @@ -use chrono; use parking_lot::Mutex; use std::{collections::HashMap, fs, io::Write, path::Path}; |
