From c1b9f4bae08730c03e1dad4f55750c946650178b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:57:17 +0000 Subject: [PATCH] build(deps): bump nix from 0.26.4 to 0.27.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.26.4 to 0.27.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.4...v0.27.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++++++++- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3120a106b7..33fe19d6f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1995,6 +1995,17 @@ dependencies = [ "pin-utils", ] +[[package]] +name = "nix" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +dependencies = [ + "bitflags 2.4.0", + "cfg-if", + "libc", +] + [[package]] name = "nom" version = "7.1.3" @@ -2644,7 +2655,7 @@ dependencies = [ "libc", "libdnf-sys", "maplit", - "nix 0.26.4", + "nix 0.27.1", "once_cell", "openssl", "os-release", diff --git a/Cargo.toml b/Cargo.toml index 3c6d6a46f0..ba7796fddf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ is-terminal = "0.4" libc = "0.2.148" libdnf-sys = { path = "rust/libdnf-sys", version = "0.1.0" } maplit = "1.0" -nix = "0.26.4" +nix = "0.27.1" openssl = "0.10.57" once_cell = "1.18.0" os-release = "0.1.0"