diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-09-12 23:17:31 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-10-09 10:41:01 +0200 |
| commit | c5b6e9d3f6032e3310fbe4f7ab07004db0efffc2 (patch) | |
| tree | dc7cf5d0d14098dcaee16e9ba56106c9da2cd69e /Cargo.lock | |
| parent | 5aa9070f76bc1500b99a20a88ac21c3ea613dec7 (diff) | |
| download | mullvadvpn-c5b6e9d3f6032e3310fbe4f7ab07004db0efffc2.tar.xz mullvadvpn-c5b6e9d3f6032e3310fbe4f7ab07004db0efffc2.zip | |
Remove `duct` from `talpid-core`
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Cargo.lock b/Cargo.lock index 32668c73e4..1f818d4728 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,18 +1229,6 @@ dependencies = [ ] [[package]] -name = "duct" -version = "0.13.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c" -dependencies = [ - "libc", - "once_cell", - "os_pipe", - "shared_child", -] - -[[package]] name = "dunce" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3895,16 +3883,6 @@ dependencies = [ ] [[package]] -name = "os_pipe" -version = "1.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] name = "oslog" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -5261,16 +5239,6 @@ dependencies = [ ] [[package]] -name = "shared_child" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" -dependencies = [ - "libc", - "winapi", -] - -[[package]] name = "shell-escape" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -5524,7 +5492,6 @@ dependencies = [ "bitflags 2.9.0", "chrono", "csv", - "duct", "either", "futures", "hickory-proto", |
