Skip to content

Commit 3f646b7

Browse files
Update Rust crate pyo3 to 0.27.0
1 parent 8cd9b7c commit 3f646b7

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
@@ -31,7 +31,7 @@ http-rewriter = { git = "https://github.com/platformatic/http-rewriter" }
3131
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
3232
napi = { version = "3", default-features = false, features = ["napi4", "tokio_rt", "async"], optional = true }
3333
napi-derive = { version = "3", optional = true }
34-
pyo3 = { version = "0.26.0", features = ["experimental-async"] }
34+
pyo3 = { version = "0.27.0", features = ["experimental-async"] }
3535
pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] }
3636
thiserror = "2.0.12"
3737
tokio = { version = "1.45.1", features = ["full"] }

0 commit comments

Comments
 (0)