From 52a9a2e1c753416df92b6ea5ddc53337790d6f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 14:57:28 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.14 to 0.19 in /packages/api 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.14.0...v0.19.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/Cargo.toml b/packages/api/Cargo.toml index 5989316a..fbc7f863 100644 --- a/packages/api/Cargo.toml +++ b/packages/api/Cargo.toml @@ -20,7 +20,7 @@ wasmer = { version = "2.1.1", default-features = false, features = ["wat", "univ wasmer-engines = { path = "../engines/" } wasmer-types = "2.1.1" wasmer-wasi = "2.1.1" -pyo3 = { version = "0.14", features = ["extension-module", "auto-initialize"] } +pyo3 = { version = "0.19", features = ["extension-module", "auto-initialize"] } wat = "1.0" wasmprinter = "0.2" cfg-if = "1.0"