Skip to content

Commit 17613f4

Browse files
fix(deps): update rust crate pyo3 to 0.27.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17ec5c1 commit 17613f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
4040
typed-builder = "0.22.0"
4141

4242
[dependencies.pyo3]
43-
version = "0.26.0"
43+
version = "0.27.0"
4444
features = ["abi3-py38", "serde"]
4545

4646
[features]

0 commit comments

Comments
 (0)