diff --git a/Cargo.toml b/Cargo.toml index 8083b38..a981241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,9 +25,9 @@ pg_test = ["tempfile", "sqllogictest"] [dependencies] pgrx = "=0.14.3" -lance_rs = { package = "lance", version = "0.29" } -arrow = "55.1" -arrow-schema = "55.1" +lance_rs = { package = "lance", version = "1.0" } +arrow = "56.2" +arrow-schema = "56.2" tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] } futures = "0.3" serde = { version = "1.0", features = ["derive"] }