Skip to content

Commit c337b66

Browse files
committed
Update pyo3 and pyo3-async-runtimes
1 parent 1c8eca8 commit c337b66

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ 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"] }
37-
pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] }
36+
pyo3 = { version = "0.27.2", features = ["experimental-async"] }
37+
pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] }
3838
thiserror = "2.0.12"
3939
tokio = { version = "1.45.1", features = ["full"] }
4040
libc = "0.2"

0 commit comments

Comments
 (0)