summaryrefslogtreecommitdiffhomepage
path: root/talpid-dbus
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-09-08 16:51:41 +0200
committerDavid Lönnhager <david.l@mullvad.net>2023-09-11 16:34:44 +0200
commitea815b83a11f6e40c240f0b6686b6823bea5193e (patch)
treee344df7d44e9040d8f7e729cdbbba213a341812d /talpid-dbus
parente8b24ab533eb01c4ae44ec127e110ec96fb3e5f4 (diff)
downloadmullvadvpn-ea815b83a11f6e40c240f0b6686b6823bea5193e.tar.xz
mullvadvpn-ea815b83a11f6e40c240f0b6686b6823bea5193e.zip
Move log depedency to workspace toml file
Diffstat (limited to 'talpid-dbus')
-rw-r--r--talpid-dbus/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-dbus/Cargo.toml b/talpid-dbus/Cargo.toml
index 2b463b410e..aa37b32640 100644
--- a/talpid-dbus/Cargo.toml
+++ b/talpid-dbus/Cargo.toml
@@ -11,6 +11,6 @@ publish.workspace = true
dbus = "0.9"
err-derive = { workspace = true }
once_cell = "1.13"
-log = "0.4"
+log = { workspace = true }
libc = "0.2"
tokio = { workspace = true, features = ["rt"] }