11[package ]
22name = " datafusion_iceberg"
3- version = " 0.6.1 "
3+ version = " 0.7.0 "
44edition = " 2021"
55
66description = " Datafusion integration for Iceberg table format"
@@ -10,30 +10,30 @@ license = "Apache-2.0"
1010repository = " https://github.com/JanKaul/iceberg-rust"
1111
1212[dependencies ]
13- futures = { workspace = true }
14- url = { workspace = true }
15- serde_json = { workspace = true }
1613async-trait = { workspace = true }
14+ chrono = { workspace = true }
15+ dashmap = " 6.1.0"
1716datafusion = { workspace = true }
1817datafusion-expr = { workspace = true }
19- chrono = { workspace = true }
20- object_store = { workspace = true }
21- iceberg-rust = { path = " ../iceberg-rust" , version = " 0.6.1" }
18+ futures = { workspace = true }
19+ iceberg-rust = { path = " ../iceberg-rust" , version = " 0.7.0" }
2220itertools = { workspace = true }
23- dashmap = " 5.4.0"
24- uuid = { workspace = true }
25- thiserror = { workspace = true }
26- tokio = { version = " 1.0" , features = [" rt-multi-thread" ] }
27- regex = " 1.11.0"
21+ object_store = { workspace = true }
2822pin-project-lite = " 0.2.16"
23+ regex = " 1.11.1"
24+ serde_json = { workspace = true }
25+ thiserror = { workspace = true }
26+ tokio = { version = " 1.43" , features = [" rt-multi-thread" ] }
27+ url = { workspace = true }
28+ uuid = { workspace = true }
2929
3030[dev-dependencies ]
31- tokio = " 1"
32- iceberg-sql-catalog = { path = " ../catalogs/iceberg-sql-catalog" }
3331iceberg-rest-catalog = { path = " ../catalogs/iceberg-rest-catalog" }
34- testcontainers-modules = { version = " 0.8.0" , features = [" localstack" , " postgres" ] }
35- testcontainers = " 0.20.0"
36- tokio-stream = { version = " 0.1.15" , features = [" io-util" ] }
37- tempfile = " 3.10.1"
32+ iceberg-sql-catalog = { path = " ../catalogs/iceberg-sql-catalog" }
3833reqwest = " 0.12"
3934sqlx = { version = " 0.8" , features = [" runtime-tokio" , " tls-rustls" , " any" , " sqlite" , " postgres" , " mysql" ], default-features = false }
35+ tempfile = " 3.17.1"
36+ testcontainers = " 0.23"
37+ testcontainers-modules = { version = " 0.11" , features = [" localstack" , " postgres" ] }
38+ tokio = " 1"
39+ tokio-stream = { version = " 0.1.17" , features = [" io-util" ] }
0 commit comments