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"] }