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-api | |
| parent | 9f13cbd94e7550efd57b3cf0115a258ef52297f3 (diff) | |
| download | mullvadvpn-9df36ce0435771b60a4b95466ae1b01a6d1f71c4.tar.xz mullvadvpn-9df36ce0435771b60a4b95466ae1b01a6d1f71c4.zip | |
Promote serde(_json) to workspace dependencies
Diffstat (limited to 'mullvad-api')
| -rw-r--r-- | mullvad-api/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml index 6958abb5bb..10b1cddce1 100644 --- a/mullvad-api/Cargo.toml +++ b/mullvad-api/Cargo.toml @@ -23,8 +23,8 @@ http = "0.2" hyper = { version = "0.14", features = ["client", "stream", "http1", "tcp" ] } ipnetwork = { workspace = true } log = { workspace = true } -serde = "1" -serde_json = "1.0" +serde = { workspace = true } +serde_json = { workspace = true } tokio = { workspace = true, features = ["macros", "time", "rt-multi-thread", "net", "io-std", "io-util", "fs"] } tokio-rustls = "0.24.1" tokio-socks = "0.5.1" |
