From 8f8f98d2400b493db4a4dfd8d6cb7c420cbef1dd Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Tue, 2 Jan 2024 09:52:54 -0800 Subject: [PATCH] build: bump Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c18a4f..18d0bb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "biobear" [dependencies] arrow = {version = "49.0.0", features = ["pyarrow"]} datafusion = "34" -exon = {version = "0.5.5", features = ["all"]} +exon = {version = "0.6.0", features = ["all"]} pyo3 = "0.20" thiserror = "1.0" tokio = {version = "1", features = ["rt"]}