From cb793a5d54e155b121bc5c33534a37bf94651c84 Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Mon, 28 Aug 2023 13:31:01 -0700 Subject: [PATCH] Update nix requirement from 0.26.1 to 0.27.1 in /object_store (#4744) --- object_store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index 3c10f4a9c849..b8d4391321fd 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -61,7 +61,7 @@ tokio = { version = "1.25.0", features = ["sync", "macros", "rt", "time", "io-ut tokio = { version = "1.25.0", features = ["sync", "macros", "rt", "time", "io-util"] } [target.'cfg(target_family="unix")'.dev-dependencies] -nix = "0.26.1" +nix = { version = "0.27.1", features = ["fs"] } [features] cloud = ["serde", "serde_json", "quick-xml", "hyper", "reqwest", "reqwest/json", "reqwest/stream", "chrono/serde", "base64", "rand", "ring"]