diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-03-06 09:11:56 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-03-06 09:11:56 +0100 |
| commit | 6ba372e47e0bbc6fb8ecd449ebf10a4bef2658ec (patch) | |
| tree | c8c250d4771eeea02c2db0c53c69077fec26ceeb /Cargo.lock | |
| parent | ad13145060ee936c7fef5137c07515d8b9d2d7f2 (diff) | |
| parent | 587c67f9b512cfbc66ee3b84b90d93f08af34121 (diff) | |
| download | mullvadvpn-6ba372e47e0bbc6fb8ecd449ebf10a4bef2658ec.tar.xz mullvadvpn-6ba372e47e0bbc6fb8ecd449ebf10a4bef2658ec.zip | |
Merge branch 'clippy-cleanup'
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 16382a5c4f..a7edc49b38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,6 @@ dependencies = [ "assert_matches 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -129,11 +128,6 @@ dependencies = [ ] [[package]] -name = "lazy_static" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] name = "libc" version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -333,7 +327,6 @@ dependencies = [ "checksum error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6930e04918388a9a2e41d518c25cf679ccafe26733fb4127dbf21993f2575d46" "checksum gcc 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)" = "291055c78f59ca3d84c99026c9501c469413d386bb46be1e1cf1d285cd1db3b0" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -"checksum lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6abe0ee2e758cd6bc8a2cd56726359007748fbf4128da998b65d0b70f881e19b" "checksum libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "684f330624d8c3784fb9558ca46c4ce488073a8d22450415c5eb4f4cfb0d11b5" "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" |
