diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-10-16 21:32:22 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-10-20 17:07:08 +0200 |
| commit | 644f5bd3805c779c8583f4cade3ef1b4229e40f4 (patch) | |
| tree | 87071fbf4516d55838d8061698d8922c52a2e56b | |
| parent | d392c3f2c580ddcc03194b29d650e4bb8fd7801c (diff) | |
| download | mullvadvpn-644f5bd3805c779c8583f4cade3ef1b4229e40f4.tar.xz mullvadvpn-644f5bd3805c779c8583f4cade3ef1b4229e40f4.zip | |
Promote widestring to workspace dependency
Do not care about talpid-openvpn since it's slated for removal
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | mullvad-paths/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-routing/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-wireguard/Cargo.toml | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index f71bab9b30..9b60d6fc3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,6 +95,7 @@ clap = { version = "4.4.18", features = ["cargo", "derive"] } once_cell = "1.16" serde = "1.0.204" serde_json = "1.0.122" +widestring = "1.0" windows = "0.61.0" windows-sys = "0.61.0" winreg = "0.55" diff --git a/mullvad-paths/Cargo.toml b/mullvad-paths/Cargo.toml index 4a62bedde7..fd4bf8a253 100644 --- a/mullvad-paths/Cargo.toml +++ b/mullvad-paths/Cargo.toml @@ -15,7 +15,7 @@ thiserror = { workspace = true } log = { workspace = true } [target.'cfg(windows)'.dependencies] -widestring = "1.0" +widestring = { workspace = true } once_cell = { workspace = true } [target.'cfg(windows)'.dependencies.windows-sys] diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 531b9fcff9..e7ba36d5e8 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -69,7 +69,7 @@ talpid-net = { path = "../talpid-net" } [target.'cfg(windows)'.dependencies] bitflags = "2.6" csv = "1.3.1" -widestring = "1.0" +widestring = { workspace = true } winreg = { workspace = true, features = ["transactions"] } memoffset = "0.6" once_cell = { workspace = true } diff --git a/talpid-routing/Cargo.toml b/talpid-routing/Cargo.toml index 4ba45beff2..f2e7a49eca 100644 --- a/talpid-routing/Cargo.toml +++ b/talpid-routing/Cargo.toml @@ -37,7 +37,7 @@ system-configuration = "0.5.1" [target.'cfg(windows)'.dependencies] talpid-windows = { path = "../talpid-windows" } -widestring = "1.0" +widestring = { workspace = true } [target.'cfg(windows)'.dependencies.windows-sys] workspace = true diff --git a/talpid-wireguard/Cargo.toml b/talpid-wireguard/Cargo.toml index 162bc7156e..5da612f577 100644 --- a/talpid-wireguard/Cargo.toml +++ b/talpid-wireguard/Cargo.toml @@ -65,7 +65,7 @@ talpid-dbus = { path = "../talpid-dbus" } [target.'cfg(windows)'.dependencies] bitflags = "1.2" talpid-windows = { path = "../talpid-windows" } -widestring = "1.0" +widestring = { workspace = true } rand_chacha = "0.3.1" # TODO: Figure out which features are needed and which are not |
