diff options
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | installer-downloader/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index b85092b027..16baf26854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,6 +103,7 @@ env_logger = "0.10.0" thiserror = "2.0" anyhow = "1.0" log = "0.4" +fern = { version = "0.6", default-features = false } shadowsocks = "1.20.3" shadowsocks-service = "1.20.3" diff --git a/installer-downloader/Cargo.toml b/installer-downloader/Cargo.toml index 4dd336050c..1062853668 100644 --- a/installer-downloader/Cargo.toml +++ b/installer-downloader/Cargo.toml @@ -19,7 +19,7 @@ windows-sys = { workspace = true, features = ["Win32_System", "Win32_System_Libr anyhow = { workspace = true } async-trait = "0.1" chrono = { workspace = true, features = ["clock"] } -fern = { version = "0.6", default-features = false } +fern = { workspace = true } hex = "0.4" log = { workspace = true } rand = { version = "0.8.5" } diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index 499d83c98e..66edca63a2 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -19,7 +19,7 @@ anyhow = { workspace = true } chrono = { workspace = true } thiserror = { workspace = true } either = "1.11" -fern = { version = "0.6", features = ["colored"] } +fern = { workspace = true, features = ["colored"] } futures = { workspace = true } libc = "0.2" log = { workspace = true } |
