From 73e5cdafb2a90519f24c0e70297cf9c454a38d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 00:06:40 +0000 Subject: [PATCH] Update nix requirement from 0.24.1 to 0.26.2 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.26.2/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.24.1...v0.26.2) --- 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 cb6f978..6eebaf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ failure = "0.1.8" serial = {version = "0.4.0"} uart-rs = { git = "ssh://git@github.com/Cube-OS/uart-rs"} # APP activate for nix only -nix = { version = "0.24.1", optional = true} +nix = { version = "0.26.2", optional = true} # Syslog syslog = { version = "^6.0.1"} # Database only activate for Database for now