Skip to content

Commit 4b1feaa

Browse files
Update nix requirement from 0.28.0 to 0.29.0 in /object_store (#5799)
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](nix-rust/nix@v0.28.0...v0.29.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>
1 parent bd5d4a5 commit 4b1feaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_store/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tokio = { version = "1.25.0", features = ["sync", "macros", "rt", "time", "io-ut
5757
md-5 = { version = "0.10.6", default-features = false, optional = true }
5858

5959
[target.'cfg(target_family="unix")'.dev-dependencies]
60-
nix = { version = "0.28.0", features = ["fs"] }
60+
nix = { version = "0.29.0", features = ["fs"] }
6161

6262
[features]
6363
cloud = ["serde", "serde_json", "quick-xml", "hyper", "reqwest", "reqwest/json", "reqwest/stream", "chrono/serde", "base64", "rand", "ring"]

0 commit comments

Comments
 (0)