Skip to content

Commit 86fc525

Browse files
Update Rust crate pyo3-async-runtimes to 0.27.0
1 parent 9646864 commit 86fc525

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
@@ -34,7 +34,7 @@ http-rewriter = { git = "https://github.com/platformatic/http-rewriter" }
3434
napi = { version = "3", default-features = false, features = ["napi4", "tokio_rt", "async"], optional = true }
3535
napi-derive = { version = "3", optional = true }
3636
pyo3 = { version = "0.26.0", features = ["experimental-async"] }
37-
pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] }
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)