Skip to content

Commit 0cba459

Browse files
committed
bump pyo3
1 parent d035a76 commit 0cba459

File tree

2 files changed

+33
-67
lines changed

2 files changed

+33
-67
lines changed

Cargo.lock

+31-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pyo3/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ edition = "2021"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
pyo3 = { version = "0.21", features = ["abi3", "auto-initialize"] }
13+
pyo3 = { version = "0.22", features = ["abi3", "auto-initialize"] }
1414
similar = "2.1"
1515
chrono = "0.4"
1616
tempfile = "3.3"
1717
log = "0.4"
18-
pyo3-log = "0.10"
18+
pyo3-log = "0.11"
1919

2020
fapolicy-analyzer = { path = "../analyzer" }
2121
fapolicy-auparse = { path = "../auparse" }

0 commit comments

Comments
 (0)