diff --git a/Cargo.toml b/Cargo.toml index c17217a..cf259df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ http-rewriter = { git = "https://github.com/platformatic/http-rewriter" } napi = { version = "3", default-features = false, features = ["napi4", "tokio_rt", "async"], optional = true } napi-derive = { version = "3", optional = true } pyo3 = { version = "0.26.0", features = ["experimental-async"] } -pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] } +pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] } thiserror = "2.0.12" tokio = { version = "1.45.1", features = ["full"] } libc = "0.2"