diff --git a/crates/deltalake-aws/Cargo.toml b/crates/deltalake-aws/Cargo.toml index 8b7e0f4655..e1f6adf9c7 100644 --- a/crates/deltalake-aws/Cargo.toml +++ b/crates/deltalake-aws/Cargo.toml @@ -10,7 +10,7 @@ rusoto_core = { version = "0.47", default-features = false, optional = true } rusoto_credential = { version = "0.47", optional = true } rusoto_sts = { version = "0.47", default-features = false, optional = true } rusoto_dynamodb = { version = "0.47", default-features = false, optional = true } -object_store = "0.7" +object_store = "0.8" lazy_static = "1" maplit = "1" thiserror = { workspace = true } diff --git a/crates/deltalake-core/Cargo.toml b/crates/deltalake-core/Cargo.toml index d29712baeb..46d98c2f3d 100644 --- a/crates/deltalake-core/Cargo.toml +++ b/crates/deltalake-core/Cargo.toml @@ -78,7 +78,7 @@ log = "0" libc = ">=0.2.90, <1" num-bigint = "0.4" num-traits = "0.2.15" -object_store = "0.7" +object_store = "0.8" once_cell = "1.16.0" parking_lot = "0.12" parquet2 = { version = "0.17", optional = true }