diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-10-19 22:35:32 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-10-20 08:50:23 +0200 |
| commit | 25644538dee35ab40653a8f63cdf8425aeb35e57 (patch) | |
| tree | fe96da4d2e159815835d10c002dfb66bcd64db11 /Cargo.lock | |
| parent | 801aba750a7e282ce965ae99ac26ae0006f579b3 (diff) | |
| download | mullvadvpn-25644538dee35ab40653a8f63cdf8425aeb35e57.tar.xz mullvadvpn-25644538dee35ab40653a8f63cdf8425aeb35e57.zip | |
Replace own shell_escape with external lib
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index bfaa983231..f080a8e078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1091,6 +1091,11 @@ dependencies = [ ] [[package]] +name = "shell-escape" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] name = "shell32-sys" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1223,6 +1228,7 @@ dependencies = [ "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "openvpn-plugin 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "pfctl 0.1.0 (git+https://github.com/mullvad/pfctl-rs?rev=3c8f5f839fa4051fda2f6c07ab7469c25986426b)", + "shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "socket-relay 0.1.0", "talpid-ipc 0.1.0", "talpid-types 0.1.0", @@ -1646,6 +1652,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum serde_json 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ee28c1d94a7745259b767ca9e5b95d55bafbd3205ca3acb978cad84a6ed6bc62" "checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c" "checksum shared_child 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcd5e483b3475af9bc2a35311c2f3bbf0bd98fde91410ab15a0d4ba3c3127b4e" +"checksum shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dd5cc96481d54583947bfe88bf30c23d53f883c6cd0145368b69989d97b84ef8" "checksum shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72f20b8f3c060374edb8046591ba28f62448c369ccbdc7b02075103fb3a9e38d" "checksum simple-signal 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c1eb01a0c2d12db9e52684e73038eac812494e5937571ae2631f5cf53dc56687" "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" |
