Skip to content

Commit 4d4d3de

Browse files
chore: update pyo3 crates (#1315)
## 🎟️ Tracking <!-- Paste the link to the Jira or GitHub issue or otherwise describe / point to where this change is coming from. --> ## 📔 Objective #1226 [failed](#1226 (comment)) to get the correct dependencies automatically. This PR updates the `pyo3` crate in accordance with its dependency requirements. ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes
1 parent 6fc4c25 commit 4d4d3de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/bitwarden-py/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ crate-type = ["cdylib"]
1616

1717
[dependencies]
1818
bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] }
19-
pyo3 = { version = "0.22.1", features = ["extension-module", "abi3"] }
20-
pyo3-log = "0.11.0"
19+
pyo3 = { version = "0.25.1", features = ["extension-module", "abi3"] }
20+
pyo3-log = "0.12.4"
2121

2222
[build-dependencies]
23-
pyo3-build-config = { version = "0.22.1" }
23+
pyo3-build-config = { version = "0.26.0" }
2424

2525
[target.'cfg(not(target_arch="wasm32"))'.dependencies]
2626
tokio = { workspace = true, features = ["rt-multi-thread"] }

0 commit comments

Comments
 (0)