From bc4c5e9cd0682e4da6014f06c58427d6af2c8848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:36:47 -0700 Subject: [PATCH] build(deps): update exon requirement from 0.13.0 to 0.14.0 (#111) Updates the requirements on exon to permit the latest version. --- updated-dependencies: - dependency-name: exon dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 790d45c..ff32a03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "biobear" [dependencies] arrow = { version = "50.0.0", features = ["pyarrow"] } datafusion = "36" -exon = { version = "0.13.0", features = ["all"] } +exon = { version = "0.14.0", features = ["all"] } pyo3 = "0.20" tokio = { version = "1", features = ["rt"] }