From a38dc057b4fab56a64999ebd62ab10a02a4833bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:25:29 +0000 Subject: [PATCH] build(deps): update nix requirement from 0.26.2 to 0.27.0 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.2...v0.26.3) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25d26237..8ad69dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ lazy_static = { version = "1", default-features = false } libc = { version = "0.2.105", default-features = false } log = { version = "0.4", default-features = false } netns-rs = { version = "0.1", default-features = false } -nix = { version = "0.26.2", default-features = false } +nix = { version = "0.27.0", default-features = false } num_enum = { version = "0.7", default-features = false } object = { version = "0.32", default-features = false } proc-macro-error = { version = "1.0", default-features = false }