Skip to content

Commit

Permalink
[deps]: Update pyo3 non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 0e49be1 commit 069111d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/bitwarden-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ crate-type = ["cdylib"]

[dependencies]
bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] }
pyo3 = { version = "0.22.1", features = ["extension-module"] }
pyo3-log = "0.11.0"
pyo3 = { version = "0.23.0", features = ["extension-module"] }
pyo3-log = "0.12.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"] }
Expand Down

0 comments on commit 069111d

Please sign in to comment.