diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-09-08 16:51:41 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-09-11 16:34:44 +0200 |
| commit | ea815b83a11f6e40c240f0b6686b6823bea5193e (patch) | |
| tree | e344df7d44e9040d8f7e729cdbbba213a341812d /mullvad-api | |
| parent | e8b24ab533eb01c4ae44ec127e110ec96fb3e5f4 (diff) | |
| download | mullvadvpn-ea815b83a11f6e40c240f0b6686b6823bea5193e.tar.xz mullvadvpn-ea815b83a11f6e40c240f0b6686b6823bea5193e.zip | |
Move log depedency to workspace toml file
Diffstat (limited to 'mullvad-api')
| -rw-r--r-- | mullvad-api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml index 59adb7da3e..32d725a2c6 100644 --- a/mullvad-api/Cargo.toml +++ b/mullvad-api/Cargo.toml @@ -19,7 +19,7 @@ futures = "0.3" http = "0.2" hyper = { version = "0.14", features = ["client", "stream", "http1", "tcp" ] } ipnetwork = "0.16" -log = "0.4" +log = { workspace = true } serde = "1" serde_json = "1.0" tokio = { workspace = true, features = ["macros", "time", "rt-multi-thread", "net", "io-std", "io-util", "fs"] } |
