From c0cc9cc31d324c530960bbc2770092e6a934c1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:04:04 +0000 Subject: [PATCH] build(deps): update pyo3 requirement from 0.22 to 0.23 Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.22.6/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.22.0...v0.22.6) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abad897..6031679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "biobear" arrow = { version = "53.3", features = ["pyarrow"] } datafusion = "43" exon = { version = "0.32.4", features = ["default"] } -pyo3 = "0.22" +pyo3 = "0.23" tokio = { version = "1", features = ["rt"] } noodles = { version = "0.86", features = ["core"] }