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 /talpid-core | |
| parent | 9f13cbd94e7550efd57b3cf0115a258ef52297f3 (diff) | |
| download | mullvadvpn-9df36ce0435771b60a4b95466ae1b01a6d1f71c4.tar.xz mullvadvpn-9df36ce0435771b60a4b95466ae1b01a6d1f71c4.zip | |
Promote serde(_json) to workspace dependencies
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index f7c67b9be7..22515b3cc2 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -58,8 +58,8 @@ pcap = { version = "2.0", features = ["capture-stream"] } pnet_packet = "0.34" tun = { version = "0.5.5", features = ["async"] } nix = { version = "0.28", features = ["socket"] } -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" +serde = { workspace = true, features = ["derive"] } +serde_json = { workspace = true } [target.'cfg(windows)'.dependencies] bitflags = "1.2" |
