From bb77716baec0ee14b61d6cf9fbe293426cfb4db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:42:10 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.19 to 0.24 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.19.0...v0.24.0) --- 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 f93e325..5c96ad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ parity-scale-codec = { version = "3", optional = true, features = [ ], default-features = false } primitive-types = { version = "0.12", optional = true, default-features = false } proptest = { version = "1.2", optional = true, default-features = false } -pyo3 = { version = "0.19", optional = true, default-features = false } +pyo3 = { version = "0.24", optional = true, default-features = false } quickcheck = { version = "1", optional = true, default-features = false } rand = { version = "0.8", optional = true, default-features = false } rlp = { version = "0.5", optional = true, default-features = false }