diff options
| author | Joakim Hulthe <joakim@hulthe.net> | 2024-08-06 16:08:09 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-08-07 11:21:36 +0200 |
| commit | 9df36ce0435771b60a4b95466ae1b01a6d1f71c4 (patch) | |
| tree | d574dc24db2ffe95066d0277218e1d63d44577da /mullvad-cli | |
| parent | 9f13cbd94e7550efd57b3cf0115a258ef52297f3 (diff) | |
| download | mullvadvpn-9df36ce0435771b60a4b95466ae1b01a6d1f71c4.tar.xz mullvadvpn-9df36ce0435771b60a4b95466ae1b01a6d1f71c4.zip | |
Promote serde(_json) to workspace dependencies
Diffstat (limited to 'mullvad-cli')
| -rw-r--r-- | mullvad-cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 2a95f743af..5be2adfd57 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -29,8 +29,8 @@ talpid-types = { path = "../talpid-types" } mullvad-management-interface = { path = "../mullvad-management-interface" } tokio = { workspace = true, features = ["macros", "rt-multi-thread", "fs"] } -serde_json = "1.0.122" -serde = "1.0.204" +serde = { workspace = true } +serde_json = { workspace = true } [target.'cfg(all(unix, not(target_os = "android")))'.dependencies] clap_complete = { version = "4.4.8" } |
