We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bb9b4 commit f5edb95Copy full SHA for f5edb95
Cargo.toml
@@ -120,11 +120,11 @@ futures = "0.3"
120
inventory = { version = "0.3", optional = true }
121
once_cell = "1.14"
122
pin-project-lite = "0.2"
123
-pyo3 = "0.22"
+pyo3 = "0.23"
124
pyo3-async-runtimes-macros = { path = "pyo3-async-runtimes-macros", version = "=0.22.0", optional = true }
125
126
[dev-dependencies]
127
-pyo3 = { version = "0.22", features = ["macros"] }
+pyo3 = { version = "0.23", features = ["macros"] }
128
129
[dependencies.async-std]
130
version = "1.12"
0 commit comments