From ca8fab55a133368f09c2e7627ee5302e6a11c436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:44:21 +0000 Subject: [PATCH] chore(deps): bump nix from 0.23.1 to 0.25.0 Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.25.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.23.1...v0.25.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++---------------- jormungandr/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1d74fa2ec..079de71088 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -760,7 +760,7 @@ name = "chain-vote" version = "0.1.0" source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#4876be80441bed5c2796428d6b96739526b016a2" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "chain-core", "chain-crypto", "const_format", @@ -1079,7 +1079,7 @@ version = "3.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d91974fbbe88ec1df0c24a4f00f99583667a7e2e6272b2b92d294d81e462173" dependencies = [ - "nix 0.25.0", + "nix", "winapi", ] @@ -2421,7 +2421,7 @@ dependencies = [ "libc", "linked-hash-map", "lru", - "nix 0.23.1", + "nix", "parity-multiaddr", "poldercast", "prometheus", @@ -3032,19 +3032,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "nix" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" -dependencies = [ - "bitflags", - "cc", - "cfg-if 1.0.0", - "libc", - "memoffset", -] - [[package]] name = "nix" version = "0.25.0" @@ -3055,6 +3042,8 @@ dependencies = [ "bitflags", "cfg-if 1.0.0", "libc", + "memoffset", + "pin-utils", ] [[package]] diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index f31eadb34c..3870418fae 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -84,7 +84,7 @@ versionisator = "1.0.2" [target.'cfg(unix)'.dependencies] libc = "0.2.124" -nix = "0.23.0" +nix = "0.25.0" [features] default = ["codegen-rustfmt"]