From e0ceb05989f6a97c76ae989bfab2f5cab42f8bb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 05:57:01 +0000 Subject: [PATCH] fix(deps): update rust crate pyo3 to 0.21.2 --- python/stencila/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/stencila/Cargo.toml b/python/stencila/Cargo.toml index d9497141ea..2d71496990 100644 --- a/python/stencila/Cargo.toml +++ b/python/stencila/Cargo.toml @@ -20,6 +20,6 @@ crate-type = ["cdylib"] [dependencies] codecs = { path = "../../rust/codecs" } common = { path = "../../rust/common" } -pyo3 = { version = "0.20.3", features = ["extension-module"] } +pyo3 = { version = "0.21.2", features = ["extension-module"] } pyo3-asyncio = { version = "0.20.0", features = ["tokio-runtime"] } schema = { path = "../../rust/schema" }