From 998d87a6b01ba3f0f2432a57257e6c113d6171e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 05:17:28 +0000 Subject: [PATCH] build(deps): bump nix from 0.17.0 to 0.18.0 Bumps [nix](https://github.com/nix-rust/nix) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.17.0...v0.18.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03615dba..b0f7b041 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ "maplit", "mime", "mockito", - "nix", + "nix 0.18.0", "openssh-keys", "openssl", "pnet_base", @@ -696,9 +696,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.70" +version = "0.2.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f" +checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9" [[package]] name = "libsystemd" @@ -709,7 +709,7 @@ dependencies = [ "error-chain", "hmac", "libc", - "nix", + "nix 0.17.0", "serde", "sha2 0.8.1", "uuid", @@ -872,6 +872,18 @@ dependencies = [ "void", ] +[[package]] +name = "nix" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055" +dependencies = [ + "bitflags", + "cc", + "cfg-if", + "libc", +] + [[package]] name = "num-integer" version = "0.1.42" diff --git a/Cargo.toml b/Cargo.toml index 67b4b801..ef50f32a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ipnetwork = "^0.17" libsystemd = "^0.2.1" maplit = "^1.0" mime = "^0.3" -nix = "^0.17" +nix = "^0.18" openssh-keys = "^0.4" openssl = "^0.10" pnet_base = "^0.26"