Skip to content

Commit f7973a2

Browse files
authored
chore: update pyo3 dependency to version 0.27.2 (#117)
1 parent b894e2a commit f7973a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jingle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ clap = { version = "4.5", optional = true, features = ["derive"] }
3232
confy = { version = "1.0.0", optional = true }
3333
hex = { version = "0.4", optional = true }
3434
anyhow = { version = "1.0", optional = true }
35-
pyo3 = { version = "0.26", optional = true, default-features = false, features = ["macros"] }
35+
pyo3 = { version = "0.27.2", optional = true, default-features = false, features = ["macros"] }
3636
petgraph = "0.8.2"
3737

3838
[features]

jingle_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ crate-type = ["cdylib"]
1414
extension-module = ["pyo3/extension-module"]
1515

1616
[dependencies]
17-
pyo3 = "0.26"
17+
pyo3 = "0.27.2"
1818
jingle = {path = "../jingle", features = ["pyo3", "gimli"], version = "0.3.5" }

jingle_sleigh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include = [
2121
]
2222

2323
[dependencies.pyo3]
24-
version = "0.26"
24+
version = "0.27.2"
2525
optional = true
2626
default-features = false
2727
features = ["macros"]

0 commit comments

Comments
 (0)