Skip to content

Commit

Permalink
[deps]: Update pyo3 non-major to 0.20.2 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 2b56130 commit e96a79f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/bitwarden-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ name = "bitwarden_py"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.20.1", features = ["extension-module"] }
pyo3 = { version = "0.20.2", features = ["extension-module"] }
pyo3-log = "0.9.0"

bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] }

[build-dependencies]
pyo3-build-config = { version = "0.20.1" }
pyo3-build-config = { version = "0.20.2" }

[target.'cfg(not(target_arch="wasm32"))'.dependencies]
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit e96a79f

Please sign in to comment.