Skip to content

Commit 0eebfbd

Browse files
Update Rust crate pyo3 to 0.27.0
1 parent 09f244d commit 0eebfbd

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

0 commit comments

Comments
 (0)