Skip to content

Commit

Permalink
Update pyo3 non-major (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hinton <[email protected]>
  • Loading branch information
renovate[bot] and Hinton authored Jul 18, 2023
1 parent 3f76e9c commit f0c10f1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
38 changes: 18 additions & 20 deletions Cargo.lock

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

13 changes: 8 additions & 5 deletions crates/bitwarden-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ rust-version = "1.57"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name="bitwarden_py"
name = "bitwarden_py"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.17.3", features = ["extension-module"] }
pyo3-log = "0.7.0"
pyo3 = { version = "0.18.3", features = ["extension-module"] }
pyo3-log = "0.8.3"

bitwarden-json = { path = "../bitwarden-json" }

[build-dependencies]
pyo3-build-config = { version = "0.17.3"}
pyo3-build-config = { version = "0.18.3" }

[target.'cfg(not(target_arch="wasm32"))'.dependencies]
tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] }
pyo3-asyncio = { version = "0.17.0", features = ["attributes", "tokio-runtime"] }
pyo3-asyncio = { version = "0.18.0", features = [
"attributes",
"tokio-runtime",
] }

0 comments on commit f0c10f1

Please sign in to comment.