Skip to content

Commit 977fc2c

Browse files
chore(deps)(deps): bump pyo3 from 0.23.5 to 0.28.2
Dependabot couldn't find the original pull request head commit, 658d240.
1 parent 07a6341 commit 977fc2c

2 files changed

Lines changed: 20 additions & 25 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/terraphim_automata_py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ crate-type = ["cdylib"]
1919
terraphim_automata = { path = "../terraphim_automata", version = "1.0.0" }
2020
terraphim_types = { path = "../terraphim_types", version = "1.0.0" }
2121

22-
pyo3 = { version = "0.23", features = ["extension-module", "abi3-py39"] }
22+
pyo3 = { version = "0.28", features = ["extension-module", "abi3-py39"] }
2323
serde_json = "1"
2424
log = "0.4"
2525

2626
[dev-dependencies]
27-
pyo3 = { version = "0.23", features = ["auto-initialize"] }
27+
pyo3 = { version = "0.28", features = ["auto-initialize"] }
2828

2929
[features]
3030
default = []

0 commit comments

Comments
 (0)