diff options
| author | Joakim Hulthe <joakim@hulthe.net> | 2025-06-02 15:18:50 +0200 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-06-10 17:08:40 +0200 |
| commit | 81d4d389bd49ccc99d3c2b64dd38bdb60f96c9d7 (patch) | |
| tree | 323be99657016b5f7a2401568cfcae90b2eb7fb4 /talpid-core | |
| parent | 025cad79baa0236c0edf50e82a29d7c91cd69b6f (diff) | |
| download | mullvadvpn-81d4d389bd49ccc99d3c2b64dd38bdb60f96c9d7.tar.xz mullvadvpn-81d4d389bd49ccc99d3c2b64dd38bdb60f96c9d7.zip | |
Update nix to 0.30 everywhere
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 4a11e9125d..a0481cfa27 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -37,7 +37,7 @@ triggered = "0.1.1" jnix = { version = "0.5.1", features = ["derive"] } [target.'cfg(target_os = "linux")'.dependencies] -nix = "0.23" +nix = { workspace = true, features = ["mount"] } inotify = "0.10" resolv-conf = "0.7" nftnl = { version = "0.7.0", features = ["nftnl-1-1-0"] } @@ -57,7 +57,7 @@ talpid-platform-metadata = { path = "../talpid-platform-metadata" } pcap = { version = "2.1", features = ["capture-stream"] } pnet_packet = { workspace = true } tun = { workspace = true, features = ["async"] } -nix = { version = "0.28", features = ["socket", "signal", "user"] } +nix = { workspace = true, features = ["socket", "signal", "user"] } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } socket2 = { workspace = true } |
