From 5efef6a500f6abe64e6fd8fc5a20302923da800b Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Mon, 22 Jul 2024 13:48:45 -0700 Subject: [PATCH] build: update exon --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abae5f2..4caec6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "biobear" [dependencies] arrow = { version = "52.1.0", features = ["pyarrow"] } datafusion = "40" -exon = { version = "0.29", features = ["default"] } +exon = { version = "0.29.1", features = ["default"] } pyo3 = "0.21.2" tokio = { version = "1", features = ["rt"] } noodles = { version = "0.78", features = ["core"] }