diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-02-01 11:46:37 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-02-01 16:16:52 +0100 |
| commit | 46b01641478dacb9375800ef520f08fec69a0eb6 (patch) | |
| tree | 7bf326e4d27a27bfaca11bc5f5df42c6191ce6bd | |
| parent | 6e13910244608b79285e49ad784c65d2ed5b5ba0 (diff) | |
| download | mullvadvpn-46b01641478dacb9375800ef520f08fec69a0eb6.tar.xz mullvadvpn-46b01641478dacb9375800ef520f08fec69a0eb6.zip | |
Update Cargo.lock
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index cd2a877280..64a2080e5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3134,7 +3134,6 @@ name = "talpid-core" version = "0.0.0" dependencies = [ "async-trait", - "atty", "bitflags", "byteorder", "cfg-if", @@ -3215,13 +3214,13 @@ name = "talpid-openvpn" version = "0.0.0" dependencies = [ "async-trait", - "atty", "bitflags", "byteorder", "cfg-if", "duct", "err-derive", "futures", + "is-terminal", "lazy_static", "log", "os_pipe", |
