Skip to content

Commit

Permalink
bump pyo3
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Oct 11, 2024
1 parent d035a76 commit 0cba459
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 67 deletions.
96 changes: 31 additions & 65 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/pyo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.21", features = ["abi3", "auto-initialize"] }
pyo3 = { version = "0.22", features = ["abi3", "auto-initialize"] }
similar = "2.1"
chrono = "0.4"
tempfile = "3.3"
log = "0.4"
pyo3-log = "0.10"
pyo3-log = "0.11"

fapolicy-analyzer = { path = "../analyzer" }
fapolicy-auparse = { path = "../auparse" }
Expand Down

0 comments on commit 0cba459

Please sign in to comment.