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 282123441c7 Update nix requirement from 0.27.1 to 0.28.0 in
/object_store (#5432)
282123441c7 is described below
commit 282123441c7bfd549c2a2216fba1e253e20501ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 27 03:52:13 2024 +1300
Update nix requirement from 0.27.1 to 0.28.0 in /object_store (#5432)
Updates the requirements on [nix](https://github.com/nix-rust/nix) to
permit the latest version.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.27.1...v0.28.0)
---
updated-dependencies:
- dependency-name: nix
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 f3aaf35fbb0..6b38a8d21ff 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -57,7 +57,7 @@ tokio = { version = "1.25.0", features = ["sync", "macros",
"rt", "time", "io-ut
md-5 = { version = "0.10.6", default-features = false, optional = true }
[target.'cfg(target_family="unix")'.dev-dependencies]
-nix = { version = "0.27.1", features = ["fs"] }
+nix = { version = "0.28.0", features = ["fs"] }
[features]
cloud = ["serde", "serde_json", "quick-xml", "hyper", "reqwest",
"reqwest/json", "reqwest/stream", "chrono/serde", "base64", "rand", "ring"]