Skip to content

Commit 2371ee2

Browse files
fix(deps): update rust crate pyo3-async-runtimes to 0.27.0
1 parent 58e447b commit 2371ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
pyo3 = { version = "0.26.0", features = ["either"] }
12-
pyo3-async-runtimes = { version = "0.26.0", features = [
12+
pyo3-async-runtimes = { version = "0.27.0", features = [
1313
"tokio-runtime",
1414
"attributes",
1515
] }

0 commit comments

Comments
 (0)