Skip to content

Commit

Permalink
Update nix requirement from 0.26.1 to 0.27.1 in /object_store (#4744)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya authored Aug 28, 2023
1 parent 4888dbf commit cb793a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit cb793a5

Please sign in to comment.