This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new cb793a5d54 Update nix requirement from 0.26.1 to 0.27.1 in
/object_store (#4744)
cb793a5d54 is described below
commit cb793a5d54e155b121bc5c33534a37bf94651c84
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Mon Aug 28 13:31:01 2023 -0700
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 3c10f4a9c8..b8d4391321 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"]