From 11d9178566439813cd996e37a5f1f2da7bf24da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 14:57:07 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement in /packages/compiler-singlepass 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/compiler-singlepass/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler-singlepass/Cargo.toml b/packages/compiler-singlepass/Cargo.toml index b6c002cc..3ab87c5f 100644 --- a/packages/compiler-singlepass/Cargo.toml +++ b/packages/compiler-singlepass/Cargo.toml @@ -17,4 +17,4 @@ crate-type = ["cdylib"] [dependencies] wasmer-engines = { path = "../engines/" } wasmer-compiler-singlepass = "2.1.1" -pyo3 = { version = "0.14", features = ["extension-module"] } +pyo3 = { version = "0.19", features = ["extension-module"] }