diff --git a/Cargo.toml b/Cargo.toml index e68587f..f12beee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ name = "biobear" [dependencies] arrow = { version = "52.1.0", features = ["pyarrow"] } datafusion = "41" -exon = { version = "0.32.3", features = ["default"] } -pyo3 = "0.21.2" +exon = { version = "0.32.4", features = ["default"] } +pyo3 = "0.23.3" tokio = { version = "1", features = ["rt"] } noodles = { version = "0.86", features = ["core"] }