diff --git a/Cargo.toml b/Cargo.toml index 93e6d4a..e498c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,11 +120,11 @@ futures = "0.3" inventory = { version = "0.3", optional = true } once_cell = "1.14" pin-project-lite = "0.2" -pyo3 = "0.25" +pyo3 = "0.26" pyo3-async-runtimes-macros = { path = "pyo3-async-runtimes-macros", version = "=0.25.0", optional = true } [dev-dependencies] -pyo3 = { version = "0.25", features = ["macros"] } +pyo3 = { version = "0.26", features = ["macros"] } [dependencies.async-std] version = "1.12"