From ec319794a57ccc863de8156632ae0c30bc964bbb Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Thu, 17 Mar 2022 21:29:20 +0900 Subject: [PATCH] chore: bump `nix` version to 0.23.1 (#1234) --- Cargo.lock | 5 +++-- zellij-utils/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 747e63d6..79e50ca6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,14 +1317,15 @@ dependencies = [ [[package]] name = "nix" -version = "0.19.1" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2" +checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" dependencies = [ "bitflags", "cc", "cfg-if 1.0.0", "libc", + "memoffset", ] [[package]] diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml index 39d8bf71..383f0765 100644 --- a/zellij-utils/Cargo.toml +++ b/zellij-utils/Cargo.toml @@ -21,7 +21,7 @@ directories-next = "2.0" interprocess = "1.1.1" lazy_static = "1.4.0" libc = "0.2" -nix = "0.19.1" +nix = "0.23.1" once_cell = "1.8.0" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8"