From 84353b366e4f5839bde9f8c64a25a85474adddc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 13:29:06 +0000 Subject: [PATCH] Update pyo3 requirement in the cargo group across 1 directory Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Updates `pyo3` to 0.24.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.21.2...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be82969..4519bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] bitcoin = { version = "0.32", features = ["serde", "base64"] } -pyo3 = { version = "0.21.2", features = ["auto-initialize"] } +pyo3 = { version = "0.24.1", features = ["auto-initialize"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1.0" }