Skip to content

Commit

Permalink
fix(deps): update patch updates to 0.23.5 (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 25, 2025
1 parent 7bbbcab commit 56d327e
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 pyapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ build = "build.rs"

[dependencies]
rustsat = { workspace = true, features = ["fxhash"] }
pyo3 = { version = "0.23.4", features = [
pyo3 = { version = "0.23.5", features = [
"extension-module",
"abi3",
"abi3-py37",
"multiple-pymethods",
] }

[build-dependencies]
pyo3-build-config = { version = "0.23.4" }
pyo3-build-config = { version = "0.23.5" }

[lib]
crate-type = ["cdylib"]

0 comments on commit 56d327e

Please sign in to comment.