From dcafc78d13f1667b17617d6c33dd951dcab41537 Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Fri, 20 May 2022 16:03:23 +0200 Subject: [PATCH] Bump nix dependency to 0.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47a90ae..e2045df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ maintenance = { status = "actively-developed" } bitflags = "1.2" embedded-can = "0.3" libc = "0.2" -nix = "0.22" +nix = "0.24" thiserror = "1.0"