From 4310f60db021a7f3d0647c94957ff5e839c2fa4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:47:35 +0000 Subject: [PATCH] build(deps): update pyo3 requirement from 0.22.2 to 0.23.1 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.22.2...v0.23.1) --- 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 15429dd..0a46af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ mysql = { version = "25.0.1", default-features = false, features = [ "rustls-tls", ] } polars = { version = "0.43.1", default-features = false, features = ["json"] } -pyo3 = { version = "0.22.2", features = ["extension-module", "anyhow"] } +pyo3 = { version = "0.23.1", features = ["extension-module", "anyhow"] } regex = "1.6.0" reqwest = { version = "0.12.5", default-features = false, features = [ "json",