From 52cd01ab22480868c50a73eef8e674b49b9d92e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:11:08 +0000 Subject: [PATCH] Bump nix from 0.19.1 to 0.20.0 Bumps [nix](https://github.com/nix-rust/nix) from 0.19.1 to 0.20.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/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bin/node/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b11af51..ea85e36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3815,9 +3815,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.19.1" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2" +checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" dependencies = [ "bitflags", "cc", diff --git a/bin/node/cli/Cargo.toml b/bin/node/cli/Cargo.toml index 75e0a72..c923706 100644 --- a/bin/node/cli/Cargo.toml +++ b/bin/node/cli/Cargo.toml @@ -120,7 +120,7 @@ sc-service-test = { version = "2.0.0", path = "../../../client/service/test" } futures = "0.3.9" tempfile = "3.1.0" assert_cmd = "1.0" -nix = "0.19" +nix = "0.20" serde_json = "1.0" regex = "1" platforms = "1.1"