From 2fa688856725fa2a4b84e39a5f04af2f26552e98 Mon Sep 17 00:00:00 2001 From: Camillo Schenone Date: Wed, 22 Nov 2023 12:29:20 +0100 Subject: [PATCH] pyo3 version bump Former-commit-id: 9fd9d73391dd2eb739a3a77f94c7526a06d27ba8 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b6f4a6f..381a926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ crate-type = ["cdylib"] [dependencies] codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", branch = "woot"} -pyo3 = { version = "0.19", features = ["extension-module"] } -pyo3-asyncio = { version = "0.19", features = ["tokio-runtime"] } +pyo3 = { version = "0.20", features = ["extension-module"] } +pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] } tokio = "1.29.1" [build-dependencies]