From 919936c00117b9aeb1be61a6538fa30e240e185b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:20:30 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.19 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/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.19.0...v0.23.3) --- 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..12475a1 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.23", 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 }