File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
crates/integrations/playground Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ fnv = "1.0.7"
7575fs-err = " 3.1.0"
7676futures = " 0.3"
7777hive_metastore = " 0.2.0"
78+ home = " =0.5.11"
7879http = " 1.2"
7980iceberg = { version = " 0.7.0" , path = " ./crates/iceberg" }
8081iceberg-catalog-glue = { version = " 0.7.0" , path = " ./crates/catalog/glue" }
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ datafusion = { workspace = true }
3333datafusion-cli = { workspace = true }
3434dirs = { workspace = true }
3535fs-err = { workspace = true }
36+ home = { workspace = true }
3637iceberg = { workspace = true }
3738iceberg-catalog-rest = { workspace = true }
3839iceberg-datafusion = { workspace = true }
@@ -45,4 +46,4 @@ tracing-subscriber = { workspace = true }
4546
4647[package .metadata .cargo-machete ]
4748# These dependencies are added to ensure minimal dependency version
48- ignored = [" stacker" , " mimalloc" ]
49+ ignored = [" stacker" , " mimalloc" , " home " ]
You can’t perform that action at this time.
0 commit comments