diff --git a/Cargo.toml b/Cargo.toml index f954f6c8e818..45504be3f1ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ indexmap = "2.0.0" itertools = "0.12" log = "^0.4" num_cpus = "1.13.0" -object_store = { version = "0.9.1", dafault-features = false } +object_store = { version = "0.9.1", default-features = false } parking_lot = "0.12" parquet = { version = "51.0.0", default-features = false, features = ["arrow", "async", "object_store"] } rand = "0.8"