diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2017-09-07 11:54:56 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-09-07 12:17:26 +0100 |
| commit | 241ba998c879071d5eb59d2fe6bd9bc38c211bd6 (patch) | |
| tree | 63e003d576907298ca91d1238befcbc4d0a8c31a /Cargo.lock | |
| parent | b82be9e666eda6610fc1d51e1e2f4ecc2f76c0a0 (diff) | |
| download | mullvadvpn-241ba998c879071d5eb59d2fe6bd9bc38c211bd6.tar.xz mullvadvpn-241ba998c879071d5eb59d2fe6bd9bc38c211bd6.zip | |
Update pfctl
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index f48e1f73d6..bcf7b00aa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -872,12 +872,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pfctl" version = "0.1.0" -source = "git+https://github.com/mullvad/pfctl-rs.git#7d4c6ec799e3b6c256f1db84a0daec3bb0cd180a" +source = "git+https://github.com/mullvad/pfctl-rs.git#17c90bca15244ae0a28fa54339c074ff306206d0" dependencies = [ "bindgen 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", "derive_builder 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "errno 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "ipnetwork 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)", |
