File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ arrow-string = { version = "52" }
4747async-stream = " 0.3.5"
4848async-trait = " 0.1"
4949async-std = " 1.12.0"
50- async-lock = " 3.4.0"
5150aws-config = " 1.1.8"
5251aws-sdk-glue = " 1.21.0"
5352bimap = " 0.6"
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ license = { workspace = true }
2929keywords = [" iceberg" , " inmemory" , " catalog" ]
3030
3131[dependencies ]
32- async-lock = { workspace = true }
3332async-trait = { workspace = true }
33+ futures = { workspace = true }
3434iceberg = { workspace = true }
3535itertools = { workspace = true }
3636serde_json = { workspace = true }
Original file line number Diff line number Diff line change 1717
1818//! This module contains in-memory catalog implementation.
1919
20- use async_lock :: Mutex ;
20+ use futures :: lock :: Mutex ;
2121use iceberg:: io:: FileIO ;
2222use iceberg:: spec:: { TableMetadata , TableMetadataBuilder } ;
2323use itertools:: Itertools ;
You can’t perform that action at this time.
0 commit comments