From 1c1fdf5286441f652d7a9e4d25261b95479ab9b0 Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Thu, 13 Apr 2023 06:01:52 +0200 Subject: [PATCH] bump nix version --- fuzz_runner/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz_runner/Cargo.toml b/fuzz_runner/Cargo.toml index 92df36c..afdfc29 100644 --- a/fuzz_runner/Cargo.toml +++ b/fuzz_runner/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -nix = "0.17.0" +nix = "0.20.2" time = "0.2.9" subprocess = "0.2.4" libc = "0.2.68"