From 9efadcce67e78d349d3f4d59df8cfa1efb596972 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:10:08 +0000 Subject: [PATCH] [deps]: Update pyo3 non-major to 0.23.0 --- crates/bitwarden-py/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bitwarden-py/Cargo.toml b/crates/bitwarden-py/Cargo.toml index b637d5faa..bd761f131 100644 --- a/crates/bitwarden-py/Cargo.toml +++ b/crates/bitwarden-py/Cargo.toml @@ -17,11 +17,11 @@ crate-type = ["cdylib"] [dependencies] bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] } -pyo3 = { version = "0.22.1", features = ["extension-module"] } +pyo3 = { version = "0.23.0", features = ["extension-module"] } pyo3-log = "0.11.0" [build-dependencies] -pyo3-build-config = { version = "0.22.1" } +pyo3-build-config = { version = "0.23.0" } [target.'cfg(not(target_arch="wasm32"))'.dependencies] tokio = { workspace = true, features = ["rt-multi-thread"] }