Skip to content

Commit

Permalink
fix(deps): update patch updates (#241)
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 Jan 11, 2025
1 parent 833e34f commit e0bb289
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.

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
pyo3 = { version = "0.23.3", features = [
pyo3 = { version = "0.23.4", features = [
"extension-module",
"abi3",
"abi3-py37",
"multiple-pymethods",
] }

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

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

0 comments on commit e0bb289

Please sign in to comment.