From 13b9f73bfd1f8030ca0368e94358e26970a93d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:14:18 +0000 Subject: [PATCH] build(deps): update pyo3 requirement from 0.21.2 to 0.22.0 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/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.21.2...v0.21.2) --- 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 d6f4b3f..2bdab7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "biobear" arrow = { version = "52.0.0", features = ["pyarrow"] } datafusion = "39" exon = { version = "0.26", features = ["default"] } -pyo3 = "0.21.2" +pyo3 = "0.22.0" tokio = { version = "1", features = ["rt"] } noodles = { version = "0.77", features = ["core"] }