@@ -21,26 +21,26 @@ iceberg-rust = { path = "../iceberg-rust", version = "0.9.0" }
2121itertools = { workspace = true }
2222lru = { workspace = true }
2323object_store = { workspace = true }
24- pin-project-lite = " 0.2.16 "
24+ pin-project-lite = " 0.2.17 "
2525regex = { workspace = true }
2626serde_json = { workspace = true }
2727thiserror = { workspace = true }
28- tokio = { version = " 1.43 " , features = [" rt-multi-thread" ] }
28+ tokio = { version = " 1.50 " , features = [" rt-multi-thread" ] }
2929tracing = { workspace = true }
3030url = { workspace = true }
3131uuid = { workspace = true }
3232
3333[dev-dependencies ]
3434# The version should match the Arrow version used by duckdb
35- arrow-ipc = " 56 "
36- duckdb = { version = " 1.4 " , features = [" bundled" ] }
35+ arrow-ipc = " 57 "
36+ duckdb = { version = " 1.10500 " , features = [" bundled" ] }
3737iceberg-rest-catalog = { path = " ../catalogs/iceberg-rest-catalog" }
3838iceberg-sql-catalog = { path = " ../catalogs/iceberg-sql-catalog" }
39- pyo3 = { version = " 0.25 " , features = [" auto-initialize" ] }
39+ pyo3 = { version = " 0.28 " , features = [" auto-initialize" ] }
4040reqwest = " 0.12"
4141sqlx = { version = " 0.8" , features = [" runtime-tokio" , " tls-rustls" , " any" , " sqlite" , " postgres" , " mysql" ], default-features = false }
42- tempfile = " 3.17.1 "
43- testcontainers = " 0.23 "
44- testcontainers-modules = { version = " 0.11 " , features = [" localstack" , " postgres" ] }
42+ tempfile = " 3.27.0 "
43+ testcontainers = " 0.24 "
44+ testcontainers-modules = { version = " 0.12 " , features = [" localstack" , " postgres" ] }
4545tokio = " 1"
4646tokio-stream = { version = " 0.1.17" , features = [" io-util" ] }
0 commit comments