Skip to content

Commit f24e4b5

Browse files
chore: update pyo3 crates (#1389)
## 🎟️ Tracking https://bitwarden.atlassian.net/browse/SM-1693 ## 📔 Objective Update pyo3 crates. We need to manually pin some of the deps in the Cargo.lock file. ## ⏰ 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 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7560647 commit f24e4b5

File tree

2 files changed

+21
-31
lines changed

2 files changed

+21
-31
lines changed

Cargo.lock

Lines changed: 18 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.25.1", features = ["extension-module", "abi3"] }
20-
pyo3-log = "0.12.4"
19+
pyo3 = { version = "0.27.0", features = ["extension-module", "abi3"] }
20+
pyo3-log = "0.13.2"
2121

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

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

0 commit comments

Comments
 (0)