We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5d4a5 commit 4b1feaaCopy full SHA for 4b1feaa
object_store/Cargo.toml
@@ -57,7 +57,7 @@ tokio = { version = "1.25.0", features = ["sync", "macros", "rt", "time", "io-ut
57
md-5 = { version = "0.10.6", default-features = false, optional = true }
58
59
[target.'cfg(target_family="unix")'.dev-dependencies]
60
-nix = { version = "0.28.0", features = ["fs"] }
+nix = { version = "0.29.0", features = ["fs"] }
61
62
[features]
63
cloud = ["serde", "serde_json", "quick-xml", "hyper", "reqwest", "reqwest/json", "reqwest/stream", "chrono/serde", "base64", "rand", "ring"]
0 commit comments